Package org.openbravo.model.common.order
Class Order
- java.lang.Object
-
- org.openbravo.base.structure.BaseOBObject
-
- org.openbravo.model.common.order.Order
-
- All Implemented Interfaces:
Serializable
,BaseOBObjectDef
,OBNotSingleton
,OBProvidable
,ActiveEnabled
,ClientEnabled
,DynamicEnabled
,Identifiable
,OrganizationEnabled
,Traceable
public class Order extends BaseOBObject implements Traceable, ClientEnabled, OrganizationEnabled, ActiveEnabled
Entity class for entity Order (stored in table C_Order).
Help: Table where there are all the orders. The purchase orders and the sales orders.
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
COMPUTED_COLUMN_DELIVERYSTATUS
Computed column for property deliveryStatus
Computed from:
(coalesce((select case when sum(abs(ol.qtyordered)) = 0 or iscancelled = 'Y' or cancelledorder_id is not null then 0 else round(coalesce(sum(abs(ol.qtydelivered)), 0)/sum(abs(ol.qtyordered)) * 100, 0) end from c_orderline ol where ol.c_order_id=c_order_id and ol.c_order_discount_id is null),0))
static String
COMPUTED_COLUMN_INVOICESTATUS
Computed column for property invoiceStatus
Computed from:
(coalesce((select case when sum(abs(ol.qtyordered)) = 0 or iscancelled = 'Y' or cancelledorder_id is not null then 0 else round(coalesce(sum(abs(ol.qtyinvoiced)), 0)/sum(abs(ol.qtyordered)) * 100, 0) end from c_orderline ol where ol.c_order_id=c_order_id and ol.c_order_discount_id is null), 0))
static String
COMPUTED_COLUMN_PAYMENTSTATUS
Computed column for property paymentStatus
Help: Percent paid of the order
Computed from:
(coalesce((select case when sum(fps.amount) = 0 then 0 else round(sum(fps.paidamt)/sum(fps.amount) 100, 0) end from FIN_Payment_Schedule fps where fps.c_order_id=c_order_id),0))
static String
ENTITY_NAME
static String
PROPERTY__COMPUTEDCOLUMNS
Property _computedColumns stored in column _computedColumns in table C_Orderstatic String
PROPERTY_ACCOUNTINGDATE
Property accountingDate stored in column DateAcct in table C_Order
Help: The date this transaction is recorded on in the general ledger. This date also indicates which accounting period within the fiscal year this transaction will be part of.static String
PROPERTY_ACTIVE
Property active stored in column IsActive in table C_Orderstatic String
PROPERTY_ACTIVITY
Property activity stored in column C_Activity_ID in table C_Order
Help: Activities indicate tasks that are performed and used to utilize Activity based Costingstatic String
PROPERTY_ADDORPHANLINE
Property addOrphanLine stored in column RM_AddOrphanLine in table C_Orderstatic String
PROPERTY_ALTERNATELOCATION
Property alternateLocation stored in column C_Alternate_Location_ID in table C_Order
Help: Different delivery location where to deliver the order. This location does not have to be part of business partner locations. Used just once, so no need to store it as part of the business partner locations.static String
PROPERTY_APRMADDPAYMENT
Property aPRMAddPayment stored in column EM_APRM_AddPayment in table C_Order
Help: Launches a process to add a payment to the selected invoice.static String
PROPERTY_ASSET
Property asset stored in column A_Asset_ID in table C_Order
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_Order
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_CALCULATEPROMOTIONS
Property calculatePromotions stored in column Calculate_Promotions in table C_Orderstatic String
PROPERTY_CANCELANDREPLACE
Property cancelandreplace stored in column Cancelandreplace in table C_Order
Help: Button that creates a temporal duplicated orderstatic String
PROPERTY_CANCELLEDORDER
Property cancelledorder stored in column Cancelledorder_id in table C_Order
Help: Link to the order that has been canceledstatic String
PROPERTY_CASHVAT
Property cashVAT stored in column Iscashvat in table C_Order
Help: Cash VAT tax ratestatic String
PROPERTY_CHARGE
Property charge stored in column C_Charge_ID in table C_Order
Help: The Charge indicates a type of Charge (Handling, Shipping, Restocking)static String
PROPERTY_CHARGEAMOUNT
Property chargeAmount stored in column ChargeAmt in table C_Order
Help: The Charge Amount indicates the amount for an additional charge.static String
PROPERTY_CLIENT
Property client stored in column AD_Client_ID in table C_Orderstatic String
PROPERTY_CONFIRMCANCELANDREPLACE
Property confirmcancelandreplace stored in column Confirmcancelandreplace in table C_Order
Help: Button that confirms the temporal Order by closing it and creates a canceled orderstatic String
PROPERTY_COPYFROM
Property copyFrom stored in column CopyFrom in table C_Order
Help: Copy lines (products) from another document of the same type.static String
PROPERTY_COPYFROMPO
Property copyFromPO stored in column CopyFromPO in table C_Order
Help: Copy lines from ordersstatic String
PROPERTY_COSTCENTER
Property costcenter stored in column C_Costcenter_ID in table C_Order
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_Orderstatic String
PROPERTY_CREATEINVOICE
Property createInvoice stored in column RM_CreateInvoice in table C_Orderstatic String
PROPERTY_CREATEORDER
Property createOrder stored in column Convertquotation in table C_Orderstatic String
PROPERTY_CREATEPOLINES
Property createPOLines stored in column Create_POLines in table C_Orderstatic String
PROPERTY_CREATIONDATE
Property creationDate stored in column Created in table C_Orderstatic String
PROPERTY_CURRENCY
Property currency stored in column C_Currency_ID in table C_Order
Help: Indicates the currency to be used when processing this document.static String
PROPERTY_DATEPRINTED
Property datePrinted stored in column DatePrinted in table C_Order
Help: Indicates the Date that a document was printed.static String
PROPERTY_DELIVERED
Property delivered stored in column IsDelivered in table C_Orderstatic String
PROPERTY_DELIVERYLOCATION
Property deliveryLocation stored in column Delivery_Location_ID in table C_Order
Help: Location where the product will be delivered tostatic String
PROPERTY_DELIVERYMETHOD
Property deliveryMethod stored in column DeliveryViaRule in table C_Order
Help: The Delivery Via indicates how the products should be delivered. For example, will the order be picked up or shipped.static String
PROPERTY_DELIVERYNOTES
Property deliveryNotes stored in column Deliverynotes in table C_Order
Help: Notes for the deliverystatic String
PROPERTY_DELIVERYTERMS
Property deliveryTerms stored in column DeliveryRule in table C_Order
Help: The Delivery Rule indicates when an order should be delivered. For example should the order be delivered when the entire order is complete, when a line is complete or as the products become available.static String
PROPERTY_DESCRIPTION
Property description stored in column Description in table C_Order
Help: A description is limited to 255 characters.static String
PROPERTY_DOCUMENTACTION
Property documentAction stored in column DocAction in table C_Order
Help: You find the current status in the Document Status field. The options are listed in a popupstatic String
PROPERTY_DOCUMENTNO
Property documentNo stored in column DocumentNo in table C_Orderstatic String
PROPERTY_DOCUMENTSTATUS
Property documentStatus stored in column DocStatus in table C_Order
Help: The Document Status indicates the status of a document at this time. To change the status of a document, use one of the buttons usually located at the bottom of the document window.static String
PROPERTY_DOCUMENTTYPE
Property documentType stored in column C_DocType_ID in table C_Order
Help: The Document Type determines document sequence and processing rulesstatic String
PROPERTY_DROPSHIPCONTACT
Property dropShipContact stored in column DropShip_User_ID in table C_Order
Help: Business Partner Contact for Drop Shipmentstatic String
PROPERTY_DROPSHIPLOCATION
Property dropShipLocation stored in column DropShip_Location_ID in table C_Order
Help: Business Partner Shipment Location for Drop Shipmentstatic String
PROPERTY_DROPSHIPPARTNER
Property dropShipPartner stored in column DropShip_BPartner_ID in table C_Order
Help: Business Partner for Drop Shipmentstatic String
PROPERTY_EXTERNALBUSINESSPARTNERREFERENCE
Property externalBusinessPartnerReference stored in column BPartner_ExtRef in table C_Order
Help: This field stores the business partner reference to an external CRM system. This is useful only when the business partner management is done outside Openbravo. In this case Openbravo will internally use the anonymous customer but it will track the real customer in the external system through this field.static String
PROPERTY_FINPAYMENTPRIORITY
Property fINPaymentPriority stored in column FIN_Payment_Priority_ID in table C_Order
Help: Sets the priority of the payment plans generated when processing the invoice or order. The distribution algorithm will be driven by this priority. The pending payments for order or payments will be displayed ordered by the payment priority first and then by the due date.static String
PROPERTY_FINPAYMENTSCHEDINVVLIST
Property fINPaymentSchedInvVList stored in table C_Orderstatic String
PROPERTY_FINPAYMENTSCHEDORDVLIST
Property fINPaymentSchedOrdVList stored in table C_Orderstatic String
PROPERTY_FINPAYMENTSCHEDULELIST
Property fINPaymentScheduleList stored in table C_Orderstatic String
PROPERTY_FORMOFPAYMENT
Property formOfPayment stored in column PaymentRule in table C_Order
Help: Form of Payment indicates the method of payment used for this transaction (eg. cash, wire transfer, etc.)static String
PROPERTY_FREIGHTAMOUNT
Property freightAmount stored in column FreightAmt in table C_Order
Help: The Freight Amount indicates the amount charged for Freight in the document currency.static String
PROPERTY_FREIGHTCOSTRULE
Property freightCostRule stored in column FreightCostRule in table C_Order
Help: The Freight Cost Rule indicates the method used when charging for freight.static String
PROPERTY_GENERATETEMPLATE
Property generateTemplate stored in column Generatetemplate in table C_Order
Help: A button that copies the products that are defined as template in the business partner windowstatic String
PROPERTY_GRANDTOTALAMOUNT
Property grandTotalAmount stored in column GrandTotal in table C_Orderstatic String
PROPERTY_ID
Property id stored in column C_Order_ID in table C_Order
Help: Unique identifier and a reference to a Sales Order originating from the document sequence defined for this document type.static String
PROPERTY_INCOTERMS
Property incoterms stored in column C_Incoterms_ID in table C_Order
Help: The ID identifies a unique Incotermstatic String
PROPERTY_INCOTERMSDESCRIPTION
Property iNCOTERMSDescription stored in column Incotermsdescription in table C_Order
Help: Description of the incotermstatic String
PROPERTY_INVOICEADDRESS
Property invoiceAddress stored in column BillTo_ID in table C_Order
Help: An indication of the address to use in the invoice.<br />static String
PROPERTY_INVOICELIST
Property invoiceList stored in table C_Orderstatic String
PROPERTY_INVOICETERMS
Property invoiceTerms stored in column InvoiceRule in table C_Order
Help: The Invoice Rule defines how a Business Partner is invoiced and the frequency of invoicing.static String
PROPERTY_ISCANCELLED
Property iscancelled stored in column Iscancelled in table C_Order
Help: The Sales Order has been canceled and canceled and replaced. A new Cancellation Sales Order has been created in Closed Status and if it is replaced also a new Sales Order in Book Status has been created replacing the original one.static String
PROPERTY_MATERIALMGMTSHIPMENTINOUTLIST
Property materialMgmtShipmentInOutList stored in table C_Orderstatic String
PROPERTY_NDDIMENSION
Property ndDimension stored in column User2_ID in table C_Order
Help: The user defined element displays the optional elements that have been defined for this account combination.static String
PROPERTY_ORDERCANCELLEDORDERLIST
Property orderCancelledorderList stored in table C_Orderstatic String
PROPERTY_ORDERDATE
Property orderDate stored in column DateOrdered in table C_Orderstatic String
PROPERTY_ORDERDISCOUNTLIST
Property orderDiscountList stored in table C_Orderstatic String
PROPERTY_ORDERLINELIST
Property orderLineList stored in table C_Orderstatic String
PROPERTY_ORDERLINETAXLIST
Property orderLineTaxList stored in table C_Orderstatic String
PROPERTY_ORDERQUOTATIONLIST
Property orderQuotationList stored in table C_Orderstatic String
PROPERTY_ORDERREFERENCE
Property orderReference stored in column POReference in table C_Order
Help: This can be used to input a reference for this specific transaction. For example, a Purchase Order number can be input on a Sales Order for easier reference.static String
PROPERTY_ORDERTAXLIST
Property orderTaxList stored in table C_Orderstatic String
PROPERTY_ORGANIZATION
Property organization stored in column AD_Org_ID in table C_Orderstatic String
PROPERTY_PARTNERADDRESS
Property partnerAddress stored in column C_BPartner_Location_ID in table C_Order
Help: The Partner address indicates the location of a Business Partnerstatic String
PROPERTY_PAYMENTMETHOD
Property paymentMethod stored in column FIN_Paymentmethod_ID in table C_Orderstatic String
PROPERTY_PAYMENTTERMS
Property paymentTerms stored in column C_PaymentTerm_ID in table C_Order
Help: Payment Terms identify the method and timing of payment for this transaction.static String
PROPERTY_PICKFROMRECEIPT
Property pickfromreceipt stored in column RM_Pickfromreceipt in table C_Orderstatic String
PROPERTY_PICKFROMSHIPMENT
Property pickFromShipment stored in column RM_PickFromShipment in table C_Orderstatic String
PROPERTY_POSTED
Property posted stored in column Posted in table C_Order
Help: An accounting status button that indicates if the transaction has already been posted to the general ledger or not. When doing the accounting manually this button can be used to post or unpost the transaction from the general ledger by hand.static String
PROPERTY_PRICEINCLUDESTAX
Property priceIncludesTax stored in column IsTaxIncluded in table C_Order
Help: The Tax Included checkbox indicates if the prices include tax. This is also known as the gross price.static String
PROPERTY_PRICELIST
Property priceList stored in column M_PriceList_ID in table C_Order
Help: Price Lists are used to determine the pricing, margin and cost of items purchased or sold.static String
PROPERTY_PRINT
Property print stored in column IsPrinted in table C_Order
Help: The Printed checkbox indicates if this document or line will included when printing.static String
PROPERTY_PRINTDISCOUNT
Property printDiscount stored in column IsDiscountPrinted in table C_Order
Help: The Discount Printed Checkbox indicates if the discount will be printed on the document.static String
PROPERTY_PRIORITY
Property priority stored in column PriorityRule in table C_Order
Help: The Priority indicates the importance (high, medium, low) of this documentstatic String
PROPERTY_PROCESSED
Property processed stored in column Processed in table C_Order
Help: The Processed checkbox indicates that a document has been processed.static String
PROPERTY_PROCESSNOW
Property processNow stored in column Processing in table C_Order
Help: When this field is set as 'Y' a process is being performed on this record.static String
PROPERTY_PROJECT
Property project stored in column C_Project_ID in table C_Order
Help: Identifier of a project defined within the Project & Service Management module.static String
PROPERTY_PROJECTLINELIST
Property projectLineList stored in table C_Orderstatic String
PROPERTY_PROJECTLINEPURCHASEORDERLIST
Property projectLinePurchaseOrderList stored in table C_Orderstatic String
PROPERTY_PROJECTPHASELIST
Property projectPhaseList stored in table C_Orderstatic String
PROPERTY_QUOTATION
Property quotation stored in column Quotation_ID in table C_Orderstatic String
PROPERTY_RECEIVEMATERIALS
Property receiveMaterials stored in column RM_ReceiveMaterials in table C_Orderstatic String
PROPERTY_REINVOICE
Property reinvoice stored in column IsInvoiced in table C_Order
Help: Indicator if invoicedstatic String
PROPERTY_REJECTREASON
Property rejectReason stored in column C_Reject_Reason_ID in table C_Orderstatic String
PROPERTY_REPLACEDORDER
Property replacedorder stored in column Replacedorder_id in table C_Order
Help: Link to the order that has been replacedstatic String
PROPERTY_REPLACEMENTORDER
Property replacementorder stored in column Replacementorder_ID in table C_Order
Help: Link to the replacement order. This order is the order that has replaced the current Cancelled order.static String
PROPERTY_RESERVATIONSTATUS
Property reservationStatus stored in column SO_Res_Status in table C_Order
Help: Identifies if the Sales Order is completely or partially reservedstatic String
PROPERTY_RETURNREASON
Property returnReason stored in column C_Return_Reason_ID in table C_Orderstatic String
PROPERTY_SALESCAMPAIGN
Property salesCampaign stored in column C_Campaign_ID in table C_Order
Help: The Campaign defines a unique marketing program. Projects can be associated with a pre defined Marketing Campaign. You can then report based on a specific Campaign.static String
PROPERTY_SALESREPRESENTATIVE
Property salesRepresentative stored in column SalesRep_ID in table C_Order
Help: Indicates the sales representative responsible for the transaction that the document specifies . A valid sales representative is a business partner marked as an employee and a sales representative.static String
PROPERTY_SALESTRANSACTION
Property salesTransaction stored in column IsSOTrx in table C_Order
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_Order
Help: Scheduled Delivery Date indicates the date, if any, that an order was promised by.static String
PROPERTY_SELECTED
Property selected stored in column IsSelected in table C_Orderstatic String
PROPERTY_SELFSERVICE
Property selfService stored in column IsSelfService in table C_Order
Help: Self-Service allows users to enter data or update their data. The flag indicates, that this record was entered or created via Self-Service or that the user can change it via the Self-Service functionality.static String
PROPERTY_SHIPPINGCOMPANY
Property shippingCompany stored in column M_Shipper_ID in table C_Order
Help: The Shipper is any entity which will provide shipping to or shipping from an Organization.static String
PROPERTY_STDIMENSION
Property stDimension stored in column User1_ID in table C_Order
Help: The user defined element displays the optional elements that have been defined for this account combination.static String
PROPERTY_SUMMEDLINEAMOUNT
Property summedLineAmount stored in column TotalLines in table C_Order
Help: The Total amount displays the total of all lines in document currencystatic String
PROPERTY_TRANSACTIONDOCUMENT
Property transactionDocument stored in column C_DocTypeTarget_ID in table C_Order
Help: Specifies document subtype (eg. POS Order, Return Material, etc.) that each document (such as Sales Invoice, Purchase Order, etc.). Various document subtypes usually differ on the consequences they have. You can convert document types (e.g. from Offer to Order). The conversion is then reflected in the current type.static String
PROPERTY_TRXORGANIZATION
Property trxOrganization stored in column AD_OrgTrx_ID in table C_Order
Help: The organization which performs or initiates this transaction (for another organization). The owning Organization may not be the transaction organization in a service bureau environment, with centralized services, and inter-organization transactions.static String
PROPERTY_UPDATED
Property updated stored in column Updated in table C_Orderstatic String
PROPERTY_UPDATEDBY
Property updatedBy stored in column UpdatedBy in table C_Orderstatic String
PROPERTY_USERCONTACT
Property userContact stored in column AD_User_ID in table C_Order
Help: The User identifies a unique user in the system. This could be an internal user or a business partner contactstatic String
PROPERTY_VALIDUNTIL
Property validUntil stored in column validuntil in table C_Orderstatic String
PROPERTY_WAREHOUSE
Property warehouse stored in column M_Warehouse_ID in table C_Order
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 Order()
-
Method Summary
-
Methods inherited from class org.openbravo.base.structure.BaseOBObject
checkDerivedReadable, 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_Order_ID in table C_Order
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_CLIENT
public static final String PROPERTY_CLIENT
Property client stored in column AD_Client_ID in table C_Order- 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_Order- See Also:
OrganizationEnabled
, Constant Field Values
-
PROPERTY_ACTIVE
public static final String PROPERTY_ACTIVE
Property active stored in column IsActive in table C_Order- See Also:
ActiveEnabled
, Constant Field Values
-
PROPERTY_CREATIONDATE
public static final String PROPERTY_CREATIONDATE
Property creationDate stored in column Created in table C_Order- See Also:
Traceable
, Constant Field Values
-
PROPERTY_CREATEDBY
public static final String PROPERTY_CREATEDBY
Property createdBy stored in column CreatedBy in table C_Order- See Also:
Traceable
, Constant Field Values
-
PROPERTY_UPDATED
public static final String PROPERTY_UPDATED
Property updated stored in column Updated in table C_Order- See Also:
Traceable
, Constant Field Values
-
PROPERTY_UPDATEDBY
public static final String PROPERTY_UPDATEDBY
Property updatedBy stored in column UpdatedBy in table C_Order- See Also:
Traceable
, Constant Field Values
-
PROPERTY_SALESTRANSACTION
public static final String PROPERTY_SALESTRANSACTION
Property salesTransaction stored in column IsSOTrx in table C_Order
Help: The Sales Transaction checkbox indicates if this item is a Sales Transaction.- See Also:
- Constant Field Values
-
PROPERTY_DOCUMENTNO
public static final String PROPERTY_DOCUMENTNO
Property documentNo stored in column DocumentNo in table C_Order- See Also:
- Constant Field Values
-
PROPERTY_DOCUMENTSTATUS
public static final String PROPERTY_DOCUMENTSTATUS
Property documentStatus stored in column DocStatus in table C_Order
Help: The Document Status indicates the status of a document at this time. To change the status of a document, use one of the buttons usually located at the bottom of the document window.- See Also:
- Constant Field Values
-
PROPERTY_DOCUMENTACTION
public static final String PROPERTY_DOCUMENTACTION
Property documentAction stored in column DocAction in table C_Order
Help: You find the current status in the Document Status field. The options are listed in a popup- See Also:
- Constant Field Values
-
PROPERTY_PROCESSNOW
public static final String PROPERTY_PROCESSNOW
Property processNow stored in column Processing in table C_Order
Help: When this field is set as 'Y' a process is being performed on this record.- See Also:
- Constant Field Values
-
PROPERTY_PROCESSED
public static final String PROPERTY_PROCESSED
Property processed stored in column Processed in table C_Order
Help: The Processed checkbox indicates that a document has been processed.- See Also:
- Constant Field Values
-
PROPERTY_DOCUMENTTYPE
public static final String PROPERTY_DOCUMENTTYPE
Property documentType stored in column C_DocType_ID in table C_Order
Help: The Document Type determines document sequence and processing rules- See Also:
- Constant Field Values
-
PROPERTY_TRANSACTIONDOCUMENT
public static final String PROPERTY_TRANSACTIONDOCUMENT
Property transactionDocument stored in column C_DocTypeTarget_ID in table C_Order
Help: Specifies document subtype (eg. POS Order, Return Material, etc.) that each document (such as Sales Invoice, Purchase Order, etc.). Various document subtypes usually differ on the consequences they have. You can convert document types (e.g. from Offer to Order). The conversion is then reflected in the current type.- See Also:
- Constant Field Values
-
PROPERTY_DESCRIPTION
public static final String PROPERTY_DESCRIPTION
Property description stored in column Description in table C_Order
Help: A description is limited to 255 characters.- See Also:
- Constant Field Values
-
PROPERTY_DELIVERED
public static final String PROPERTY_DELIVERED
Property delivered stored in column IsDelivered in table C_Order- See Also:
- Constant Field Values
-
PROPERTY_REINVOICE
public static final String PROPERTY_REINVOICE
Property reinvoice stored in column IsInvoiced in table C_Order
Help: Indicator if invoiced- See Also:
- Constant Field Values
-
PROPERTY_PRINT
public static final String PROPERTY_PRINT
Property print stored in column IsPrinted in table C_Order
Help: The Printed checkbox indicates if this document or line will included when printing.- See Also:
- Constant Field Values
-
PROPERTY_SELECTED
public static final String PROPERTY_SELECTED
Property selected stored in column IsSelected in table C_Order- See Also:
- Constant Field Values
-
PROPERTY_SALESREPRESENTATIVE
public static final String PROPERTY_SALESREPRESENTATIVE
Property salesRepresentative stored in column SalesRep_ID in table C_Order
Help: Indicates the sales representative responsible for the transaction that the document specifies . A valid sales representative is a business partner marked as an employee and a sales representative.- See Also:
- Constant Field Values
-
PROPERTY_ORDERDATE
public static final String PROPERTY_ORDERDATE
Property orderDate stored in column DateOrdered in table C_Order- See Also:
- Constant Field Values
-
PROPERTY_SCHEDULEDDELIVERYDATE
public static final String PROPERTY_SCHEDULEDDELIVERYDATE
Property scheduledDeliveryDate stored in column DatePromised in table C_Order
Help: Scheduled Delivery Date indicates the date, if any, that an order was promised by.- See Also:
- Constant Field Values
-
PROPERTY_DATEPRINTED
public static final String PROPERTY_DATEPRINTED
Property datePrinted stored in column DatePrinted in table C_Order
Help: Indicates the Date that a document was printed.- See Also:
- Constant Field Values
-
PROPERTY_ACCOUNTINGDATE
public static final String PROPERTY_ACCOUNTINGDATE
Property accountingDate stored in column DateAcct in table C_Order
Help: The date this transaction is recorded on in the general ledger. This date also indicates which accounting period within the fiscal year this transaction will be part of.- See Also:
- Constant Field Values
-
PROPERTY_BUSINESSPARTNER
public static final String PROPERTY_BUSINESSPARTNER
Property businessPartner stored in column C_BPartner_ID in table C_Order
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_INVOICEADDRESS
public static final String PROPERTY_INVOICEADDRESS
Property invoiceAddress stored in column BillTo_ID in table C_Order
Help: An indication of the address to use in the invoice.<br />- See Also:
- Constant Field Values
-
PROPERTY_PARTNERADDRESS
public static final String PROPERTY_PARTNERADDRESS
Property partnerAddress stored in column C_BPartner_Location_ID in table C_Order
Help: The Partner address indicates the location of a Business Partner- See Also:
- Constant Field Values
-
PROPERTY_ORDERREFERENCE
public static final String PROPERTY_ORDERREFERENCE
Property orderReference stored in column POReference in table C_Order
Help: This can be used to input a reference for this specific transaction. For example, a Purchase Order number can be input on a Sales Order for easier reference.- See Also:
- Constant Field Values
-
PROPERTY_PRINTDISCOUNT
public static final String PROPERTY_PRINTDISCOUNT
Property printDiscount stored in column IsDiscountPrinted in table C_Order
Help: The Discount Printed Checkbox indicates if the discount will be printed on the document.- See Also:
- Constant Field Values
-
PROPERTY_CURRENCY
public static final String PROPERTY_CURRENCY
Property currency stored in column C_Currency_ID in table C_Order
Help: Indicates the currency to be used when processing this document.- See Also:
- Constant Field Values
-
PROPERTY_FORMOFPAYMENT
public static final String PROPERTY_FORMOFPAYMENT
Property formOfPayment stored in column PaymentRule in table C_Order
Help: Form of Payment indicates the method of payment used for this transaction (eg. cash, wire transfer, etc.)- See Also:
- Constant Field Values
-
PROPERTY_PAYMENTTERMS
public static final String PROPERTY_PAYMENTTERMS
Property paymentTerms stored in column C_PaymentTerm_ID in table C_Order
Help: Payment Terms identify the method and timing of payment for this transaction.- See Also:
- Constant Field Values
-
PROPERTY_INVOICETERMS
public static final String PROPERTY_INVOICETERMS
Property invoiceTerms stored in column InvoiceRule in table C_Order
Help: The Invoice Rule defines how a Business Partner is invoiced and the frequency of invoicing.- See Also:
- Constant Field Values
-
PROPERTY_DELIVERYTERMS
public static final String PROPERTY_DELIVERYTERMS
Property deliveryTerms stored in column DeliveryRule in table C_Order
Help: The Delivery Rule indicates when an order should be delivered. For example should the order be delivered when the entire order is complete, when a line is complete or as the products become available.- See Also:
- Constant Field Values
-
PROPERTY_FREIGHTCOSTRULE
public static final String PROPERTY_FREIGHTCOSTRULE
Property freightCostRule stored in column FreightCostRule in table C_Order
Help: The Freight Cost Rule indicates the method used when charging for freight.- See Also:
- Constant Field Values
-
PROPERTY_FREIGHTAMOUNT
public static final String PROPERTY_FREIGHTAMOUNT
Property freightAmount stored in column FreightAmt in table C_Order
Help: The Freight Amount indicates the amount charged for Freight in the document currency.- See Also:
- Constant Field Values
-
PROPERTY_DELIVERYMETHOD
public static final String PROPERTY_DELIVERYMETHOD
Property deliveryMethod stored in column DeliveryViaRule in table C_Order
Help: The Delivery Via indicates how the products should be delivered. For example, will the order be picked up or shipped.- See Also:
- Constant Field Values
-
PROPERTY_SHIPPINGCOMPANY
public static final String PROPERTY_SHIPPINGCOMPANY
Property shippingCompany stored in column M_Shipper_ID in table C_Order
Help: The Shipper is any entity which will provide shipping to or shipping from an Organization.- See Also:
- Constant Field Values
-
PROPERTY_CHARGE
public static final String PROPERTY_CHARGE
Property charge stored in column C_Charge_ID in table C_Order
Help: The Charge indicates a type of Charge (Handling, Shipping, Restocking)- See Also:
- Constant Field Values
-
PROPERTY_CHARGEAMOUNT
public static final String PROPERTY_CHARGEAMOUNT
Property chargeAmount stored in column ChargeAmt in table C_Order
Help: The Charge Amount indicates the amount for an additional charge.- See Also:
- Constant Field Values
-
PROPERTY_PRIORITY
public static final String PROPERTY_PRIORITY
Property priority stored in column PriorityRule in table C_Order
Help: The Priority indicates the importance (high, medium, low) of this document- See Also:
- Constant Field Values
-
PROPERTY_SUMMEDLINEAMOUNT
public static final String PROPERTY_SUMMEDLINEAMOUNT
Property summedLineAmount stored in column TotalLines in table C_Order
Help: The Total amount displays the total of all lines in document currency- See Also:
- Constant Field Values
-
PROPERTY_GRANDTOTALAMOUNT
public static final String PROPERTY_GRANDTOTALAMOUNT
Property grandTotalAmount stored in column GrandTotal in table C_Order- See Also:
- Constant Field Values
-
PROPERTY_WAREHOUSE
public static final String PROPERTY_WAREHOUSE
Property warehouse stored in column M_Warehouse_ID in table C_Order
Help: The Warehouse identifies a unique Warehouse where products are stored or Services are provided.- See Also:
- Constant Field Values
-
PROPERTY_PRICELIST
public static final String PROPERTY_PRICELIST
Property priceList stored in column M_PriceList_ID in table C_Order
Help: Price Lists are used to determine the pricing, margin and cost of items purchased or sold.- See Also:
- Constant Field Values
-
PROPERTY_PRICEINCLUDESTAX
public static final String PROPERTY_PRICEINCLUDESTAX
Property priceIncludesTax stored in column IsTaxIncluded in table C_Order
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_SALESCAMPAIGN
public static final String PROPERTY_SALESCAMPAIGN
Property salesCampaign stored in column C_Campaign_ID in table C_Order
Help: The Campaign defines a unique marketing program. Projects can be associated with a pre defined Marketing Campaign. You can then report based on a specific Campaign.- See Also:
- Constant Field Values
-
PROPERTY_PROJECT
public static final String PROPERTY_PROJECT
Property project stored in column C_Project_ID in table C_Order
Help: Identifier of a project defined within the Project & Service Management module.- See Also:
- Constant Field Values
-
PROPERTY_ACTIVITY
public static final String PROPERTY_ACTIVITY
Property activity stored in column C_Activity_ID in table C_Order
Help: Activities indicate tasks that are performed and used to utilize Activity based Costing- See Also:
- Constant Field Values
-
PROPERTY_POSTED
public static final String PROPERTY_POSTED
Property posted stored in column Posted in table C_Order
Help: An accounting status button that indicates if the transaction has already been posted to the general ledger or not. When doing the accounting manually this button can be used to post or unpost the transaction from the general ledger by hand.- See Also:
- Constant Field Values
-
PROPERTY_USERCONTACT
public static final String PROPERTY_USERCONTACT
Property userContact stored in column AD_User_ID in table C_Order
Help: The User identifies a unique user in the system. This could be an internal user or a business partner contact- See Also:
- Constant Field Values
-
PROPERTY_COPYFROM
public static final String PROPERTY_COPYFROM
Property copyFrom stored in column CopyFrom in table C_Order
Help: Copy lines (products) from another document of the same type.- See Also:
- Constant Field Values
-
PROPERTY_DROPSHIPPARTNER
public static final String PROPERTY_DROPSHIPPARTNER
Property dropShipPartner stored in column DropShip_BPartner_ID in table C_Order
Help: Business Partner for Drop Shipment- See Also:
- Constant Field Values
-
PROPERTY_DROPSHIPLOCATION
public static final String PROPERTY_DROPSHIPLOCATION
Property dropShipLocation stored in column DropShip_Location_ID in table C_Order
Help: Business Partner Shipment Location for Drop Shipment- See Also:
- Constant Field Values
-
PROPERTY_DROPSHIPCONTACT
public static final String PROPERTY_DROPSHIPCONTACT
Property dropShipContact stored in column DropShip_User_ID in table C_Order
Help: Business Partner Contact for Drop Shipment- See Also:
- Constant Field Values
-
PROPERTY_SELFSERVICE
public static final String PROPERTY_SELFSERVICE
Property selfService stored in column IsSelfService in table C_Order
Help: Self-Service allows users to enter data or update their data. The flag indicates, that this record was entered or created via Self-Service or that the user can change it via the Self-Service functionality.- See Also:
- Constant Field Values
-
PROPERTY_TRXORGANIZATION
public static final String PROPERTY_TRXORGANIZATION
Property trxOrganization stored in column AD_OrgTrx_ID in table C_Order
Help: The organization which performs or initiates this transaction (for another organization). The owning Organization may not be the transaction organization in a service bureau environment, with centralized services, and inter-organization transactions.- See Also:
- Constant Field Values
-
PROPERTY_STDIMENSION
public static final String PROPERTY_STDIMENSION
Property stDimension stored in column User1_ID in table C_Order
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_Order
Help: The user defined element displays the optional elements that have been defined for this account combination.- See Also:
- Constant Field Values
-
PROPERTY_DELIVERYNOTES
public static final String PROPERTY_DELIVERYNOTES
Property deliveryNotes stored in column Deliverynotes in table C_Order
Help: Notes for the delivery- See Also:
- Constant Field Values
-
PROPERTY_INCOTERMS
public static final String PROPERTY_INCOTERMS
Property incoterms stored in column C_Incoterms_ID in table C_Order
Help: The ID identifies a unique Incoterm- See Also:
- Constant Field Values
-
PROPERTY_INCOTERMSDESCRIPTION
public static final String PROPERTY_INCOTERMSDESCRIPTION
Property iNCOTERMSDescription stored in column Incotermsdescription in table C_Order
Help: Description of the incoterm- See Also:
- Constant Field Values
-
PROPERTY_GENERATETEMPLATE
public static final String PROPERTY_GENERATETEMPLATE
Property generateTemplate stored in column Generatetemplate in table C_Order
Help: A button that copies the products that are defined as template in the business partner window- See Also:
- Constant Field Values
-
PROPERTY_DELIVERYLOCATION
public static final String PROPERTY_DELIVERYLOCATION
Property deliveryLocation stored in column Delivery_Location_ID in table C_Order
Help: Location where the product will be delivered to- See Also:
- Constant Field Values
-
PROPERTY_COPYFROMPO
public static final String PROPERTY_COPYFROMPO
Property copyFromPO stored in column CopyFromPO in table C_Order
Help: Copy lines from orders- See Also:
- Constant Field Values
-
PROPERTY_PAYMENTMETHOD
public static final String PROPERTY_PAYMENTMETHOD
Property paymentMethod stored in column FIN_Paymentmethod_ID in table C_Order- See Also:
- Constant Field Values
-
PROPERTY_FINPAYMENTPRIORITY
public static final String PROPERTY_FINPAYMENTPRIORITY
Property fINPaymentPriority stored in column FIN_Payment_Priority_ID in table C_Order
Help: Sets the priority of the payment plans generated when processing the invoice or order. The distribution algorithm will be driven by this priority. The pending payments for order or payments will be displayed ordered by the payment priority first and then by the due date.- See Also:
- Constant Field Values
-
PROPERTY_PICKFROMSHIPMENT
public static final String PROPERTY_PICKFROMSHIPMENT
Property pickFromShipment stored in column RM_PickFromShipment in table C_Order- See Also:
- Constant Field Values
-
PROPERTY_RECEIVEMATERIALS
public static final String PROPERTY_RECEIVEMATERIALS
Property receiveMaterials stored in column RM_ReceiveMaterials in table C_Order- See Also:
- Constant Field Values
-
PROPERTY_CREATEINVOICE
public static final String PROPERTY_CREATEINVOICE
Property createInvoice stored in column RM_CreateInvoice in table C_Order- See Also:
- Constant Field Values
-
PROPERTY_RETURNREASON
public static final String PROPERTY_RETURNREASON
Property returnReason stored in column C_Return_Reason_ID in table C_Order- See Also:
- Constant Field Values
-
PROPERTY_ADDORPHANLINE
public static final String PROPERTY_ADDORPHANLINE
Property addOrphanLine stored in column RM_AddOrphanLine in table C_Order- See Also:
- Constant Field Values
-
PROPERTY_ASSET
public static final String PROPERTY_ASSET
Property asset stored in column A_Asset_ID in table C_Order
Help: Any item of economic value owned by the corporation, especially that which could be converted to cash.- See Also:
- Constant Field Values
-
PROPERTY_CALCULATEPROMOTIONS
public static final String PROPERTY_CALCULATEPROMOTIONS
Property calculatePromotions stored in column Calculate_Promotions in table C_Order- See Also:
- Constant Field Values
-
PROPERTY_COSTCENTER
public static final String PROPERTY_COSTCENTER
Property costcenter stored in column C_Costcenter_ID in table C_Order
Help: Division that adds to the cost of an organization. Internal structure for cost allocation.- See Also:
- Constant Field Values
-
PROPERTY_CREATEORDER
public static final String PROPERTY_CREATEORDER
Property createOrder stored in column Convertquotation in table C_Order- See Also:
- Constant Field Values
-
PROPERTY_REJECTREASON
public static final String PROPERTY_REJECTREASON
Property rejectReason stored in column C_Reject_Reason_ID in table C_Order- See Also:
- Constant Field Values
-
PROPERTY_VALIDUNTIL
public static final String PROPERTY_VALIDUNTIL
Property validUntil stored in column validuntil in table C_Order- See Also:
- Constant Field Values
-
PROPERTY_QUOTATION
public static final String PROPERTY_QUOTATION
Property quotation stored in column Quotation_ID in table C_Order- See Also:
- Constant Field Values
-
PROPERTY_RESERVATIONSTATUS
public static final String PROPERTY_RESERVATIONSTATUS
Property reservationStatus stored in column SO_Res_Status in table C_Order
Help: Identifies if the Sales Order is completely or partially reserved- See Also:
- Constant Field Values
-
PROPERTY_CREATEPOLINES
public static final String PROPERTY_CREATEPOLINES
Property createPOLines stored in column Create_POLines in table C_Order- See Also:
- Constant Field Values
-
PROPERTY_CASHVAT
public static final String PROPERTY_CASHVAT
Property cashVAT stored in column Iscashvat in table C_Order
Help: Cash VAT tax rate- See Also:
- Constant Field Values
-
PROPERTY_PICKFROMRECEIPT
public static final String PROPERTY_PICKFROMRECEIPT
Property pickfromreceipt stored in column RM_Pickfromreceipt in table C_Order- See Also:
- Constant Field Values
-
PROPERTY_CANCELANDREPLACE
public static final String PROPERTY_CANCELANDREPLACE
Property cancelandreplace stored in column Cancelandreplace in table C_Order
Help: Button that creates a temporal duplicated order- See Also:
- Constant Field Values
-
PROPERTY_APRMADDPAYMENT
public static final String PROPERTY_APRMADDPAYMENT
Property aPRMAddPayment stored in column EM_APRM_AddPayment in table C_Order
Help: Launches a process to add a payment to the selected invoice.- See Also:
- Constant Field Values
-
PROPERTY_CONFIRMCANCELANDREPLACE
public static final String PROPERTY_CONFIRMCANCELANDREPLACE
Property confirmcancelandreplace stored in column Confirmcancelandreplace in table C_Order
Help: Button that confirms the temporal Order by closing it and creates a canceled order- See Also:
- Constant Field Values
-
PROPERTY_CANCELLEDORDER
public static final String PROPERTY_CANCELLEDORDER
Property cancelledorder stored in column Cancelledorder_id in table C_Order
Help: Link to the order that has been canceled- See Also:
- Constant Field Values
-
PROPERTY_REPLACEDORDER
public static final String PROPERTY_REPLACEDORDER
Property replacedorder stored in column Replacedorder_id in table C_Order
Help: Link to the order that has been replaced- See Also:
- Constant Field Values
-
PROPERTY_ISCANCELLED
public static final String PROPERTY_ISCANCELLED
Property iscancelled stored in column Iscancelled in table C_Order
Help: The Sales Order has been canceled and canceled and replaced. A new Cancellation Sales Order has been created in Closed Status and if it is replaced also a new Sales Order in Book Status has been created replacing the original one.- See Also:
- Constant Field Values
-
PROPERTY_REPLACEMENTORDER
public static final String PROPERTY_REPLACEMENTORDER
Property replacementorder stored in column Replacementorder_ID in table C_Order
Help: Link to the replacement order. This order is the order that has replaced the current Cancelled order.- See Also:
- Constant Field Values
-
PROPERTY_EXTERNALBUSINESSPARTNERREFERENCE
public static final String PROPERTY_EXTERNALBUSINESSPARTNERREFERENCE
Property externalBusinessPartnerReference stored in column BPartner_ExtRef in table C_Order
Help: This field stores the business partner reference to an external CRM system. This is useful only when the business partner management is done outside Openbravo. In this case Openbravo will internally use the anonymous customer but it will track the real customer in the external system through this field.- See Also:
- Constant Field Values
-
PROPERTY_ALTERNATELOCATION
public static final String PROPERTY_ALTERNATELOCATION
Property alternateLocation stored in column C_Alternate_Location_ID in table C_Order
Help: Different delivery location where to deliver the order. This location does not have to be part of business partner locations. Used just once, so no need to store it as part of the business partner locations.- See Also:
- Constant Field Values
-
PROPERTY__COMPUTEDCOLUMNS
public static final String PROPERTY__COMPUTEDCOLUMNS
Property _computedColumns stored in column _computedColumns in table C_Order- See Also:
- Constant Field Values
-
PROPERTY_FINPAYMENTSCHEDINVVLIST
public static final String PROPERTY_FINPAYMENTSCHEDINVVLIST
Property fINPaymentSchedInvVList stored in table C_Order- See Also:
- Constant Field Values
-
PROPERTY_FINPAYMENTSCHEDORDVLIST
public static final String PROPERTY_FINPAYMENTSCHEDORDVLIST
Property fINPaymentSchedOrdVList stored in table C_Order- See Also:
- Constant Field Values
-
PROPERTY_FINPAYMENTSCHEDULELIST
public static final String PROPERTY_FINPAYMENTSCHEDULELIST
Property fINPaymentScheduleList stored in table C_Order- See Also:
- Constant Field Values
-
PROPERTY_INVOICELIST
public static final String PROPERTY_INVOICELIST
Property invoiceList stored in table C_Order- See Also:
- Constant Field Values
-
PROPERTY_MATERIALMGMTSHIPMENTINOUTLIST
public static final String PROPERTY_MATERIALMGMTSHIPMENTINOUTLIST
Property materialMgmtShipmentInOutList stored in table C_Order- See Also:
- Constant Field Values
-
PROPERTY_ORDERQUOTATIONLIST
public static final String PROPERTY_ORDERQUOTATIONLIST
Property orderQuotationList stored in table C_Order- See Also:
- Constant Field Values
-
PROPERTY_ORDERCANCELLEDORDERLIST
public static final String PROPERTY_ORDERCANCELLEDORDERLIST
Property orderCancelledorderList stored in table C_Order- See Also:
- Constant Field Values
-
PROPERTY_ORDERDISCOUNTLIST
public static final String PROPERTY_ORDERDISCOUNTLIST
Property orderDiscountList stored in table C_Order- See Also:
- Constant Field Values
-
PROPERTY_ORDERLINELIST
public static final String PROPERTY_ORDERLINELIST
Property orderLineList stored in table C_Order- See Also:
- Constant Field Values
-
PROPERTY_ORDERLINETAXLIST
public static final String PROPERTY_ORDERLINETAXLIST
Property orderLineTaxList stored in table C_Order- See Also:
- Constant Field Values
-
PROPERTY_ORDERTAXLIST
public static final String PROPERTY_ORDERTAXLIST
Property orderTaxList stored in table C_Order- See Also:
- Constant Field Values
-
PROPERTY_PROJECTLINELIST
public static final String PROPERTY_PROJECTLINELIST
Property projectLineList stored in table C_Order- See Also:
- Constant Field Values
-
PROPERTY_PROJECTLINEPURCHASEORDERLIST
public static final String PROPERTY_PROJECTLINEPURCHASEORDERLIST
Property projectLinePurchaseOrderList stored in table C_Order- See Also:
- Constant Field Values
-
PROPERTY_PROJECTPHASELIST
public static final String PROPERTY_PROJECTPHASELIST
Property projectPhaseList stored in table C_Order- See Also:
- Constant Field Values
-
COMPUTED_COLUMN_DELIVERYSTATUS
public static final String COMPUTED_COLUMN_DELIVERYSTATUS
Computed column for property deliveryStatus
Computed from:
(coalesce((select case when sum(abs(ol.qtyordered)) = 0 or iscancelled = 'Y' or cancelledorder_id is not null then 0 else round(coalesce(sum(abs(ol.qtydelivered)), 0)/sum(abs(ol.qtyordered)) * 100, 0) end from c_orderline ol where ol.c_order_id=c_order_id and ol.c_order_discount_id is null),0))
- See Also:
- Constant Field Values
-
COMPUTED_COLUMN_INVOICESTATUS
public static final String COMPUTED_COLUMN_INVOICESTATUS
Computed column for property invoiceStatus
Computed from:
(coalesce((select case when sum(abs(ol.qtyordered)) = 0 or iscancelled = 'Y' or cancelledorder_id is not null then 0 else round(coalesce(sum(abs(ol.qtyinvoiced)), 0)/sum(abs(ol.qtyordered)) * 100, 0) end from c_orderline ol where ol.c_order_id=c_order_id and ol.c_order_discount_id is null), 0))
- See Also:
- Constant Field Values
-
COMPUTED_COLUMN_PAYMENTSTATUS
public static final String COMPUTED_COLUMN_PAYMENTSTATUS
Computed column for property paymentStatus
Help: Percent paid of the order
Computed from:
(coalesce((select case when sum(fps.amount) = 0 then 0 else round(sum(fps.paidamt)/sum(fps.amount) 100, 0) end from FIN_Payment_Schedule fps where fps.c_order_id=c_order_id),0))
- 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
-
isSalesTransaction
public Boolean isSalesTransaction()
- See Also:
PROPERTY_SALESTRANSACTION
-
setSalesTransaction
public void setSalesTransaction(Boolean salesTransaction)
- See Also:
PROPERTY_SALESTRANSACTION
-
getDocumentNo
public String getDocumentNo()
- See Also:
PROPERTY_DOCUMENTNO
-
setDocumentNo
public void setDocumentNo(String documentNo)
- See Also:
PROPERTY_DOCUMENTNO
-
getDocumentStatus
public String getDocumentStatus()
- See Also:
PROPERTY_DOCUMENTSTATUS
-
setDocumentStatus
public void setDocumentStatus(String documentStatus)
- See Also:
PROPERTY_DOCUMENTSTATUS
-
getDocumentAction
public String getDocumentAction()
- See Also:
PROPERTY_DOCUMENTACTION
-
setDocumentAction
public void setDocumentAction(String documentAction)
- See Also:
PROPERTY_DOCUMENTACTION
-
isProcessNow
public Boolean isProcessNow()
- See Also:
PROPERTY_PROCESSNOW
-
setProcessNow
public void setProcessNow(Boolean processNow)
- See Also:
PROPERTY_PROCESSNOW
-
isProcessed
public Boolean isProcessed()
- See Also:
PROPERTY_PROCESSED
-
setProcessed
public void setProcessed(Boolean processed)
- See Also:
PROPERTY_PROCESSED
-
getDocumentType
public DocumentType getDocumentType()
- See Also:
PROPERTY_DOCUMENTTYPE
-
setDocumentType
public void setDocumentType(DocumentType documentType)
- See Also:
PROPERTY_DOCUMENTTYPE
-
getTransactionDocument
public DocumentType getTransactionDocument()
- See Also:
PROPERTY_TRANSACTIONDOCUMENT
-
setTransactionDocument
public void setTransactionDocument(DocumentType transactionDocument)
- See Also:
PROPERTY_TRANSACTIONDOCUMENT
-
getDescription
public String getDescription()
- See Also:
PROPERTY_DESCRIPTION
-
setDescription
public void setDescription(String description)
- See Also:
PROPERTY_DESCRIPTION
-
isDelivered
public Boolean isDelivered()
- See Also:
PROPERTY_DELIVERED
-
setDelivered
public void setDelivered(Boolean delivered)
- See Also:
PROPERTY_DELIVERED
-
isReinvoice
public Boolean isReinvoice()
- See Also:
PROPERTY_REINVOICE
-
setReinvoice
public void setReinvoice(Boolean reinvoice)
- See Also:
PROPERTY_REINVOICE
-
isPrint
public Boolean isPrint()
- See Also:
PROPERTY_PRINT
-
setPrint
public void setPrint(Boolean print)
- See Also:
PROPERTY_PRINT
-
isSelected
public Boolean isSelected()
- See Also:
PROPERTY_SELECTED
-
setSelected
public void setSelected(Boolean selected)
- See Also:
PROPERTY_SELECTED
-
getSalesRepresentative
public User getSalesRepresentative()
- See Also:
PROPERTY_SALESREPRESENTATIVE
-
setSalesRepresentative
public void setSalesRepresentative(User salesRepresentative)
- See Also:
PROPERTY_SALESREPRESENTATIVE
-
getOrderDate
public Date getOrderDate()
- See Also:
PROPERTY_ORDERDATE
-
setOrderDate
public void setOrderDate(Date orderDate)
- See Also:
PROPERTY_ORDERDATE
-
getScheduledDeliveryDate
public Date getScheduledDeliveryDate()
- See Also:
PROPERTY_SCHEDULEDDELIVERYDATE
-
setScheduledDeliveryDate
public void setScheduledDeliveryDate(Date scheduledDeliveryDate)
- See Also:
PROPERTY_SCHEDULEDDELIVERYDATE
-
getDatePrinted
public Date getDatePrinted()
- See Also:
PROPERTY_DATEPRINTED
-
setDatePrinted
public void setDatePrinted(Date datePrinted)
- See Also:
PROPERTY_DATEPRINTED
-
getAccountingDate
public Date getAccountingDate()
- See Also:
PROPERTY_ACCOUNTINGDATE
-
setAccountingDate
public void setAccountingDate(Date accountingDate)
- See Also:
PROPERTY_ACCOUNTINGDATE
-
getBusinessPartner
public BusinessPartner getBusinessPartner()
- See Also:
PROPERTY_BUSINESSPARTNER
-
setBusinessPartner
public void setBusinessPartner(BusinessPartner businessPartner)
- See Also:
PROPERTY_BUSINESSPARTNER
-
getInvoiceAddress
public Location getInvoiceAddress()
- See Also:
PROPERTY_INVOICEADDRESS
-
setInvoiceAddress
public void setInvoiceAddress(Location invoiceAddress)
- See Also:
PROPERTY_INVOICEADDRESS
-
getPartnerAddress
public Location getPartnerAddress()
- See Also:
PROPERTY_PARTNERADDRESS
-
setPartnerAddress
public void setPartnerAddress(Location partnerAddress)
- See Also:
PROPERTY_PARTNERADDRESS
-
getOrderReference
public String getOrderReference()
- See Also:
PROPERTY_ORDERREFERENCE
-
setOrderReference
public void setOrderReference(String orderReference)
- See Also:
PROPERTY_ORDERREFERENCE
-
isPrintDiscount
public Boolean isPrintDiscount()
- See Also:
PROPERTY_PRINTDISCOUNT
-
setPrintDiscount
public void setPrintDiscount(Boolean printDiscount)
- See Also:
PROPERTY_PRINTDISCOUNT
-
getCurrency
public Currency getCurrency()
- See Also:
PROPERTY_CURRENCY
-
setCurrency
public void setCurrency(Currency currency)
- See Also:
PROPERTY_CURRENCY
-
getFormOfPayment
public String getFormOfPayment()
- See Also:
PROPERTY_FORMOFPAYMENT
-
setFormOfPayment
public void setFormOfPayment(String formOfPayment)
- See Also:
PROPERTY_FORMOFPAYMENT
-
getPaymentTerms
public PaymentTerm getPaymentTerms()
- See Also:
PROPERTY_PAYMENTTERMS
-
setPaymentTerms
public void setPaymentTerms(PaymentTerm paymentTerms)
- See Also:
PROPERTY_PAYMENTTERMS
-
getInvoiceTerms
public String getInvoiceTerms()
- See Also:
PROPERTY_INVOICETERMS
-
setInvoiceTerms
public void setInvoiceTerms(String invoiceTerms)
- See Also:
PROPERTY_INVOICETERMS
-
getDeliveryTerms
public String getDeliveryTerms()
- See Also:
PROPERTY_DELIVERYTERMS
-
setDeliveryTerms
public void setDeliveryTerms(String deliveryTerms)
- See Also:
PROPERTY_DELIVERYTERMS
-
getFreightCostRule
public String getFreightCostRule()
- See Also:
PROPERTY_FREIGHTCOSTRULE
-
setFreightCostRule
public void setFreightCostRule(String freightCostRule)
- See Also:
PROPERTY_FREIGHTCOSTRULE
-
getFreightAmount
public BigDecimal getFreightAmount()
- See Also:
PROPERTY_FREIGHTAMOUNT
-
setFreightAmount
public void setFreightAmount(BigDecimal freightAmount)
- See Also:
PROPERTY_FREIGHTAMOUNT
-
getDeliveryMethod
public String getDeliveryMethod()
- See Also:
PROPERTY_DELIVERYMETHOD
-
setDeliveryMethod
public void setDeliveryMethod(String deliveryMethod)
- See Also:
PROPERTY_DELIVERYMETHOD
-
getShippingCompany
public ShippingCompany getShippingCompany()
- See Also:
PROPERTY_SHIPPINGCOMPANY
-
setShippingCompany
public void setShippingCompany(ShippingCompany shippingCompany)
- See Also:
PROPERTY_SHIPPINGCOMPANY
-
getCharge
public GLCharge getCharge()
- See Also:
PROPERTY_CHARGE
-
setCharge
public void setCharge(GLCharge charge)
- See Also:
PROPERTY_CHARGE
-
getChargeAmount
public BigDecimal getChargeAmount()
- See Also:
PROPERTY_CHARGEAMOUNT
-
setChargeAmount
public void setChargeAmount(BigDecimal chargeAmount)
- See Also:
PROPERTY_CHARGEAMOUNT
-
getPriority
public String getPriority()
- See Also:
PROPERTY_PRIORITY
-
setPriority
public void setPriority(String priority)
- See Also:
PROPERTY_PRIORITY
-
getSummedLineAmount
public BigDecimal getSummedLineAmount()
- See Also:
PROPERTY_SUMMEDLINEAMOUNT
-
setSummedLineAmount
public void setSummedLineAmount(BigDecimal summedLineAmount)
- See Also:
PROPERTY_SUMMEDLINEAMOUNT
-
getGrandTotalAmount
public BigDecimal getGrandTotalAmount()
- See Also:
PROPERTY_GRANDTOTALAMOUNT
-
setGrandTotalAmount
public void setGrandTotalAmount(BigDecimal grandTotalAmount)
- See Also:
PROPERTY_GRANDTOTALAMOUNT
-
getWarehouse
public Warehouse getWarehouse()
- See Also:
PROPERTY_WAREHOUSE
-
setWarehouse
public void setWarehouse(Warehouse warehouse)
- See Also:
PROPERTY_WAREHOUSE
-
getPriceList
public PriceList getPriceList()
- See Also:
PROPERTY_PRICELIST
-
setPriceList
public void setPriceList(PriceList priceList)
- See Also:
PROPERTY_PRICELIST
-
isPriceIncludesTax
public Boolean isPriceIncludesTax()
- See Also:
PROPERTY_PRICEINCLUDESTAX
-
setPriceIncludesTax
public void setPriceIncludesTax(Boolean priceIncludesTax)
- See Also:
PROPERTY_PRICEINCLUDESTAX
-
getSalesCampaign
public Campaign getSalesCampaign()
- See Also:
PROPERTY_SALESCAMPAIGN
-
setSalesCampaign
public void setSalesCampaign(Campaign salesCampaign)
- See Also:
PROPERTY_SALESCAMPAIGN
-
getProject
public Project getProject()
- See Also:
PROPERTY_PROJECT
-
setProject
public void setProject(Project project)
- See Also:
PROPERTY_PROJECT
-
getActivity
public ABCActivity getActivity()
- See Also:
PROPERTY_ACTIVITY
-
setActivity
public void setActivity(ABCActivity activity)
- See Also:
PROPERTY_ACTIVITY
-
getPosted
public String getPosted()
- See Also:
PROPERTY_POSTED
-
setPosted
public void setPosted(String posted)
- See Also:
PROPERTY_POSTED
-
getUserContact
public User getUserContact()
- See Also:
PROPERTY_USERCONTACT
-
setUserContact
public void setUserContact(User userContact)
- See Also:
PROPERTY_USERCONTACT
-
isCopyFrom
public Boolean isCopyFrom()
- See Also:
PROPERTY_COPYFROM
-
setCopyFrom
public void setCopyFrom(Boolean copyFrom)
- See Also:
PROPERTY_COPYFROM
-
getDropShipPartner
public BusinessPartner getDropShipPartner()
- See Also:
PROPERTY_DROPSHIPPARTNER
-
setDropShipPartner
public void setDropShipPartner(BusinessPartner dropShipPartner)
- See Also:
PROPERTY_DROPSHIPPARTNER
-
getDropShipLocation
public Location getDropShipLocation()
- See Also:
PROPERTY_DROPSHIPLOCATION
-
setDropShipLocation
public void setDropShipLocation(Location dropShipLocation)
- See Also:
PROPERTY_DROPSHIPLOCATION
-
getDropShipContact
public User getDropShipContact()
- See Also:
PROPERTY_DROPSHIPCONTACT
-
setDropShipContact
public void setDropShipContact(User dropShipContact)
- See Also:
PROPERTY_DROPSHIPCONTACT
-
isSelfService
public Boolean isSelfService()
- See Also:
PROPERTY_SELFSERVICE
-
setSelfService
public void setSelfService(Boolean selfService)
- See Also:
PROPERTY_SELFSERVICE
-
getTrxOrganization
public Organization getTrxOrganization()
- See Also:
PROPERTY_TRXORGANIZATION
-
setTrxOrganization
public void setTrxOrganization(Organization trxOrganization)
- See Also:
PROPERTY_TRXORGANIZATION
-
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
-
getDeliveryNotes
public String getDeliveryNotes()
- See Also:
PROPERTY_DELIVERYNOTES
-
setDeliveryNotes
public void setDeliveryNotes(String deliveryNotes)
- See Also:
PROPERTY_DELIVERYNOTES
-
getIncoterms
public Incoterms getIncoterms()
- See Also:
PROPERTY_INCOTERMS
-
setIncoterms
public void setIncoterms(Incoterms incoterms)
- See Also:
PROPERTY_INCOTERMS
-
getINCOTERMSDescription
public String getINCOTERMSDescription()
- See Also:
PROPERTY_INCOTERMSDESCRIPTION
-
setINCOTERMSDescription
public void setINCOTERMSDescription(String iNCOTERMSDescription)
- See Also:
PROPERTY_INCOTERMSDESCRIPTION
-
isGenerateTemplate
public Boolean isGenerateTemplate()
- See Also:
PROPERTY_GENERATETEMPLATE
-
setGenerateTemplate
public void setGenerateTemplate(Boolean generateTemplate)
- See Also:
PROPERTY_GENERATETEMPLATE
-
getDeliveryLocation
public Location getDeliveryLocation()
- See Also:
PROPERTY_DELIVERYLOCATION
-
setDeliveryLocation
public void setDeliveryLocation(Location deliveryLocation)
- See Also:
PROPERTY_DELIVERYLOCATION
-
isCopyFromPO
public Boolean isCopyFromPO()
- See Also:
PROPERTY_COPYFROMPO
-
setCopyFromPO
public void setCopyFromPO(Boolean copyFromPO)
- See Also:
PROPERTY_COPYFROMPO
-
getPaymentMethod
public FIN_PaymentMethod getPaymentMethod()
- See Also:
PROPERTY_PAYMENTMETHOD
-
setPaymentMethod
public void setPaymentMethod(FIN_PaymentMethod paymentMethod)
- See Also:
PROPERTY_PAYMENTMETHOD
-
getFINPaymentPriority
public PaymentPriority getFINPaymentPriority()
- See Also:
PROPERTY_FINPAYMENTPRIORITY
-
setFINPaymentPriority
public void setFINPaymentPriority(PaymentPriority fINPaymentPriority)
- See Also:
PROPERTY_FINPAYMENTPRIORITY
-
isPickFromShipment
public Boolean isPickFromShipment()
- See Also:
PROPERTY_PICKFROMSHIPMENT
-
setPickFromShipment
public void setPickFromShipment(Boolean pickFromShipment)
- See Also:
PROPERTY_PICKFROMSHIPMENT
-
isReceiveMaterials
public Boolean isReceiveMaterials()
- See Also:
PROPERTY_RECEIVEMATERIALS
-
setReceiveMaterials
public void setReceiveMaterials(Boolean receiveMaterials)
- See Also:
PROPERTY_RECEIVEMATERIALS
-
isCreateInvoice
public Boolean isCreateInvoice()
- See Also:
PROPERTY_CREATEINVOICE
-
setCreateInvoice
public void setCreateInvoice(Boolean createInvoice)
- See Also:
PROPERTY_CREATEINVOICE
-
getReturnReason
public ReturnReason getReturnReason()
- See Also:
PROPERTY_RETURNREASON
-
setReturnReason
public void setReturnReason(ReturnReason returnReason)
- See Also:
PROPERTY_RETURNREASON
-
isAddOrphanLine
public Boolean isAddOrphanLine()
- See Also:
PROPERTY_ADDORPHANLINE
-
setAddOrphanLine
public void setAddOrphanLine(Boolean addOrphanLine)
- See Also:
PROPERTY_ADDORPHANLINE
-
getAsset
public Asset getAsset()
- See Also:
PROPERTY_ASSET
-
setAsset
public void setAsset(Asset asset)
- See Also:
PROPERTY_ASSET
-
isCalculatePromotions
public Boolean isCalculatePromotions()
- See Also:
PROPERTY_CALCULATEPROMOTIONS
-
setCalculatePromotions
public void setCalculatePromotions(Boolean calculatePromotions)
- See Also:
PROPERTY_CALCULATEPROMOTIONS
-
getCostcenter
public Costcenter getCostcenter()
- See Also:
PROPERTY_COSTCENTER
-
setCostcenter
public void setCostcenter(Costcenter costcenter)
- See Also:
PROPERTY_COSTCENTER
-
isCreateOrder
public Boolean isCreateOrder()
- See Also:
PROPERTY_CREATEORDER
-
setCreateOrder
public void setCreateOrder(Boolean createOrder)
- See Also:
PROPERTY_CREATEORDER
-
getRejectReason
public RejectReason getRejectReason()
- See Also:
PROPERTY_REJECTREASON
-
setRejectReason
public void setRejectReason(RejectReason rejectReason)
- See Also:
PROPERTY_REJECTREASON
-
getValidUntil
public Date getValidUntil()
- See Also:
PROPERTY_VALIDUNTIL
-
setValidUntil
public void setValidUntil(Date validUntil)
- See Also:
PROPERTY_VALIDUNTIL
-
getQuotation
public Order getQuotation()
- See Also:
PROPERTY_QUOTATION
-
setQuotation
public void setQuotation(Order quotation)
- See Also:
PROPERTY_QUOTATION
-
getReservationStatus
public String getReservationStatus()
- See Also:
PROPERTY_RESERVATIONSTATUS
-
setReservationStatus
public void setReservationStatus(String reservationStatus)
- See Also:
PROPERTY_RESERVATIONSTATUS
-
isCreatePOLines
public Boolean isCreatePOLines()
- See Also:
PROPERTY_CREATEPOLINES
-
setCreatePOLines
public void setCreatePOLines(Boolean createPOLines)
- See Also:
PROPERTY_CREATEPOLINES
-
isCashVAT
public Boolean isCashVAT()
- See Also:
PROPERTY_CASHVAT
-
setCashVAT
public void setCashVAT(Boolean cashVAT)
- See Also:
PROPERTY_CASHVAT
-
isPickfromreceipt
public Boolean isPickfromreceipt()
- See Also:
PROPERTY_PICKFROMRECEIPT
-
setPickfromreceipt
public void setPickfromreceipt(Boolean pickfromreceipt)
- See Also:
PROPERTY_PICKFROMRECEIPT
-
isCancelandreplace
public Boolean isCancelandreplace()
- See Also:
PROPERTY_CANCELANDREPLACE
-
setCancelandreplace
public void setCancelandreplace(Boolean cancelandreplace)
- See Also:
PROPERTY_CANCELANDREPLACE
-
isAPRMAddPayment
public Boolean isAPRMAddPayment()
- See Also:
PROPERTY_APRMADDPAYMENT
-
setAPRMAddPayment
public void setAPRMAddPayment(Boolean aPRMAddPayment)
- See Also:
PROPERTY_APRMADDPAYMENT
-
isConfirmcancelandreplace
public Boolean isConfirmcancelandreplace()
- See Also:
PROPERTY_CONFIRMCANCELANDREPLACE
-
setConfirmcancelandreplace
public void setConfirmcancelandreplace(Boolean confirmcancelandreplace)
- See Also:
PROPERTY_CONFIRMCANCELANDREPLACE
-
getCancelledorder
public Order getCancelledorder()
- See Also:
PROPERTY_CANCELLEDORDER
-
setCancelledorder
public void setCancelledorder(Order cancelledorder)
- See Also:
PROPERTY_CANCELLEDORDER
-
getReplacedorder
public Order getReplacedorder()
- See Also:
PROPERTY_REPLACEDORDER
-
setReplacedorder
public void setReplacedorder(Order replacedorder)
- See Also:
PROPERTY_REPLACEDORDER
-
isCancelled
public Boolean isCancelled()
- See Also:
PROPERTY_ISCANCELLED
-
setCancelled
public void setCancelled(Boolean iscancelled)
- See Also:
PROPERTY_ISCANCELLED
-
getReplacementorder
public Order getReplacementorder()
- See Also:
PROPERTY_REPLACEMENTORDER
-
setReplacementorder
public void setReplacementorder(Order replacementorder)
- See Also:
PROPERTY_REPLACEMENTORDER
-
getExternalBusinessPartnerReference
public String getExternalBusinessPartnerReference()
-
setExternalBusinessPartnerReference
public void setExternalBusinessPartnerReference(String externalBusinessPartnerReference)
-
getAlternateLocation
public Location getAlternateLocation()
- See Also:
PROPERTY_ALTERNATELOCATION
-
setAlternateLocation
public void setAlternateLocation(Location alternateLocation)
- See Also:
PROPERTY_ALTERNATELOCATION
-
getDeliveryStatus
public Long getDeliveryStatus()
- See Also:
COMPUTED_COLUMN_DELIVERYSTATUS
-
setDeliveryStatus
public void setDeliveryStatus(Long deliveryStatus)
- See Also:
COMPUTED_COLUMN_DELIVERYSTATUS
-
getInvoiceStatus
public Long getInvoiceStatus()
- See Also:
COMPUTED_COLUMN_INVOICESTATUS
-
setInvoiceStatus
public void setInvoiceStatus(Long invoiceStatus)
- See Also:
COMPUTED_COLUMN_INVOICESTATUS
-
getPaymentStatus
public Long getPaymentStatus()
- See Also:
COMPUTED_COLUMN_PAYMENTSTATUS
-
setPaymentStatus
public void setPaymentStatus(Long paymentStatus)
- See Also:
COMPUTED_COLUMN_PAYMENTSTATUS
-
get_computedColumns
public Order_ComputedColumns get_computedColumns()
- See Also:
PROPERTY__COMPUTEDCOLUMNS
-
set_computedColumns
public void set_computedColumns(Order_ComputedColumns _computedColumns)
- See Also:
PROPERTY__COMPUTEDCOLUMNS
-
getFINPaymentSchedInvVList
public List<FIN_PaymentSchedInvV> getFINPaymentSchedInvVList()
- See Also:
FIN_PaymentSchedInvV
-
setFINPaymentSchedInvVList
public void setFINPaymentSchedInvVList(List<FIN_PaymentSchedInvV> fINPaymentSchedInvVList)
- See Also:
FIN_PaymentSchedInvV
-
getFINPaymentSchedOrdVList
public List<FIN_PaymentSchedOrdV> getFINPaymentSchedOrdVList()
- See Also:
FIN_PaymentSchedOrdV
-
setFINPaymentSchedOrdVList
public void setFINPaymentSchedOrdVList(List<FIN_PaymentSchedOrdV> fINPaymentSchedOrdVList)
- See Also:
FIN_PaymentSchedOrdV
-
getFINPaymentScheduleList
public List<FIN_PaymentSchedule> getFINPaymentScheduleList()
- See Also:
FIN_PaymentSchedule
-
setFINPaymentScheduleList
public void setFINPaymentScheduleList(List<FIN_PaymentSchedule> fINPaymentScheduleList)
- See Also:
FIN_PaymentSchedule
-
getInvoiceList
public List<Invoice> getInvoiceList()
Help: Contains all the invoices- See Also:
Invoice
-
setInvoiceList
public void setInvoiceList(List<Invoice> invoiceList)
Help: Contains all the invoices- See Also:
Invoice
-
getMaterialMgmtShipmentInOutList
public List<ShipmentInOut> getMaterialMgmtShipmentInOutList()
Help: Contains all the material transaction due to business partner shipments- See Also:
ShipmentInOut
-
setMaterialMgmtShipmentInOutList
public void setMaterialMgmtShipmentInOutList(List<ShipmentInOut> materialMgmtShipmentInOutList)
Help: Contains all the material transaction due to business partner shipments- See Also:
ShipmentInOut
-
getOrderQuotationList
public List<Order> getOrderQuotationList()
Help: Table where there are all the orders. The purchase orders and the sales orders.- See Also:
Order
-
setOrderQuotationList
public void setOrderQuotationList(List<Order> orderQuotationList)
Help: Table where there are all the orders. The purchase orders and the sales orders.- See Also:
Order
-
getOrderCancelledorderList
public List<Order> getOrderCancelledorderList()
Help: Table where there are all the orders. The purchase orders and the sales orders.- See Also:
Order
-
setOrderCancelledorderList
public void setOrderCancelledorderList(List<Order> orderCancelledorderList)
Help: Table where there are all the orders. The purchase orders and the sales orders.- See Also:
Order
-
getOrderDiscountList
public List<OrderDiscount> getOrderDiscountList()
- See Also:
OrderDiscount
-
setOrderDiscountList
public void setOrderDiscountList(List<OrderDiscount> orderDiscountList)
- See Also:
OrderDiscount
-
getOrderLineList
public List<OrderLine> getOrderLineList()
Help: The table defines the individual line items that comprise an Order- See Also:
OrderLine
-
setOrderLineList
public void setOrderLineList(List<OrderLine> orderLineList)
Help: The table defines the individual line items that comprise an Order- See Also:
OrderLine
-
getOrderLineTaxList
public List<OrderLineTax> getOrderLineTaxList()
Help: The table contains the tax amount for an Order line.- See Also:
OrderLineTax
-
setOrderLineTaxList
public void setOrderLineTaxList(List<OrderLineTax> orderLineTaxList)
Help: The table contains the tax amount for an Order line.- See Also:
OrderLineTax
-
getOrderTaxList
public List<OrderTax> getOrderTaxList()
Help: The table constains the tax amount for an Order based on the lines entered.- See Also:
OrderTax
-
setOrderTaxList
public void setOrderTaxList(List<OrderTax> orderTaxList)
Help: The table constains the tax amount for an Order based on the lines entered.- See Also:
OrderTax
-
getProjectLineList
public List<ProjectLine> getProjectLineList()
Help: Contains the lines (products and/or services) associated with the Project- See Also:
ProjectLine
-
setProjectLineList
public void setProjectLineList(List<ProjectLine> projectLineList)
Help: Contains the lines (products and/or services) associated with the Project- See Also:
ProjectLine
-
getProjectLinePurchaseOrderList
public List<ProjectLine> getProjectLinePurchaseOrderList()
Help: Contains the lines (products and/or services) associated with the Project- See Also:
ProjectLine
-
setProjectLinePurchaseOrderList
public void setProjectLinePurchaseOrderList(List<ProjectLine> projectLinePurchaseOrderList)
Help: Contains the lines (products and/or services) associated with the Project- See Also:
ProjectLine
-
getProjectPhaseList
public List<ProjectPhase> getProjectPhaseList()
Help: Actual Phase of the Project with Status information - generated from Phase of Project Type.- See Also:
ProjectPhase
-
setProjectPhaseList
public void setProjectPhaseList(List<ProjectPhase> projectPhaseList)
Help: Actual Phase of the Project with Status information - generated from Phase of Project Type.- See Also:
ProjectPhase
-
get
public Object get(String propName)
Description copied from class:BaseOBObject
Returns the value of theProperty
identified by the propName. This method does security checking. If a security violation occurs then a OBSecurityException is thrown.- Specified by:
get
in interfaceBaseOBObjectDef
- Specified by:
get
in interfaceDynamicEnabled
- Overrides:
get
in classBaseOBObject
- Parameters:
propName
- the name of theProperty
for which the value is requested- See Also:
BaseOBObject.get(String, Language)
-
-