Adempiere 3.5.2a

org.compiere.model
Interface I_C_DocType

All Known Implementing Classes:
MDocType, X_C_DocType

public interface I_C_DocType

Generated Interface for C_DocType

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 6 - System - Client
static String COLUMNNAME_AD_PrintFormat_ID
          Column name AD_PrintFormat_ID
static String COLUMNNAME_C_DocType_ID
          Column name C_DocType_ID
static String COLUMNNAME_C_DocTypeDifference_ID
          Column name C_DocTypeDifference_ID
static String COLUMNNAME_C_DocTypeInvoice_ID
          Column name C_DocTypeInvoice_ID
static String COLUMNNAME_C_DocTypeProforma_ID
          Column name C_DocTypeProforma_ID
static String COLUMNNAME_C_DocTypeShipment_ID
          Column name C_DocTypeShipment_ID
static String COLUMNNAME_DefiniteSequence_ID
          Column name DefiniteSequence_ID
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_DocBaseType
          Column name DocBaseType
static String COLUMNNAME_DocNoSequence_ID
          Column name DocNoSequence_ID
static String COLUMNNAME_DocSubTypeSO
          Column name DocSubTypeSO
static String COLUMNNAME_DocumentCopies
          Column name DocumentCopies
static String COLUMNNAME_DocumentNote
          Column name DocumentNote
static String COLUMNNAME_GL_Category_ID
          Column name GL_Category_ID
static String COLUMNNAME_HasCharges
          Column name HasCharges
static String COLUMNNAME_HasProforma
          Column name HasProforma
static String COLUMNNAME_IsCreateCounter
          Column name IsCreateCounter
static String COLUMNNAME_IsDefault
          Column name IsDefault
static String COLUMNNAME_IsDefaultCounterDoc
          Column name IsDefaultCounterDoc
static String COLUMNNAME_IsDocNoControlled
          Column name IsDocNoControlled
static String COLUMNNAME_IsIndexed
          Column name IsIndexed
static String COLUMNNAME_IsInTransit
          Column name IsInTransit
static String COLUMNNAME_IsOverwriteDateOnComplete
          Column name IsOverwriteDateOnComplete
static String COLUMNNAME_IsOverwriteSeqOnComplete
          Column name IsOverwriteSeqOnComplete
static String COLUMNNAME_IsPickQAConfirm
          Column name IsPickQAConfirm
static String COLUMNNAME_IsShipConfirm
          Column name IsShipConfirm
static String COLUMNNAME_IsSOTrx
          Column name IsSOTrx
static String COLUMNNAME_IsSplitWhenDifference
          Column name IsSplitWhenDifference
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_PrintName
          Column name PrintName
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=217
static String Table_Name
          TableName=C_DocType
 
Method Summary
 int getAD_PrintFormat_ID()
          Get Print Format.
 I_AD_PrintFormat getAD_PrintFormat()
           
 int getC_DocType_ID()
          Get Document Type.
 int getC_DocTypeDifference_ID()
          Get Difference Document.
 int getC_DocTypeInvoice_ID()
          Get Document Type for Invoice.
 int getC_DocTypeProforma_ID()
          Get Document Type for ProForma.
 int getC_DocTypeShipment_ID()
          Get Document Type for Shipment.
 int getDefiniteSequence_ID()
          Get Definite Sequence
 String getDescription()
          Get Description.
 String getDocBaseType()
          Get Document BaseType.
 int getDocNoSequence_ID()
          Get Document Sequence.
 String getDocSubTypeSO()
          Get SO Sub Type.
 int getDocumentCopies()
          Get Document Copies.
 String getDocumentNote()
          Get Document Note.
 int getGL_Category_ID()
          Get GL Category.
 I_GL_Category getGL_Category()
           
 String getName()
          Get Name.
 String getPrintName()
          Get Print Text.
 boolean isCreateCounter()
          Get Create Counter Document.
 boolean isDefault()
          Get Default.
 boolean isDefaultCounterDoc()
          Get Default Counter Document.
 boolean isDocNoControlled()
          Get Document is Number Controlled.
 boolean isHasCharges()
          Get Charges.
 boolean isHasProforma()
          Get Pro forma Invoice.
 boolean isIndexed()
          Get Indexed.
 boolean isInTransit()
          Get In Transit.
 boolean isOverwriteDateOnComplete()
          Get Overwrite Date on Complete
 boolean isOverwriteSeqOnComplete()
          Get Overwrite Sequence on Complete
 boolean isPickQAConfirm()
          Get Pick/QA Confirmation.
 boolean isShipConfirm()
          Get Ship/Receipt Confirmation.
 boolean isSOTrx()
          Get Sales Transaction.
 boolean isSplitWhenDifference()
          Get Split when Difference.
 void setAD_PrintFormat_ID(int AD_PrintFormat_ID)
          Set Print Format.
 void setC_DocType_ID(int C_DocType_ID)
          Set Document Type.
 void setC_DocTypeDifference_ID(int C_DocTypeDifference_ID)
          Set Difference Document.
 void setC_DocTypeInvoice_ID(int C_DocTypeInvoice_ID)
          Set Document Type for Invoice.
 void setC_DocTypeProforma_ID(int C_DocTypeProforma_ID)
          Set Document Type for ProForma.
 void setC_DocTypeShipment_ID(int C_DocTypeShipment_ID)
          Set Document Type for Shipment.
 void setDefiniteSequence_ID(int DefiniteSequence_ID)
          Set Definite Sequence
 void setDescription(String Description)
          Set Description.
 void setDocBaseType(String DocBaseType)
          Set Document BaseType.
 void setDocNoSequence_ID(int DocNoSequence_ID)
          Set Document Sequence.
 void setDocSubTypeSO(String DocSubTypeSO)
          Set SO Sub Type.
 void setDocumentCopies(int DocumentCopies)
          Set Document Copies.
 void setDocumentNote(String DocumentNote)
          Set Document Note.
 void setGL_Category_ID(int GL_Category_ID)
          Set GL Category.
 void setHasCharges(boolean HasCharges)
          Set Charges.
 void setHasProforma(boolean HasProforma)
          Set Pro forma Invoice.
 void setIsCreateCounter(boolean IsCreateCounter)
          Set Create Counter Document.
 void setIsDefault(boolean IsDefault)
          Set Default.
 void setIsDefaultCounterDoc(boolean IsDefaultCounterDoc)
          Set Default Counter Document.
 void setIsDocNoControlled(boolean IsDocNoControlled)
          Set Document is Number Controlled.
 void setIsIndexed(boolean IsIndexed)
          Set Indexed.
 void setIsInTransit(boolean IsInTransit)
          Set In Transit.
 void setIsOverwriteDateOnComplete(boolean IsOverwriteDateOnComplete)
          Set Overwrite Date on Complete
 void setIsOverwriteSeqOnComplete(boolean IsOverwriteSeqOnComplete)
          Set Overwrite Sequence on Complete
 void setIsPickQAConfirm(boolean IsPickQAConfirm)
          Set Pick/QA Confirmation.
 void setIsShipConfirm(boolean IsShipConfirm)
          Set Ship/Receipt Confirmation.
 void setIsSOTrx(boolean IsSOTrx)
          Set Sales Transaction.
 void setIsSplitWhenDifference(boolean IsSplitWhenDifference)
          Set Split when Difference.
 void setName(String Name)
          Set Name.
 void setPrintName(String PrintName)
          Set Print Text.
 

Field Detail

Table_Name

static final String Table_Name
TableName=C_DocType

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=217


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 6 - System - Client


COLUMNNAME_AD_PrintFormat_ID

static final String COLUMNNAME_AD_PrintFormat_ID
Column name AD_PrintFormat_ID

See Also:
Constant Field Values

COLUMNNAME_C_DocTypeDifference_ID

static final String COLUMNNAME_C_DocTypeDifference_ID
Column name C_DocTypeDifference_ID

See Also:
Constant Field Values

COLUMNNAME_C_DocType_ID

static final String COLUMNNAME_C_DocType_ID
Column name C_DocType_ID

See Also:
Constant Field Values

COLUMNNAME_C_DocTypeInvoice_ID

static final String COLUMNNAME_C_DocTypeInvoice_ID
Column name C_DocTypeInvoice_ID

See Also:
Constant Field Values

COLUMNNAME_C_DocTypeProforma_ID

static final String COLUMNNAME_C_DocTypeProforma_ID
Column name C_DocTypeProforma_ID

See Also:
Constant Field Values

COLUMNNAME_C_DocTypeShipment_ID

static final String COLUMNNAME_C_DocTypeShipment_ID
Column name C_DocTypeShipment_ID

See Also:
Constant Field Values

COLUMNNAME_DefiniteSequence_ID

static final String COLUMNNAME_DefiniteSequence_ID
Column name DefiniteSequence_ID

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_DocBaseType

static final String COLUMNNAME_DocBaseType
Column name DocBaseType

See Also:
Constant Field Values

COLUMNNAME_DocNoSequence_ID

static final String COLUMNNAME_DocNoSequence_ID
Column name DocNoSequence_ID

See Also:
Constant Field Values

COLUMNNAME_DocSubTypeSO

static final String COLUMNNAME_DocSubTypeSO
Column name DocSubTypeSO

See Also:
Constant Field Values

COLUMNNAME_DocumentCopies

static final String COLUMNNAME_DocumentCopies
Column name DocumentCopies

See Also:
Constant Field Values

COLUMNNAME_DocumentNote

static final String COLUMNNAME_DocumentNote
Column name DocumentNote

See Also:
Constant Field Values

COLUMNNAME_GL_Category_ID

static final String COLUMNNAME_GL_Category_ID
Column name GL_Category_ID

See Also:
Constant Field Values

COLUMNNAME_HasCharges

static final String COLUMNNAME_HasCharges
Column name HasCharges

See Also:
Constant Field Values

COLUMNNAME_HasProforma

static final String COLUMNNAME_HasProforma
Column name HasProforma

See Also:
Constant Field Values

COLUMNNAME_IsCreateCounter

static final String COLUMNNAME_IsCreateCounter
Column name IsCreateCounter

See Also:
Constant Field Values

COLUMNNAME_IsDefault

static final String COLUMNNAME_IsDefault
Column name IsDefault

See Also:
Constant Field Values

COLUMNNAME_IsDefaultCounterDoc

static final String COLUMNNAME_IsDefaultCounterDoc
Column name IsDefaultCounterDoc

See Also:
Constant Field Values

COLUMNNAME_IsDocNoControlled

static final String COLUMNNAME_IsDocNoControlled
Column name IsDocNoControlled

See Also:
Constant Field Values

COLUMNNAME_IsIndexed

static final String COLUMNNAME_IsIndexed
Column name IsIndexed

See Also:
Constant Field Values

COLUMNNAME_IsInTransit

static final String COLUMNNAME_IsInTransit
Column name IsInTransit

See Also:
Constant Field Values

COLUMNNAME_IsOverwriteDateOnComplete

static final String COLUMNNAME_IsOverwriteDateOnComplete
Column name IsOverwriteDateOnComplete

See Also:
Constant Field Values

COLUMNNAME_IsOverwriteSeqOnComplete

static final String COLUMNNAME_IsOverwriteSeqOnComplete
Column name IsOverwriteSeqOnComplete

See Also:
Constant Field Values

COLUMNNAME_IsPickQAConfirm

static final String COLUMNNAME_IsPickQAConfirm
Column name IsPickQAConfirm

See Also:
Constant Field Values

COLUMNNAME_IsShipConfirm

static final String COLUMNNAME_IsShipConfirm
Column name IsShipConfirm

See Also:
Constant Field Values

COLUMNNAME_IsSOTrx

static final String COLUMNNAME_IsSOTrx
Column name IsSOTrx

See Also:
Constant Field Values

COLUMNNAME_IsSplitWhenDifference

static final String COLUMNNAME_IsSplitWhenDifference
Column name IsSplitWhenDifference

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values

COLUMNNAME_PrintName

static final String COLUMNNAME_PrintName
Column name PrintName

See Also:
Constant Field Values
Method Detail

setAD_PrintFormat_ID

void setAD_PrintFormat_ID(int AD_PrintFormat_ID)
Set Print Format. Data Print Format


getAD_PrintFormat_ID

int getAD_PrintFormat_ID()
Get Print Format. Data Print Format


getAD_PrintFormat

I_AD_PrintFormat getAD_PrintFormat()
                                   throws Exception
Throws:
Exception

setC_DocTypeDifference_ID

void setC_DocTypeDifference_ID(int C_DocTypeDifference_ID)
Set Difference Document. Document type for generating in dispute Shipments


getC_DocTypeDifference_ID

int getC_DocTypeDifference_ID()
Get Difference Document. Document type for generating in dispute Shipments


setC_DocType_ID

void setC_DocType_ID(int C_DocType_ID)
Set Document Type. Document type or rules


getC_DocType_ID

int getC_DocType_ID()
Get Document Type. Document type or rules


setC_DocTypeInvoice_ID

void setC_DocTypeInvoice_ID(int C_DocTypeInvoice_ID)
Set Document Type for Invoice. Document type used for invoices generated from this sales document


getC_DocTypeInvoice_ID

int getC_DocTypeInvoice_ID()
Get Document Type for Invoice. Document type used for invoices generated from this sales document


setC_DocTypeProforma_ID

void setC_DocTypeProforma_ID(int C_DocTypeProforma_ID)
Set Document Type for ProForma. Document type used for pro forma invoices generated from this sales document


getC_DocTypeProforma_ID

int getC_DocTypeProforma_ID()
Get Document Type for ProForma. Document type used for pro forma invoices generated from this sales document


setC_DocTypeShipment_ID

void setC_DocTypeShipment_ID(int C_DocTypeShipment_ID)
Set Document Type for Shipment. Document type used for shipments generated from this sales document


getC_DocTypeShipment_ID

int getC_DocTypeShipment_ID()
Get Document Type for Shipment. Document type used for shipments generated from this sales document


setDefiniteSequence_ID

void setDefiniteSequence_ID(int DefiniteSequence_ID)
Set Definite Sequence


getDefiniteSequence_ID

int getDefiniteSequence_ID()
Get Definite Sequence


setDescription

void setDescription(String Description)
Set Description. Optional short description of the record


getDescription

String getDescription()
Get Description. Optional short description of the record


setDocBaseType

void setDocBaseType(String DocBaseType)
Set Document BaseType. Logical type of document


getDocBaseType

String getDocBaseType()
Get Document BaseType. Logical type of document


setDocNoSequence_ID

void setDocNoSequence_ID(int DocNoSequence_ID)
Set Document Sequence. Document sequence determines the numbering of documents


getDocNoSequence_ID

int getDocNoSequence_ID()
Get Document Sequence. Document sequence determines the numbering of documents


setDocSubTypeSO

void setDocSubTypeSO(String DocSubTypeSO)
Set SO Sub Type. Sales Order Sub Type


getDocSubTypeSO

String getDocSubTypeSO()
Get SO Sub Type. Sales Order Sub Type


setDocumentCopies

void setDocumentCopies(int DocumentCopies)
Set Document Copies. Number of copies to be printed


getDocumentCopies

int getDocumentCopies()
Get Document Copies. Number of copies to be printed


setDocumentNote

void setDocumentNote(String DocumentNote)
Set Document Note. Additional information for a Document


getDocumentNote

String getDocumentNote()
Get Document Note. Additional information for a Document


setGL_Category_ID

void setGL_Category_ID(int GL_Category_ID)
Set GL Category. General Ledger Category


getGL_Category_ID

int getGL_Category_ID()
Get GL Category. General Ledger Category


getGL_Category

I_GL_Category getGL_Category()
                             throws Exception
Throws:
Exception

setHasCharges

void setHasCharges(boolean HasCharges)
Set Charges. Charges can be added to the document


isHasCharges

boolean isHasCharges()
Get Charges. Charges can be added to the document


setHasProforma

void setHasProforma(boolean HasProforma)
Set Pro forma Invoice. Indicates if Pro Forma Invoices can be generated from this document


isHasProforma

boolean isHasProforma()
Get Pro forma Invoice. Indicates if Pro Forma Invoices can be generated from this document


setIsCreateCounter

void setIsCreateCounter(boolean IsCreateCounter)
Set Create Counter Document. Create Counter Document


isCreateCounter

boolean isCreateCounter()
Get Create Counter Document. Create Counter Document


setIsDefault

void setIsDefault(boolean IsDefault)
Set Default. Default value


isDefault

boolean isDefault()
Get Default. Default value


setIsDefaultCounterDoc

void setIsDefaultCounterDoc(boolean IsDefaultCounterDoc)
Set Default Counter Document. The document type is the default counter document type


isDefaultCounterDoc

boolean isDefaultCounterDoc()
Get Default Counter Document. The document type is the default counter document type


setIsDocNoControlled

void setIsDocNoControlled(boolean IsDocNoControlled)
Set Document is Number Controlled. The document has a document sequence


isDocNoControlled

boolean isDocNoControlled()
Get Document is Number Controlled. The document has a document sequence


setIsIndexed

void setIsIndexed(boolean IsIndexed)
Set Indexed. Index the document for the internal search engine


isIndexed

boolean isIndexed()
Get Indexed. Index the document for the internal search engine


setIsInTransit

void setIsInTransit(boolean IsInTransit)
Set In Transit. Movement is in transit


isInTransit

boolean isInTransit()
Get In Transit. Movement is in transit


setIsOverwriteDateOnComplete

void setIsOverwriteDateOnComplete(boolean IsOverwriteDateOnComplete)
Set Overwrite Date on Complete


isOverwriteDateOnComplete

boolean isOverwriteDateOnComplete()
Get Overwrite Date on Complete


setIsOverwriteSeqOnComplete

void setIsOverwriteSeqOnComplete(boolean IsOverwriteSeqOnComplete)
Set Overwrite Sequence on Complete


isOverwriteSeqOnComplete

boolean isOverwriteSeqOnComplete()
Get Overwrite Sequence on Complete


setIsPickQAConfirm

void setIsPickQAConfirm(boolean IsPickQAConfirm)
Set Pick/QA Confirmation. Require Pick or QA Confirmation before processing


isPickQAConfirm

boolean isPickQAConfirm()
Get Pick/QA Confirmation. Require Pick or QA Confirmation before processing


setIsShipConfirm

void setIsShipConfirm(boolean IsShipConfirm)
Set Ship/Receipt Confirmation. Require Ship or Receipt Confirmation before processing


isShipConfirm

boolean isShipConfirm()
Get Ship/Receipt Confirmation. Require Ship or Receipt Confirmation before processing


setIsSOTrx

void setIsSOTrx(boolean IsSOTrx)
Set Sales Transaction. This is a Sales Transaction


isSOTrx

boolean isSOTrx()
Get Sales Transaction. This is a Sales Transaction


setIsSplitWhenDifference

void setIsSplitWhenDifference(boolean IsSplitWhenDifference)
Set Split when Difference. Split document when there is a difference


isSplitWhenDifference

boolean isSplitWhenDifference()
Get Split when Difference. Split document when there is a difference


setName

void setName(String Name)
Set Name. Alphanumeric identifier of the entity


getName

String getName()
Get Name. Alphanumeric identifier of the entity


setPrintName

void setPrintName(String PrintName)
Set Print Text. The label text to be printed on a document or correspondence.


getPrintName

String getPrintName()
Get Print Text. The label text to be printed on a document or correspondence.


Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.