Package 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 12
- Author:
- iDempiere (generated)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BigDecimal
AccessLevel = 6 - System - Clientstatic final String
Column name AD_Client_IDstatic final String
Column name AD_Org_IDstatic final String
Column name AD_PrintFormat_IDstatic final String
Column name C_DocType_IDstatic final String
Column name C_DocType_UUstatic final String
Column name C_DocTypeDifference_IDstatic final String
Column name C_DocTypeInvoice_IDstatic final String
Column name C_DocTypeProforma_IDstatic final String
Column name C_DocTypeShipment_IDstatic final String
Column name Createdstatic final String
Column name CreatedBystatic final String
Column name DefiniteSequence_IDstatic final String
Column name Descriptionstatic final String
Column name DocBaseTypestatic final String
Column name DocNoSequence_IDstatic final String
Column name DocSubTypeInvstatic final String
Column name DocSubTypeSOstatic final String
Column name DocumentCopiesstatic final String
Column name DocumentNotestatic final String
Column name GL_Category_IDstatic final String
Column name HasChargesstatic final String
Column name HasProformastatic final String
Column name IsActivestatic final String
Column name IsAutoGenerateInoutstatic final String
Column name IsAutoGenerateInvoicestatic final String
Column name IsChargeOrProductMandatorystatic final String
Column name IsCreateCounterstatic final String
Column name IsDefaultstatic final String
Column name IsDefaultCounterDocstatic final String
Column name IsDocNoControlledstatic final String
Column name IsIndexedstatic final String
Column name IsInTransitstatic final String
Column name IsNoPriceListCheckstatic final String
Column name IsOverwriteDateOnCompletestatic final String
Column name IsOverwriteSeqOnCompletestatic final String
Column name IsPickQAConfirmstatic final String
Column name IsPrepareSplitDocumentstatic final String
Column name IsShipConfirmstatic final String
Column name IsSOTrxstatic final String
Column name IsSplitWhenDifferencestatic final String
Column name Namestatic final String
Column name PrintNamestatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final KeyNamePair
static final int
AD_Table_ID=217static final String
TableName=C_DocType -
Method Summary
Modifier and TypeMethodDescriptionint
Get Client.int
Get Organization.int
Get Print Format.int
Get Document Type.Get C_DocType_UUint
Get Difference Document.int
Get Document Type for Invoice.int
Get Document Type for ProForma.int
Get Document Type for Shipment.Get Created.int
Get Created By.int
Get Definite SequenceGet Description.Get Document Base Type.int
Get Document Sequence.Get Inv Sub Type.Get SO Sub Type.int
Get Document Copies.Get Document Note.int
Get GL Category.getName()
Get Name.Get Print Text.Get Updated.int
Get Updated By.boolean
isActive()
Get Active.boolean
Get Generate Shipment.boolean
Get Generate Invoice.boolean
Get Mandatory Charge or Productboolean
Get Create Counter Document.boolean
Get Default.boolean
Get Default Counter Document.boolean
Get Document is Number Controlled.boolean
Get Charges.boolean
Get Pro forma Invoice.boolean
Get Indexed.boolean
Get In Transit.boolean
Get Allow Product Without Price Listboolean
Get Overwrite Date on Completeboolean
Get Overwrite Sequence on Completeboolean
Get Pick/QA Confirmation.boolean
Get Prepare Split Document.boolean
Get Ship/Receipt Confirmation.boolean
isSOTrx()
Get Sales Transaction.boolean
Get Split when Difference.void
setAD_Org_ID
(int AD_Org_ID) Set Organization.void
setAD_PrintFormat_ID
(int AD_PrintFormat_ID) Set Print Format.void
setC_DocType_ID
(int C_DocType_ID) Set Document Type.void
setC_DocType_UU
(String C_DocType_UU) Set C_DocType_UUvoid
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 Sequencevoid
setDescription
(String Description) Set Description.void
setDocBaseType
(String DocBaseType) Set Document Base Type.void
setDocNoSequence_ID
(int DocNoSequence_ID) Set Document Sequence.void
setDocSubTypeInv
(String DocSubTypeInv) Set Inv Sub Type.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
setIsActive
(boolean IsActive) Set Active.void
setIsAutoGenerateInout
(boolean IsAutoGenerateInout) Set Generate Shipment.void
setIsAutoGenerateInvoice
(boolean IsAutoGenerateInvoice) Set Generate Invoice.void
setIsChargeOrProductMandatory
(boolean IsChargeOrProductMandatory) Set Mandatory Charge or Productvoid
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
setIsNoPriceListCheck
(boolean IsNoPriceListCheck) Set Allow Product Without Price Listvoid
setIsOverwriteDateOnComplete
(boolean IsOverwriteDateOnComplete) Set Overwrite Date on Completevoid
setIsOverwriteSeqOnComplete
(boolean IsOverwriteSeqOnComplete) Set Overwrite Sequence on Completevoid
setIsPickQAConfirm
(boolean IsPickQAConfirm) Set Pick/QA Confirmation.void
setIsPrepareSplitDocument
(boolean IsPrepareSplitDocument) Set Prepare Split Document.void
setIsShipConfirm
(boolean IsShipConfirm) Set Ship/Receipt Confirmation.void
setIsSOTrx
(boolean IsSOTrx) Set Sales Transaction.void
setIsSplitWhenDifference
(boolean IsSplitWhenDifference) Set Split when Difference.void
Set Name.void
setPrintName
(String PrintName) Set Print Text.
-
Field Details
-
Table_Name
TableName=C_DocType- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=217- See Also:
-
Model
-
accessLevel
AccessLevel = 6 - System - Client -
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_AD_PrintFormat_ID
Column name AD_PrintFormat_ID- See Also:
-
COLUMNNAME_C_DocTypeDifference_ID
Column name C_DocTypeDifference_ID- See Also:
-
COLUMNNAME_C_DocType_ID
Column name C_DocType_ID- See Also:
-
COLUMNNAME_C_DocTypeInvoice_ID
Column name C_DocTypeInvoice_ID- See Also:
-
COLUMNNAME_C_DocTypeProforma_ID
Column name C_DocTypeProforma_ID- See Also:
-
COLUMNNAME_C_DocTypeShipment_ID
Column name C_DocTypeShipment_ID- See Also:
-
COLUMNNAME_C_DocType_UU
Column name C_DocType_UU- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_DefiniteSequence_ID
Column name DefiniteSequence_ID- See Also:
-
COLUMNNAME_Description
Column name Description- See Also:
-
COLUMNNAME_DocBaseType
Column name DocBaseType- See Also:
-
COLUMNNAME_DocNoSequence_ID
Column name DocNoSequence_ID- See Also:
-
COLUMNNAME_DocSubTypeInv
Column name DocSubTypeInv- See Also:
-
COLUMNNAME_DocSubTypeSO
Column name DocSubTypeSO- See Also:
-
COLUMNNAME_DocumentCopies
Column name DocumentCopies- See Also:
-
COLUMNNAME_DocumentNote
Column name DocumentNote- See Also:
-
COLUMNNAME_GL_Category_ID
Column name GL_Category_ID- See Also:
-
COLUMNNAME_HasCharges
Column name HasCharges- See Also:
-
COLUMNNAME_HasProforma
Column name HasProforma- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_IsAutoGenerateInout
Column name IsAutoGenerateInout- See Also:
-
COLUMNNAME_IsAutoGenerateInvoice
Column name IsAutoGenerateInvoice- See Also:
-
COLUMNNAME_IsChargeOrProductMandatory
Column name IsChargeOrProductMandatory- See Also:
-
COLUMNNAME_IsCreateCounter
Column name IsCreateCounter- See Also:
-
COLUMNNAME_IsDefault
Column name IsDefault- See Also:
-
COLUMNNAME_IsDefaultCounterDoc
Column name IsDefaultCounterDoc- See Also:
-
COLUMNNAME_IsDocNoControlled
Column name IsDocNoControlled- See Also:
-
COLUMNNAME_IsIndexed
Column name IsIndexed- See Also:
-
COLUMNNAME_IsInTransit
Column name IsInTransit- See Also:
-
COLUMNNAME_IsNoPriceListCheck
Column name IsNoPriceListCheck- See Also:
-
COLUMNNAME_IsOverwriteDateOnComplete
Column name IsOverwriteDateOnComplete- See Also:
-
COLUMNNAME_IsOverwriteSeqOnComplete
Column name IsOverwriteSeqOnComplete- See Also:
-
COLUMNNAME_IsPickQAConfirm
Column name IsPickQAConfirm- See Also:
-
COLUMNNAME_IsPrepareSplitDocument
Column name IsPrepareSplitDocument- See Also:
-
COLUMNNAME_IsShipConfirm
Column name IsShipConfirm- See Also:
-
COLUMNNAME_IsSOTrx
Column name IsSOTrx- See Also:
-
COLUMNNAME_IsSplitWhenDifference
Column name IsSplitWhenDifference- See Also:
-
COLUMNNAME_Name
Column name Name- See Also:
-
COLUMNNAME_PrintName
Column name PrintName- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
-
-
Method Details
-
getAD_Client_ID
int getAD_Client_ID()Get Client. Client/Tenant for this installation. -
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID) Set Organization. Organizational entity within client -
getAD_Org_ID
int getAD_Org_ID()Get Organization. Organizational entity within client -
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
- Throws:
RuntimeException
-
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 -
getC_DocTypeDifference
- Throws:
RuntimeException
-
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 -
getC_DocTypeInvoice
- Throws:
RuntimeException
-
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 -
getC_DocTypeProforma
- Throws:
RuntimeException
-
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 -
getC_DocTypeShipment
- Throws:
RuntimeException
-
setC_DocType_UU
Set C_DocType_UU -
getC_DocType_UU
String getC_DocType_UU()Get C_DocType_UU -
getCreated
Timestamp getCreated()Get Created. Date this record was created -
getCreatedBy
int getCreatedBy()Get Created By. User who created this records -
setDefiniteSequence_ID
void setDefiniteSequence_ID(int DefiniteSequence_ID) Set Definite Sequence -
getDefiniteSequence_ID
int getDefiniteSequence_ID()Get Definite Sequence -
getDefiniteSequence
- Throws:
RuntimeException
-
setDescription
Set Description. Optional short description of the record -
getDescription
String getDescription()Get Description. Optional short description of the record -
setDocBaseType
Set Document Base Type. Logical type of document -
getDocBaseType
String getDocBaseType()Get Document Base Type. 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 -
getDocNoSequence
- Throws:
RuntimeException
-
setDocSubTypeInv
Set Inv Sub Type. Inventory Sub Type -
getDocSubTypeInv
String getDocSubTypeInv()Get Inv Sub Type. Inventory Sub Type -
setDocSubTypeSO
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
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
- Throws:
RuntimeException
-
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 -
setIsActive
void setIsActive(boolean IsActive) Set Active. The record is active in the system -
isActive
boolean isActive()Get Active. The record is active in the system -
setIsAutoGenerateInout
void setIsAutoGenerateInout(boolean IsAutoGenerateInout) Set Generate Shipment. Automatically Generate Shipment after (Sales/Purchase) Order completed -
isAutoGenerateInout
boolean isAutoGenerateInout()Get Generate Shipment. Automatically Generate Shipment after (Sales/Purchase) Order completed -
setIsAutoGenerateInvoice
void setIsAutoGenerateInvoice(boolean IsAutoGenerateInvoice) Set Generate Invoice. Automatically Generate Invoice after (Sales/Purchase) Order completed -
isAutoGenerateInvoice
boolean isAutoGenerateInvoice()Get Generate Invoice. Automatically Generate Invoice after (Sales/Purchase) Order completed -
setIsChargeOrProductMandatory
void setIsChargeOrProductMandatory(boolean IsChargeOrProductMandatory) Set Mandatory Charge or Product -
isChargeOrProductMandatory
boolean isChargeOrProductMandatory()Get Mandatory Charge or Product -
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 -
setIsNoPriceListCheck
void setIsNoPriceListCheck(boolean IsNoPriceListCheck) Set Allow Product Without Price List -
isNoPriceListCheck
boolean isNoPriceListCheck()Get Allow Product Without Price List -
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 -
setIsPrepareSplitDocument
void setIsPrepareSplitDocument(boolean IsPrepareSplitDocument) Set Prepare Split Document. Prepare generated split shipment/receipt document -
isPrepareSplitDocument
boolean isPrepareSplitDocument()Get Prepare Split Document. Prepare generated split shipment/receipt document -
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
Set Name. Alphanumeric identifier of the entity -
getName
String getName()Get Name. Alphanumeric identifier of the entity -
setPrintName
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. -
getUpdated
Timestamp getUpdated()Get Updated. Date this record was updated -
getUpdatedBy
int getUpdatedBy()Get Updated By. User who updated this records
-