Package org.openbravo.model.common.order
Class InvoiceCandidateV
- java.lang.Object
-
- org.openbravo.base.structure.BaseOBObject
-
- org.openbravo.model.common.order.InvoiceCandidateV
-
- All Implemented Interfaces:
Serializable
,BaseOBObjectDef
,OBNotSingleton
,OBProvidable
,ActiveEnabled
,ClientEnabled
,DynamicEnabled
,Identifiable
,OrganizationEnabled
,Traceable
public class InvoiceCandidateV extends BaseOBObject implements Traceable, ClientEnabled, OrganizationEnabled, ActiveEnabled
Entity class for entity InvoiceCandidateV (stored in table c_invoice_candidate_v).
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_invoice_candidate_vstatic String
PROPERTY_AMOUNTLINES
Property amountlines stored in column Amountlines in table c_invoice_candidate_vstatic String
PROPERTY_AMOUNTLINESGROSS
Property amountlinesgross stored in column Amountlinesgross in table c_invoice_candidate_vstatic String
PROPERTY_ASSET
Property asset stored in column A_Asset_ID in table c_invoice_candidate_v
Help: Any item of economic value owned by the corporation, especially that which could be converted to cash.static String
PROPERTY_BUSINESSPARTNER
Property businessPartner stored in column C_Bpartner_ID in table c_invoice_candidate_v
Help: A Business Partner is anyone with whom you transact. This can include a customer, vendor, employee or any combination of these.static String
PROPERTY_CLIENT
Property client stored in column AD_Client_ID in table c_invoice_candidate_vstatic String
PROPERTY_COSTCENTER
Property costcenter stored in column C_Costcenter_ID in table c_invoice_candidate_v
Help: Division that adds to the cost of an organization. Internal structure for cost allocation.static String
PROPERTY_CREATEDBY
Property createdBy stored in column Createdby in table c_invoice_candidate_vstatic String
PROPERTY_CREATIONDATE
Property creationDate stored in column Created in table c_invoice_candidate_vstatic String
PROPERTY_CURRENCY
Property currency stored in column C_Currency_ID in table c_invoice_candidate_v
Help: Indicates the currency to be used when processing this document.static String
PROPERTY_DELIVEREDQUANTITY
Property deliveredQuantity stored in column Qtydelivered in table c_invoice_candidate_v
Help: The Delivered Quantity indicates the quantity of a product that has already been delivered.static String
PROPERTY_DOCUMENTNO
Property documentNo stored in column Documentno in table c_invoice_candidate_v
Help: The document number is usually automatically generated by the system and determined by the document type of the document. If the document is not saved, the preliminary number is displayed in "<>". If the document type of your document has no automatic document sequence defined, the field will be empty when creating a new document. This is for documents which usually have an external number (like vendor invoice). If you leave the field empty, the system will generate a document number for you. The document sequence used for this fallback number is defined in the "Document Sequence" window with the name "DocumentNo_<TableName>", where TableName is the actual name of the table inside the database (e.g. C_Order).static String
PROPERTY_DOCUMENTTYPE
Property documentType stored in column C_Doctype_ID in table c_invoice_candidate_v
Help: The Document Type determines document sequence and processing rulesstatic String
PROPERTY_GRANDTOTALAMOUNT
Property grandTotalAmount stored in column Grandtotal in table c_invoice_candidate_v
Help: The Grand Total displays the total amount including Tax and Freight in document currencystatic String
PROPERTY_ID
Property id stored in column C_Invoice_Candidate_V_ID in table c_invoice_candidate_vstatic String
PROPERTY_NDDIMENSION
Property ndDimension stored in column User2_ID in table c_invoice_candidate_v
Help: The user defined element displays the optional elements that have been defined for this account combination.static String
PROPERTY_NOTINVOICEDLINES
Property notinvoicedlines stored in column Notinvoicedlines in table c_invoice_candidate_vstatic String
PROPERTY_NOTINVOICEDLINESGROSS
Property notinvoicedlinesgross stored in column Notinvoicedlinesgross in table c_invoice_candidate_vstatic String
PROPERTY_ORDERDATE
Property orderDate stored in column Dateordered in table c_invoice_candidate_v
Help: Indicates the Date an item was ordered.static String
PROPERTY_ORDEREDQUANTITY
Property orderedQuantity stored in column Qtyordered in table c_invoice_candidate_v
Help: The Ordered Quantity indicates the quantity of a product that was ordered.static String
PROPERTY_ORGANIZATION
Property organization stored in column AD_Org_ID in table c_invoice_candidate_vstatic String
PROPERTY_PENDINGLINES
Property pendinglines stored in column Pendinglines in table c_invoice_candidate_vstatic String
PROPERTY_PENDINGLINESGROSS
Property pendinglinesgross stored in column Pendinglinesgross in table c_invoice_candidate_vstatic String
PROPERTY_PRICEINCLUDESTAX
Property priceIncludesTax stored in column Istaxincluded in table c_invoice_candidate_v
Help: The Tax Included checkbox indicates if the prices include tax. This is also known as the gross price.static String
PROPERTY_PROJECT
Property project stored in column C_Project_ID in table c_invoice_candidate_v
Help: Identifier of a project defined within the Project & Service Management module.static String
PROPERTY_SALESORDER
Property salesOrder stored in column C_Order_ID in table c_invoice_candidate_v
Help: Unique identifier and a reference to a Sales Order originating from the document sequence defined for this document type.static String
PROPERTY_SALESTRANSACTION
Property salesTransaction stored in column Issotrx in table c_invoice_candidate_v
Help: The Sales Transaction checkbox indicates if this item is a Sales Transaction.static String
PROPERTY_SCHEDULEDDELIVERYDATE
Property scheduledDeliveryDate stored in column Datepromised in table c_invoice_candidate_v
Help: Scheduled Delivery Date indicates the date, if any, that an order was promised by.static String
PROPERTY_STDIMENSION
Property stDimension stored in column User1_ID in table c_invoice_candidate_v
Help: The user defined element displays the optional elements that have been defined for this account combination.static String
PROPERTY_TERM
Property term stored in column Term in table c_invoice_candidate_vstatic String
PROPERTY_UPDATED
Property updated stored in column Updated in table c_invoice_candidate_vstatic String
PROPERTY_UPDATEDBY
Property updatedBy stored in column Updatedby in table c_invoice_candidate_vstatic String
PROPERTY_WAREHOUSE
Property warehouse stored in column M_Warehouse_ID in table c_invoice_candidate_v
Help: The Warehouse identifies a unique Warehouse where products are stored or Services are provided.static String
TABLE_NAME
-
Fields inherited from class org.openbravo.base.structure.BaseOBObject
ID
-
-
Constructor Summary
Constructors Constructor Description InvoiceCandidateV()
-
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_Invoice_Candidate_V_ID in table c_invoice_candidate_v- See Also:
- Constant Field Values
-
PROPERTY_ACTIVE
public static final String PROPERTY_ACTIVE
Property active stored in column Isactive in table c_invoice_candidate_v- See Also:
ActiveEnabled
, Constant Field Values
-
PROPERTY_CREATIONDATE
public static final String PROPERTY_CREATIONDATE
Property creationDate stored in column Created in table c_invoice_candidate_v- See Also:
Traceable
, Constant Field Values
-
PROPERTY_CREATEDBY
public static final String PROPERTY_CREATEDBY
Property createdBy stored in column Createdby in table c_invoice_candidate_v- See Also:
Traceable
, Constant Field Values
-
PROPERTY_UPDATED
public static final String PROPERTY_UPDATED
Property updated stored in column Updated in table c_invoice_candidate_v- See Also:
Traceable
, Constant Field Values
-
PROPERTY_UPDATEDBY
public static final String PROPERTY_UPDATEDBY
Property updatedBy stored in column Updatedby in table c_invoice_candidate_v- See Also:
Traceable
, Constant Field Values
-
PROPERTY_CLIENT
public static final String PROPERTY_CLIENT
Property client stored in column AD_Client_ID in table c_invoice_candidate_v- 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_invoice_candidate_v- See Also:
OrganizationEnabled
, Constant Field Values
-
PROPERTY_BUSINESSPARTNER
public static final String PROPERTY_BUSINESSPARTNER
Property businessPartner stored in column C_Bpartner_ID in table c_invoice_candidate_v
Help: A Business Partner is anyone with whom you transact. This can include a customer, vendor, employee or any combination of these.- See Also:
- Constant Field Values
-
PROPERTY_SALESORDER
public static final String PROPERTY_SALESORDER
Property salesOrder stored in column C_Order_ID in table c_invoice_candidate_v
Help: Unique identifier and a reference to a Sales Order originating from the document sequence defined for this document type.- See Also:
- Constant Field Values
-
PROPERTY_DOCUMENTNO
public static final String PROPERTY_DOCUMENTNO
Property documentNo stored in column Documentno in table c_invoice_candidate_v
Help: The document number is usually automatically generated by the system and determined by the document type of the document. If the document is not saved, the preliminary number is displayed in "<>". If the document type of your document has no automatic document sequence defined, the field will be empty when creating a new document. This is for documents which usually have an external number (like vendor invoice). If you leave the field empty, the system will generate a document number for you. The document sequence used for this fallback number is defined in the "Document Sequence" window with the name "DocumentNo_<TableName>", where TableName is the actual name of the table inside the database (e.g. C_Order).- See Also:
- Constant Field Values
-
PROPERTY_ORDERDATE
public static final String PROPERTY_ORDERDATE
Property orderDate stored in column Dateordered in table c_invoice_candidate_v
Help: Indicates the Date an item was ordered.- See Also:
- Constant Field Values
-
PROPERTY_DOCUMENTTYPE
public static final String PROPERTY_DOCUMENTTYPE
Property documentType stored in column C_Doctype_ID in table c_invoice_candidate_v
Help: The Document Type determines document sequence and processing rules- See Also:
- Constant Field Values
-
PROPERTY_AMOUNTLINES
public static final String PROPERTY_AMOUNTLINES
Property amountlines stored in column Amountlines in table c_invoice_candidate_v- See Also:
- Constant Field Values
-
PROPERTY_AMOUNTLINESGROSS
public static final String PROPERTY_AMOUNTLINESGROSS
Property amountlinesgross stored in column Amountlinesgross in table c_invoice_candidate_v- See Also:
- Constant Field Values
-
PROPERTY_NOTINVOICEDLINES
public static final String PROPERTY_NOTINVOICEDLINES
Property notinvoicedlines stored in column Notinvoicedlines in table c_invoice_candidate_v- See Also:
- Constant Field Values
-
PROPERTY_NOTINVOICEDLINESGROSS
public static final String PROPERTY_NOTINVOICEDLINESGROSS
Property notinvoicedlinesgross stored in column Notinvoicedlinesgross in table c_invoice_candidate_v- See Also:
- Constant Field Values
-
PROPERTY_TERM
public static final String PROPERTY_TERM
Property term stored in column Term in table c_invoice_candidate_v- See Also:
- Constant Field Values
-
PROPERTY_PENDINGLINES
public static final String PROPERTY_PENDINGLINES
Property pendinglines stored in column Pendinglines in table c_invoice_candidate_v- See Also:
- Constant Field Values
-
PROPERTY_PENDINGLINESGROSS
public static final String PROPERTY_PENDINGLINESGROSS
Property pendinglinesgross stored in column Pendinglinesgross in table c_invoice_candidate_v- See Also:
- Constant Field Values
-
PROPERTY_ORDEREDQUANTITY
public static final String PROPERTY_ORDEREDQUANTITY
Property orderedQuantity stored in column Qtyordered in table c_invoice_candidate_v
Help: The Ordered Quantity indicates the quantity of a product that was ordered.- See Also:
- Constant Field Values
-
PROPERTY_DELIVEREDQUANTITY
public static final String PROPERTY_DELIVEREDQUANTITY
Property deliveredQuantity stored in column Qtydelivered in table c_invoice_candidate_v
Help: The Delivered Quantity indicates the quantity of a product that has already been delivered.- See Also:
- Constant Field Values
-
PROPERTY_SALESTRANSACTION
public static final String PROPERTY_SALESTRANSACTION
Property salesTransaction stored in column Issotrx in table c_invoice_candidate_v
Help: The Sales Transaction checkbox indicates if this item is a Sales Transaction.- See Also:
- Constant Field Values
-
PROPERTY_PRICEINCLUDESTAX
public static final String PROPERTY_PRICEINCLUDESTAX
Property priceIncludesTax stored in column Istaxincluded in table c_invoice_candidate_v
Help: The Tax Included checkbox indicates if the prices include tax. This is also known as the gross price.- See Also:
- Constant Field Values
-
PROPERTY_CURRENCY
public static final String PROPERTY_CURRENCY
Property currency stored in column C_Currency_ID in table c_invoice_candidate_v
Help: Indicates the currency to be used when processing this document.- See Also:
- Constant Field Values
-
PROPERTY_SCHEDULEDDELIVERYDATE
public static final String PROPERTY_SCHEDULEDDELIVERYDATE
Property scheduledDeliveryDate stored in column Datepromised in table c_invoice_candidate_v
Help: Scheduled Delivery Date indicates the date, if any, that an order was promised by.- See Also:
- Constant Field Values
-
PROPERTY_ASSET
public static final String PROPERTY_ASSET
Property asset stored in column A_Asset_ID in table c_invoice_candidate_v
Help: Any item of economic value owned by the corporation, especially that which could be converted to cash.- See Also:
- Constant Field Values
-
PROPERTY_PROJECT
public static final String PROPERTY_PROJECT
Property project stored in column C_Project_ID in table c_invoice_candidate_v
Help: Identifier of a project defined within the Project & Service Management module.- See Also:
- Constant Field Values
-
PROPERTY_COSTCENTER
public static final String PROPERTY_COSTCENTER
Property costcenter stored in column C_Costcenter_ID in table c_invoice_candidate_v
Help: Division that adds to the cost of an organization. Internal structure for cost allocation.- See Also:
- Constant Field Values
-
PROPERTY_STDIMENSION
public static final String PROPERTY_STDIMENSION
Property stDimension stored in column User1_ID in table c_invoice_candidate_v
Help: The user defined element displays the optional elements that have been defined for this account combination.- See Also:
- Constant Field Values
-
PROPERTY_NDDIMENSION
public static final String PROPERTY_NDDIMENSION
Property ndDimension stored in column User2_ID in table c_invoice_candidate_v
Help: The user defined element displays the optional elements that have been defined for this account combination.- See Also:
- Constant Field Values
-
PROPERTY_WAREHOUSE
public static final String PROPERTY_WAREHOUSE
Property warehouse stored in column M_Warehouse_ID in table c_invoice_candidate_v
Help: The Warehouse identifies a unique Warehouse where products are stored or Services are provided.- See Also:
- Constant Field Values
-
PROPERTY_GRANDTOTALAMOUNT
public static final String PROPERTY_GRANDTOTALAMOUNT
Property grandTotalAmount stored in column Grandtotal in table c_invoice_candidate_v
Help: The Grand Total displays the total amount including Tax and Freight in document currency- 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
-
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
-
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
-
getBusinessPartner
public BusinessPartner getBusinessPartner()
- See Also:
PROPERTY_BUSINESSPARTNER
-
setBusinessPartner
public void setBusinessPartner(BusinessPartner businessPartner)
- See Also:
PROPERTY_BUSINESSPARTNER
-
getSalesOrder
public Order getSalesOrder()
- See Also:
PROPERTY_SALESORDER
-
setSalesOrder
public void setSalesOrder(Order salesOrder)
- See Also:
PROPERTY_SALESORDER
-
getDocumentNo
public String getDocumentNo()
- See Also:
PROPERTY_DOCUMENTNO
-
setDocumentNo
public void setDocumentNo(String documentNo)
- See Also:
PROPERTY_DOCUMENTNO
-
getOrderDate
public Date getOrderDate()
- See Also:
PROPERTY_ORDERDATE
-
setOrderDate
public void setOrderDate(Date orderDate)
- See Also:
PROPERTY_ORDERDATE
-
getDocumentType
public DocumentType getDocumentType()
- See Also:
PROPERTY_DOCUMENTTYPE
-
setDocumentType
public void setDocumentType(DocumentType documentType)
- See Also:
PROPERTY_DOCUMENTTYPE
-
getAmountlines
public Long getAmountlines()
- See Also:
PROPERTY_AMOUNTLINES
-
setAmountlines
public void setAmountlines(Long amountlines)
- See Also:
PROPERTY_AMOUNTLINES
-
getAmountlinesgross
public Long getAmountlinesgross()
- See Also:
PROPERTY_AMOUNTLINESGROSS
-
setAmountlinesgross
public void setAmountlinesgross(Long amountlinesgross)
- See Also:
PROPERTY_AMOUNTLINESGROSS
-
getNotinvoicedlines
public Long getNotinvoicedlines()
- See Also:
PROPERTY_NOTINVOICEDLINES
-
setNotinvoicedlines
public void setNotinvoicedlines(Long notinvoicedlines)
- See Also:
PROPERTY_NOTINVOICEDLINES
-
getNotinvoicedlinesgross
public Long getNotinvoicedlinesgross()
- See Also:
PROPERTY_NOTINVOICEDLINESGROSS
-
setNotinvoicedlinesgross
public void setNotinvoicedlinesgross(Long notinvoicedlinesgross)
- See Also:
PROPERTY_NOTINVOICEDLINESGROSS
-
getTerm
public String getTerm()
- See Also:
PROPERTY_TERM
-
setTerm
public void setTerm(String term)
- See Also:
PROPERTY_TERM
-
getPendinglines
public Long getPendinglines()
- See Also:
PROPERTY_PENDINGLINES
-
setPendinglines
public void setPendinglines(Long pendinglines)
- See Also:
PROPERTY_PENDINGLINES
-
getPendinglinesgross
public Long getPendinglinesgross()
- See Also:
PROPERTY_PENDINGLINESGROSS
-
setPendinglinesgross
public void setPendinglinesgross(Long pendinglinesgross)
- See Also:
PROPERTY_PENDINGLINESGROSS
-
getOrderedQuantity
public Long getOrderedQuantity()
- See Also:
PROPERTY_ORDEREDQUANTITY
-
setOrderedQuantity
public void setOrderedQuantity(Long orderedQuantity)
- See Also:
PROPERTY_ORDEREDQUANTITY
-
getDeliveredQuantity
public Long getDeliveredQuantity()
- See Also:
PROPERTY_DELIVEREDQUANTITY
-
setDeliveredQuantity
public void setDeliveredQuantity(Long deliveredQuantity)
- See Also:
PROPERTY_DELIVEREDQUANTITY
-
isSalesTransaction
public Boolean isSalesTransaction()
- See Also:
PROPERTY_SALESTRANSACTION
-
setSalesTransaction
public void setSalesTransaction(Boolean salesTransaction)
- See Also:
PROPERTY_SALESTRANSACTION
-
isPriceIncludesTax
public Boolean isPriceIncludesTax()
- See Also:
PROPERTY_PRICEINCLUDESTAX
-
setPriceIncludesTax
public void setPriceIncludesTax(Boolean priceIncludesTax)
- See Also:
PROPERTY_PRICEINCLUDESTAX
-
getCurrency
public Currency getCurrency()
- See Also:
PROPERTY_CURRENCY
-
setCurrency
public void setCurrency(Currency currency)
- See Also:
PROPERTY_CURRENCY
-
getScheduledDeliveryDate
public Date getScheduledDeliveryDate()
- See Also:
PROPERTY_SCHEDULEDDELIVERYDATE
-
setScheduledDeliveryDate
public void setScheduledDeliveryDate(Date scheduledDeliveryDate)
- See Also:
PROPERTY_SCHEDULEDDELIVERYDATE
-
getAsset
public Asset getAsset()
- See Also:
PROPERTY_ASSET
-
setAsset
public void setAsset(Asset asset)
- See Also:
PROPERTY_ASSET
-
getProject
public Project getProject()
- See Also:
PROPERTY_PROJECT
-
setProject
public void setProject(Project project)
- See Also:
PROPERTY_PROJECT
-
getCostcenter
public Costcenter getCostcenter()
- See Also:
PROPERTY_COSTCENTER
-
setCostcenter
public void setCostcenter(Costcenter costcenter)
- See Also:
PROPERTY_COSTCENTER
-
getStDimension
public UserDimension1 getStDimension()
- See Also:
PROPERTY_STDIMENSION
-
setStDimension
public void setStDimension(UserDimension1 stDimension)
- See Also:
PROPERTY_STDIMENSION
-
getNdDimension
public UserDimension2 getNdDimension()
- See Also:
PROPERTY_NDDIMENSION
-
setNdDimension
public void setNdDimension(UserDimension2 ndDimension)
- See Also:
PROPERTY_NDDIMENSION
-
getWarehouse
public Warehouse getWarehouse()
- See Also:
PROPERTY_WAREHOUSE
-
setWarehouse
public void setWarehouse(Warehouse warehouse)
- See Also:
PROPERTY_WAREHOUSE
-
getGrandTotalAmount
public BigDecimal getGrandTotalAmount()
- See Also:
PROPERTY_GRANDTOTALAMOUNT
-
setGrandTotalAmount
public void setGrandTotalAmount(BigDecimal grandTotalAmount)
- See Also:
PROPERTY_GRANDTOTALAMOUNT
-
-