Class DocumentType
- java.lang.Object
-
- org.openbravo.base.structure.BaseOBObject
-
- org.openbravo.model.common.enterprise.DocumentType
-
- All Implemented Interfaces:
Serializable
,BaseOBObjectDef
,OBNotSingleton
,OBProvidable
,ActiveEnabled
,ClientEnabled
,DynamicEnabled
,Identifiable
,OrganizationEnabled
,Traceable
public class DocumentType extends BaseOBObject implements Traceable, ClientEnabled, OrganizationEnabled, ActiveEnabled
Entity class for entity DocumentType (stored in table C_DocType).
Help: The Document Definition Tab defines the processing parameters and controls for the document.
NOTE: This class should not be instantiated directly. To instantiate this class theOBProvider
should be used.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
ENTITY_NAME
static String
PROPERTY_ACTIVE
Property active stored in column IsActive in table C_DocTypestatic String
PROPERTY_CLIENT
Property client stored in column AD_Client_ID in table C_DocTypestatic String
PROPERTY_COMMENTS
Property comments stored in column DocumentNote in table C_DocType
Help: The Document Note is used for recording any additional information regarding this product.static String
PROPERTY_CREATEDBY
Property createdBy stored in column CreatedBy in table C_DocTypestatic String
PROPERTY_CREATIONDATE
Property creationDate stored in column Created in table C_DocTypestatic String
PROPERTY_DEFAULT
Property default stored in column IsDefault in table C_DocType
Help: The Default Checkbox indicates if this record will be used as a default value.static String
PROPERTY_DESCRIPTION
Property description stored in column Description in table C_DocType
Help: A description is limited to 255 characters.static String
PROPERTY_DOCTYPEAGGRINVOICE
Property doctypeaggrinvoice stored in column C_Doctypeaggrinvoice_ID in table C_DocType
Help: The Document Type for Aggregated Invoice indicates the document type that will be used when an aggregated invoice is generated from this sales document.This field will display only when the base document type is Sales Order.static String
PROPERTY_DOCTYPESIMPINVOICE
Property doctypesimpinvoice stored in column C_Doctypesimpinvoice_ID in table C_DocType
Help: The Document Type for Simplified Invoice indicates the document type that will be used when a simplified invoice is generated from this sales document. This field will display only when the base document type is Sales Order.static String
PROPERTY_DOCUMENTCANCELLED
Property documentCancelled stored in column C_Doctype_Reversed_ID in table C_DocTypestatic String
PROPERTY_DOCUMENTCATEGORY
Property documentCategory stored in column DocBaseType in table C_DocType
Help: The Document Base Type identifies the base or starting point for a document. Multiple document types may share a single document base type.static String
PROPERTY_DOCUMENTSEQUENCE
Property documentSequence stored in column DocNoSequence_ID in table C_DocType
Help: The Document Sequence indicates the sequencing rule to use for this document type.static String
PROPERTY_DOCUMENTTEMPLATELIST
Property documentTemplateList stored in table C_DocTypestatic String
PROPERTY_DOCUMENTTYPEFORINVOICE
Property documentTypeForInvoice stored in column C_DocTypeInvoice_ID in table C_DocType
Help: The Document Type for Invoice indicates the document type that will be used when an invoice is generated from this sales document. This field will display only when the base document type is Sales Order.static String
PROPERTY_DOCUMENTTYPEFORORDER
Property documentTypeForOrder stored in column C_Doctypeorder_ID in table C_DocTypestatic String
PROPERTY_DOCUMENTTYPEFORSHIPMENT
Property documentTypeForShipment stored in column C_DocTypeShipment_ID in table C_DocType
Help: The Document Type for Shipments indicates the document type that will be used when a shipment is generated from this sales document. This field will display only when the base document type is Sales Order.static String
PROPERTY_DOCUMENTTYPETRLLIST
Property documentTypeTrlList stored in table C_DocTypestatic String
PROPERTY_EXPENSE
Property expense stored in column IsExpense in table C_DocType
Help: Invoices in the Create AP Invoices process will be created preferably with a document type with this flag activated. This way invoices related to expenses will not appear in the Invoice Register Book.static String
PROPERTY_FILTERBYORGANIZATION
Property filterByOrganization stored in column Orgfiltered in table C_DocType
Help: Filters by organization. This is used to calculate the document number by document type.static String
PROPERTY_GLCATEGORY
Property gLCategory stored in column GL_Category_ID in table C_DocType
Help: The General Ledger Category is an optional, user defined method of grouping journal lines.static String
PROPERTY_ID
Property id stored in column C_DocType_ID in table C_DocType
Help: The Document Type determines document sequence and processing rulesstatic String
PROPERTY_NAME
Property name stored in column Name in table C_DocTypestatic String
PROPERTY_NUMBEROFCOPIES
Property numberOfCopies stored in column DocumentCopies in table C_DocType
Help: The Document Copies indicates the number of copies of each document that will be generated.static String
PROPERTY_ORGANIZATION
Property organization stored in column AD_Org_ID in table C_DocTypestatic String
PROPERTY_PRINTTEXT
Property printText stored in column PrintName in table C_DocType
Help: The Label to be printed indicates the name that will be printed on a document or correspondence. The max length is 2000 characters.static String
PROPERTY_RETURN
Property return stored in column IsReturn in table C_DocType
Help: Return checkbox indicates if the document is of reversal type. Documents with this flag enables implies to use negative quantities.static String
PROPERTY_REVERSAL
Property reversal stored in column Isreversal in table C_DocType
Help: Credit Memo checkbox only applies to Invoice document types. Invoices marked as Credit Memo will behave as Credit Memos, which implies that: - "Total gross amount" must always be positive. - "Payment Plan" will be negative. - Accounting will be opposite than Invoice accounting.static String
PROPERTY_SALESTRANSACTION
Property salesTransaction stored in column IsSOTrx in table C_DocType
Help: The Sales Transaction checkbox indicates if this item is a Sales Transaction.static String
PROPERTY_SEQUENCEDDOCUMENT
Property sequencedDocument stored in column IsDocNoControlled in table C_DocType
Help: The Document Number Controlled checkbox indicates if this document type will have a sequence number.static String
PROPERTY_SOSUBTYPE
Property sOSubType stored in column DocSubTypeSO in table C_DocType
Help: The SO Sub Type indicates the type of sales order this document refers to. This field only appears when the Document Base Type is Sales Order. The selection made here will determine which documents will be generated when an order is processed and which documents must be generated manually or in batches. <BR>The following outlines this process.<BR>SO Sub Type of <b>Standard Order</b> will generate just the <b>Order</b> document when the order is processed. <BR>The <b>Delivery Note</b>, <b>Invoice</b> and <b>Receipt</b> must be generated via other processes. <BR>SO Sub Type of <b>Warehouse Order</b> will generate the <b>Order</b> and <b>Delivery Note</b>. <BR> The <b>Invoice</b> and <b>Receipt</b> must be generated via other processes.<BR>SO Sub Type of <b>Credit Order</b> will generate the <b>Order</b>, <b>Delivery Note</b> and <b>Invoice</b>. <BR> The <b>Reciept</b> must be generated via other processes.<BR>SO Sub Type of <b>POS</b> (Point of Sale) will generate all documentstatic String
PROPERTY_TABLE
Property table stored in column AD_Table_ID in table C_DocType
Help: The Table indicates the table in which a field or fields reside.static String
PROPERTY_UPDATED
Property updated stored in column Updated in table C_DocTypestatic String
PROPERTY_UPDATEDBY
Property updatedBy stored in column UpdatedBy in table C_DocTypestatic String
TABLE_NAME
-
Fields inherited from class org.openbravo.base.structure.BaseOBObject
ID
-
-
Constructor Summary
Constructors Constructor Description DocumentType()
-
Method Summary
-
Methods inherited from class org.openbravo.base.structure.BaseOBObject
checkDerivedReadable, get, get, get, getEntity, getIdentifier, getValue, isAllowRead, isNewOBObject, isOrgClientAccessCheckEnabled, isWriteAccessCheckEnabled, set, setAccessChecks, setAllowRead, setDefaultValue, setId, setNewOBObject, setValue, toString, validate
-
-
-
-
Field Detail
-
TABLE_NAME
public static final String TABLE_NAME
- See Also:
- Constant Field Values
-
ENTITY_NAME
public static final String ENTITY_NAME
- See Also:
- Constant Field Values
-
PROPERTY_ID
public static final String PROPERTY_ID
Property id stored in column C_DocType_ID in table C_DocType
Help: The Document Type determines document sequence and processing rules- See Also:
- Constant Field Values
-
PROPERTY_CLIENT
public static final String PROPERTY_CLIENT
Property client stored in column AD_Client_ID in table C_DocType- See Also:
ClientEnabled
, Constant Field Values
-
PROPERTY_ORGANIZATION
public static final String PROPERTY_ORGANIZATION
Property organization stored in column AD_Org_ID in table C_DocType- See Also:
OrganizationEnabled
, Constant Field Values
-
PROPERTY_ACTIVE
public static final String PROPERTY_ACTIVE
Property active stored in column IsActive in table C_DocType- See Also:
ActiveEnabled
, Constant Field Values
-
PROPERTY_CREATIONDATE
public static final String PROPERTY_CREATIONDATE
Property creationDate stored in column Created in table C_DocType- See Also:
Traceable
, Constant Field Values
-
PROPERTY_CREATEDBY
public static final String PROPERTY_CREATEDBY
Property createdBy stored in column CreatedBy in table C_DocType- See Also:
Traceable
, Constant Field Values
-
PROPERTY_UPDATED
public static final String PROPERTY_UPDATED
Property updated stored in column Updated in table C_DocType- See Also:
Traceable
, Constant Field Values
-
PROPERTY_UPDATEDBY
public static final String PROPERTY_UPDATEDBY
Property updatedBy stored in column UpdatedBy in table C_DocType- See Also:
Traceable
, Constant Field Values
-
PROPERTY_NAME
public static final String PROPERTY_NAME
Property name stored in column Name in table C_DocType- See Also:
- Constant Field Values
-
PROPERTY_PRINTTEXT
public static final String PROPERTY_PRINTTEXT
Property printText stored in column PrintName in table C_DocType
Help: The Label to be printed indicates the name that will be printed on a document or correspondence. The max length is 2000 characters.- See Also:
- Constant Field Values
-
PROPERTY_DESCRIPTION
public static final String PROPERTY_DESCRIPTION
Property description stored in column Description in table C_DocType
Help: A description is limited to 255 characters.- See Also:
- Constant Field Values
-
PROPERTY_DOCUMENTCATEGORY
public static final String PROPERTY_DOCUMENTCATEGORY
Property documentCategory stored in column DocBaseType in table C_DocType
Help: The Document Base Type identifies the base or starting point for a document. Multiple document types may share a single document base type.- See Also:
- Constant Field Values
-
PROPERTY_SALESTRANSACTION
public static final String PROPERTY_SALESTRANSACTION
Property salesTransaction stored in column IsSOTrx in table C_DocType
Help: The Sales Transaction checkbox indicates if this item is a Sales Transaction.- See Also:
- Constant Field Values
-
PROPERTY_SOSUBTYPE
public static final String PROPERTY_SOSUBTYPE
Property sOSubType stored in column DocSubTypeSO in table C_DocType
Help: The SO Sub Type indicates the type of sales order this document refers to. This field only appears when the Document Base Type is Sales Order. The selection made here will determine which documents will be generated when an order is processed and which documents must be generated manually or in batches. <BR>The following outlines this process.<BR>SO Sub Type of <b>Standard Order</b> will generate just the <b>Order</b> document when the order is processed. <BR>The <b>Delivery Note</b>, <b>Invoice</b> and <b>Receipt</b> must be generated via other processes. <BR>SO Sub Type of <b>Warehouse Order</b> will generate the <b>Order</b> and <b>Delivery Note</b>. <BR> The <b>Invoice</b> and <b>Receipt</b> must be generated via other processes.<BR>SO Sub Type of <b>Credit Order</b> will generate the <b>Order</b>, <b>Delivery Note</b> and <b>Invoice</b>. <BR> The <b>Reciept</b> must be generated via other processes.<BR>SO Sub Type of <b>POS</b> (Point of Sale) will generate all document- See Also:
- Constant Field Values
-
PROPERTY_DOCUMENTTYPEFORSHIPMENT
public static final String PROPERTY_DOCUMENTTYPEFORSHIPMENT
Property documentTypeForShipment stored in column C_DocTypeShipment_ID in table C_DocType
Help: The Document Type for Shipments indicates the document type that will be used when a shipment is generated from this sales document. This field will display only when the base document type is Sales Order.- See Also:
- Constant Field Values
-
PROPERTY_DOCUMENTTYPEFORINVOICE
public static final String PROPERTY_DOCUMENTTYPEFORINVOICE
Property documentTypeForInvoice stored in column C_DocTypeInvoice_ID in table C_DocType
Help: The Document Type for Invoice indicates the document type that will be used when an invoice is generated from this sales document. This field will display only when the base document type is Sales Order.- See Also:
- Constant Field Values
-
PROPERTY_SEQUENCEDDOCUMENT
public static final String PROPERTY_SEQUENCEDDOCUMENT
Property sequencedDocument stored in column IsDocNoControlled in table C_DocType
Help: The Document Number Controlled checkbox indicates if this document type will have a sequence number.- See Also:
- Constant Field Values
-
PROPERTY_DOCUMENTSEQUENCE
public static final String PROPERTY_DOCUMENTSEQUENCE
Property documentSequence stored in column DocNoSequence_ID in table C_DocType
Help: The Document Sequence indicates the sequencing rule to use for this document type.- See Also:
- Constant Field Values
-
PROPERTY_GLCATEGORY
public static final String PROPERTY_GLCATEGORY
Property gLCategory stored in column GL_Category_ID in table C_DocType
Help: The General Ledger Category is an optional, user defined method of grouping journal lines.- See Also:
- Constant Field Values
-
PROPERTY_COMMENTS
public static final String PROPERTY_COMMENTS
Property comments stored in column DocumentNote in table C_DocType
Help: The Document Note is used for recording any additional information regarding this product.- See Also:
- Constant Field Values
-
PROPERTY_DEFAULT
public static final String PROPERTY_DEFAULT
Property default stored in column IsDefault in table C_DocType
Help: The Default Checkbox indicates if this record will be used as a default value.- See Also:
- Constant Field Values
-
PROPERTY_NUMBEROFCOPIES
public static final String PROPERTY_NUMBEROFCOPIES
Property numberOfCopies stored in column DocumentCopies in table C_DocType
Help: The Document Copies indicates the number of copies of each document that will be generated.- See Also:
- Constant Field Values
-
PROPERTY_TABLE
public static final String PROPERTY_TABLE
Property table stored in column AD_Table_ID in table C_DocType
Help: The Table indicates the table in which a field or fields reside.- See Also:
- Constant Field Values
-
PROPERTY_FILTERBYORGANIZATION
public static final String PROPERTY_FILTERBYORGANIZATION
Property filterByOrganization stored in column Orgfiltered in table C_DocType
Help: Filters by organization. This is used to calculate the document number by document type.- See Also:
- Constant Field Values
-
PROPERTY_DOCUMENTCANCELLED
public static final String PROPERTY_DOCUMENTCANCELLED
Property documentCancelled stored in column C_Doctype_Reversed_ID in table C_DocType- See Also:
- Constant Field Values
-
PROPERTY_EXPENSE
public static final String PROPERTY_EXPENSE
Property expense stored in column IsExpense in table C_DocType
Help: Invoices in the Create AP Invoices process will be created preferably with a document type with this flag activated. This way invoices related to expenses will not appear in the Invoice Register Book.- See Also:
- Constant Field Values
-
PROPERTY_REVERSAL
public static final String PROPERTY_REVERSAL
Property reversal stored in column Isreversal in table C_DocType
Help: Credit Memo checkbox only applies to Invoice document types. Invoices marked as Credit Memo will behave as Credit Memos, which implies that: - "Total gross amount" must always be positive. - "Payment Plan" will be negative. - Accounting will be opposite than Invoice accounting.- See Also:
- Constant Field Values
-
PROPERTY_RETURN
public static final String PROPERTY_RETURN
Property return stored in column IsReturn in table C_DocType
Help: Return checkbox indicates if the document is of reversal type. Documents with this flag enables implies to use negative quantities.- See Also:
- Constant Field Values
-
PROPERTY_DOCUMENTTYPEFORORDER
public static final String PROPERTY_DOCUMENTTYPEFORORDER
Property documentTypeForOrder stored in column C_Doctypeorder_ID in table C_DocType- See Also:
- Constant Field Values
-
PROPERTY_DOCTYPESIMPINVOICE
public static final String PROPERTY_DOCTYPESIMPINVOICE
Property doctypesimpinvoice stored in column C_Doctypesimpinvoice_ID in table C_DocType
Help: The Document Type for Simplified Invoice indicates the document type that will be used when a simplified invoice is generated from this sales document. This field will display only when the base document type is Sales Order.- See Also:
- Constant Field Values
-
PROPERTY_DOCTYPEAGGRINVOICE
public static final String PROPERTY_DOCTYPEAGGRINVOICE
Property doctypeaggrinvoice stored in column C_Doctypeaggrinvoice_ID in table C_DocType
Help: The Document Type for Aggregated Invoice indicates the document type that will be used when an aggregated invoice is generated from this sales document.This field will display only when the base document type is Sales Order.- See Also:
- Constant Field Values
-
PROPERTY_DOCUMENTTEMPLATELIST
public static final String PROPERTY_DOCUMENTTEMPLATELIST
Property documentTemplateList stored in table C_DocType- See Also:
- Constant Field Values
-
PROPERTY_DOCUMENTTYPETRLLIST
public static final String PROPERTY_DOCUMENTTYPETRLLIST
Property documentTypeTrlList stored in table C_DocType- See Also:
- Constant Field Values
-
-
Method Detail
-
getEntityName
public String getEntityName()
- Specified by:
getEntityName
in interfaceIdentifiable
- Specified by:
getEntityName
in classBaseOBObject
-
getId
public String getId()
- Specified by:
getId
in interfaceBaseOBObjectDef
- Specified by:
getId
in interfaceIdentifiable
- Overrides:
getId
in classBaseOBObject
- See Also:
PROPERTY_ID
-
setId
public void setId(String id)
- See Also:
PROPERTY_ID
-
getClient
public Client getClient()
Description copied from interface:ClientEnabled
Client field- Specified by:
getClient
in interfaceClientEnabled
- Returns:
- client
- See Also:
PROPERTY_CLIENT
-
setClient
public void setClient(Client client)
Description copied from interface:ClientEnabled
Client field- Specified by:
setClient
in interfaceClientEnabled
- See Also:
PROPERTY_CLIENT
-
getOrganization
public Organization getOrganization()
Description copied from interface:OrganizationEnabled
Gets organization field- Specified by:
getOrganization
in interfaceOrganizationEnabled
- Returns:
- organization
- See Also:
PROPERTY_ORGANIZATION
-
setOrganization
public void setOrganization(Organization organization)
Description copied from interface:OrganizationEnabled
Sets organization field- Specified by:
setOrganization
in interfaceOrganizationEnabled
- See Also:
PROPERTY_ORGANIZATION
-
isActive
public Boolean isActive()
Description copied from interface:ActiveEnabled
Gets active field- Specified by:
isActive
in interfaceActiveEnabled
- Returns:
- active
- See Also:
PROPERTY_ACTIVE
-
setActive
public void setActive(Boolean active)
Description copied from interface:ActiveEnabled
Sets active field- Specified by:
setActive
in interfaceActiveEnabled
- See Also:
PROPERTY_ACTIVE
-
getCreationDate
public Date getCreationDate()
Description copied from interface:Traceable
Creation date of audit- Specified by:
getCreationDate
in interfaceTraceable
- Returns:
- Date of creation
- See Also:
PROPERTY_CREATIONDATE
-
setCreationDate
public void setCreationDate(Date creationDate)
Description copied from interface:Traceable
Creation date of audit- Specified by:
setCreationDate
in interfaceTraceable
- See Also:
PROPERTY_CREATIONDATE
-
getCreatedBy
public User getCreatedBy()
Description copied from interface:Traceable
Created by audit user- Specified by:
getCreatedBy
in interfaceTraceable
- Returns:
- User
- See Also:
PROPERTY_CREATEDBY
-
setCreatedBy
public void setCreatedBy(User createdBy)
Description copied from interface:Traceable
Created by audit user- Specified by:
setCreatedBy
in interfaceTraceable
- See Also:
PROPERTY_CREATEDBY
-
getUpdated
public Date getUpdated()
Description copied from interface:Traceable
Update date of audit- Specified by:
getUpdated
in interfaceTraceable
- Returns:
- Date of update
- See Also:
PROPERTY_UPDATED
-
setUpdated
public void setUpdated(Date updated)
Description copied from interface:Traceable
Update date of audit- Specified by:
setUpdated
in interfaceTraceable
- See Also:
PROPERTY_UPDATED
-
getUpdatedBy
public User getUpdatedBy()
Description copied from interface:Traceable
Update by audit user- Specified by:
getUpdatedBy
in interfaceTraceable
- Returns:
- User who updated
- See Also:
PROPERTY_UPDATEDBY
-
setUpdatedBy
public void setUpdatedBy(User updatedBy)
Description copied from interface:Traceable
Update by audit user- Specified by:
setUpdatedBy
in interfaceTraceable
- See Also:
PROPERTY_UPDATEDBY
-
getName
public String getName()
- See Also:
PROPERTY_NAME
-
setName
public void setName(String name)
- See Also:
PROPERTY_NAME
-
getPrintText
public String getPrintText()
- See Also:
PROPERTY_PRINTTEXT
-
setPrintText
public void setPrintText(String printText)
- See Also:
PROPERTY_PRINTTEXT
-
getDescription
public String getDescription()
- See Also:
PROPERTY_DESCRIPTION
-
setDescription
public void setDescription(String description)
- See Also:
PROPERTY_DESCRIPTION
-
getDocumentCategory
public String getDocumentCategory()
- See Also:
PROPERTY_DOCUMENTCATEGORY
-
setDocumentCategory
public void setDocumentCategory(String documentCategory)
- See Also:
PROPERTY_DOCUMENTCATEGORY
-
isSalesTransaction
public Boolean isSalesTransaction()
- See Also:
PROPERTY_SALESTRANSACTION
-
setSalesTransaction
public void setSalesTransaction(Boolean salesTransaction)
- See Also:
PROPERTY_SALESTRANSACTION
-
getSOSubType
public String getSOSubType()
- See Also:
PROPERTY_SOSUBTYPE
-
setSOSubType
public void setSOSubType(String sOSubType)
- See Also:
PROPERTY_SOSUBTYPE
-
getDocumentTypeForShipment
public DocumentType getDocumentTypeForShipment()
- See Also:
PROPERTY_DOCUMENTTYPEFORSHIPMENT
-
setDocumentTypeForShipment
public void setDocumentTypeForShipment(DocumentType documentTypeForShipment)
- See Also:
PROPERTY_DOCUMENTTYPEFORSHIPMENT
-
getDocumentTypeForInvoice
public DocumentType getDocumentTypeForInvoice()
- See Also:
PROPERTY_DOCUMENTTYPEFORINVOICE
-
setDocumentTypeForInvoice
public void setDocumentTypeForInvoice(DocumentType documentTypeForInvoice)
- See Also:
PROPERTY_DOCUMENTTYPEFORINVOICE
-
isSequencedDocument
public Boolean isSequencedDocument()
- See Also:
PROPERTY_SEQUENCEDDOCUMENT
-
setSequencedDocument
public void setSequencedDocument(Boolean sequencedDocument)
- See Also:
PROPERTY_SEQUENCEDDOCUMENT
-
getDocumentSequence
public Sequence getDocumentSequence()
- See Also:
PROPERTY_DOCUMENTSEQUENCE
-
setDocumentSequence
public void setDocumentSequence(Sequence documentSequence)
- See Also:
PROPERTY_DOCUMENTSEQUENCE
-
getGLCategory
public GLCategory getGLCategory()
- See Also:
PROPERTY_GLCATEGORY
-
setGLCategory
public void setGLCategory(GLCategory gLCategory)
- See Also:
PROPERTY_GLCATEGORY
-
getComments
public String getComments()
- See Also:
PROPERTY_COMMENTS
-
setComments
public void setComments(String comments)
- See Also:
PROPERTY_COMMENTS
-
isDefault
public Boolean isDefault()
- See Also:
PROPERTY_DEFAULT
-
setDefault
public void setDefault(Boolean deflt)
- See Also:
PROPERTY_DEFAULT
-
getNumberOfCopies
public Long getNumberOfCopies()
- See Also:
PROPERTY_NUMBEROFCOPIES
-
setNumberOfCopies
public void setNumberOfCopies(Long numberOfCopies)
- See Also:
PROPERTY_NUMBEROFCOPIES
-
getTable
public Table getTable()
- See Also:
PROPERTY_TABLE
-
setTable
public void setTable(Table table)
- See Also:
PROPERTY_TABLE
-
isFilterByOrganization
public Boolean isFilterByOrganization()
- See Also:
PROPERTY_FILTERBYORGANIZATION
-
setFilterByOrganization
public void setFilterByOrganization(Boolean filterByOrganization)
- See Also:
PROPERTY_FILTERBYORGANIZATION
-
getDocumentCancelled
public DocumentType getDocumentCancelled()
- See Also:
PROPERTY_DOCUMENTCANCELLED
-
setDocumentCancelled
public void setDocumentCancelled(DocumentType documentCancelled)
- See Also:
PROPERTY_DOCUMENTCANCELLED
-
isExpense
public Boolean isExpense()
- See Also:
PROPERTY_EXPENSE
-
setExpense
public void setExpense(Boolean expense)
- See Also:
PROPERTY_EXPENSE
-
isReversal
public Boolean isReversal()
- See Also:
PROPERTY_REVERSAL
-
setReversal
public void setReversal(Boolean reversal)
- See Also:
PROPERTY_REVERSAL
-
isReturn
public Boolean isReturn()
- See Also:
PROPERTY_RETURN
-
setReturn
public void setReturn(Boolean rturn)
- See Also:
PROPERTY_RETURN
-
getDocumentTypeForOrder
public DocumentType getDocumentTypeForOrder()
- See Also:
PROPERTY_DOCUMENTTYPEFORORDER
-
setDocumentTypeForOrder
public void setDocumentTypeForOrder(DocumentType documentTypeForOrder)
- See Also:
PROPERTY_DOCUMENTTYPEFORORDER
-
getDoctypesimpinvoice
public DocumentType getDoctypesimpinvoice()
- See Also:
PROPERTY_DOCTYPESIMPINVOICE
-
setDoctypesimpinvoice
public void setDoctypesimpinvoice(DocumentType doctypesimpinvoice)
- See Also:
PROPERTY_DOCTYPESIMPINVOICE
-
getDoctypeaggrinvoice
public DocumentType getDoctypeaggrinvoice()
- See Also:
PROPERTY_DOCTYPEAGGRINVOICE
-
setDoctypeaggrinvoice
public void setDoctypeaggrinvoice(DocumentType doctypeaggrinvoice)
- See Also:
PROPERTY_DOCTYPEAGGRINVOICE
-
getDocumentTemplateList
public List<DocumentTemplate> getDocumentTemplateList()
Help: C_POC_DOCTYPE_TEMPLATE- See Also:
DocumentTemplate
-
setDocumentTemplateList
public void setDocumentTemplateList(List<DocumentTemplate> documentTemplateList)
Help: C_POC_DOCTYPE_TEMPLATE- See Also:
DocumentTemplate
-
getDocumentTypeTrlList
public List<DocumentTypeTrl> getDocumentTypeTrlList()
Help: The Translation Tab defines a Document Type in an alternate language.- See Also:
DocumentTypeTrl
-
setDocumentTypeTrlList
public void setDocumentTypeTrlList(List<DocumentTypeTrl> documentTypeTrlList)
Help: The Translation Tab defines a Document Type in an alternate language.- See Also:
DocumentTypeTrl
-
-