ERP/2.50/Developers Guide/Reference/Entity Model/DataImportInvoice
DataImportInvoice
You should supply the Document Type Name (or ID). The Document Type is on purpose not fully derived as it has too many consequences if it's wrong. The best way is to set the Document Type Name as a Constant in your Import File Format or as an imported fi
To the database table (I_Invoice) of this entity.
Properties
Note:
- Properties marked with a * are part of the Id of the Entity.
- Properties marked with a # are part of the Identifier of the Entity.
Property | Column | Constraints | Type | Description |
id* | I_Invoice_ID | Mandatory Max Length: 32 | java.lang.String | Import Invoice |
client# | AD_Client_ID | ADClient | A Client is a company or a legal entity. You cannot share data between Clients. | |
organization | AD_Org_ID | Organization | An organization is a unit of your client or legal entity - examples are store, department. You can share data between organizations. | |
trxOrganization | AD_OrgTrx_ID | Organization | 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. | |
active | IsActive | java.lang.Boolean | There are two methods of making records unavailable in the system: One is to delete the record, the other is to de-activate the record. A de-activated record is not available for selection, but available for reporting. There are two reasons for de-activating and not deleting records:
(1) The system requires the record for auditing purposes. (2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are existing invoices for it. By de-activating the Business Partner you prevent it from being used in future transactions. | |
creationDate | Created | java.util.Date | The Created field indicates the date that this record was created. | |
createdBy | CreatedBy | ADUser | The Created By field indicates the user who created this record. | |
updated | Updated | java.util.Date | The Updated field indicates the date that this record was updated. | |
updatedBy | UpdatedBy | ADUser | The Updated By field indicates the user who updated this record. | |
importProcessComplete | I_IsImported | java.lang.Boolean | The Imported check box indicates if this import has been processed. | |
importErrorMessage | I_ErrorMsg | Max Length: 2000 | java.lang.String | The Import Error Message displays any error messages generated during the import process. |
processNow | Processing | java.lang.Boolean | When this field is set as 'Y' a process is being performed on this record. | |
processed | Processed | java.lang.Boolean | The Processed checkbox indicates that a document has been processed. | |
priceList | M_PriceList_ID | PricingPriceList |
Price Lists are used to determine the pricing, margin and cost of items purchased or sold. | |
currency | C_Currency_ID | Currency | Indicates the currency to be used when processing this document. | |
salesRepresentative | SalesRep_ID | ADUser | 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. | |
salesTransaction | IsSOTrx | java.lang.Boolean | The Sales Transaction checkbox indicates if this item is a Sales Transaction. | |
businessPartner | C_BPartner_ID | BusinessPartner | A Business Partner is anyone with whom you transact. This can include a customer, vendor, employee or any combination of these. | |
partnerAddress | C_BPartner_Location_ID | BusinessPartnerLocation | The Partner address indicates the location of a Business Partner | |
businessPartnerSearchKey | BPartnerValue | Max Length: 40 | java.lang.String | An abbreviated name (or a code) to help find a business partner. Usually, a company's internal identifier is entered here. |
name | Name | Max Length: 60 | java.lang.String | A more descriptive identifier (that does need to be unique) of a record/document that is used as a default search option along with the search key (that is unique and mostly shorter). It is up to 60 characters in length. |
locationAddress | C_Location_ID | Location | The Location / Address field defines the location of an entity. | |
addressLine1 | Address1 | Max Length: 60 | java.lang.String | The Address 1 identifies the address for an entity's location |
addressLine2 | Address2 | Max Length: 60 | java.lang.String | The Address 2 provides additional address information for an entity. It can be used for building location, apartment number or similar information. |
postalCode | Postal | Max Length: 10 | java.lang.String | The Postal Code field identifies the postal code for this entity's address. |
cityName | City | Max Length: 60 | java.lang.String | The City identifies a unique City for this Country or Region. |
region | C_Region_ID | Region | The Region identifies a unique Region for this Country. | |
regionName | RegionName | Max Length: 60 | java.lang.String | The Region Name defines the name that will print when this region is used in a document. |
userContact | AD_User_ID | ADUser | The User identifies a unique user in the system. This could be an internal user or a business partner contact | |
Max Length: 60 | java.lang.String | The Email Address is the Electronic Mail ID for this User and should be fully qualified (e.g. joe.smith@company.com). | ||
contactName | ContactName | Max Length: 60 | java.lang.String | Business Partner Contact Name |
phone | Phone | Max Length: 40 | java.lang.String | The Phone field identifies a telephone number |
country | C_Country_ID | Country | The Country defines a Country. Each Country must be defined before it can be used in any document. | |
iSOCountryCode | CountryCode | Max Length: 2 | java.lang.String | For details - http://www.din.de/gremien/nas/nabd/iso3166ma/codlstp1.html or - http://www.unece.org/trade/rec/rec03en.htm |
documentType | C_DocType_ID | DocumentType | The Document Type determines document sequence and processing rules | |
documentTypeName | DocTypeName | Max Length: 60 | java.lang.String | A value defining what sequence and process setup are used to handle this document. |
paymentTerms | C_PaymentTerm_ID | FinancialMgmtPaymentTerm | Payment Terms identify the method and timing of payment for this transaction. | |
paymentTermKey | PaymentTermValue | Max Length: 40 | java.lang.String | Key of the Payment Term |
project | C_Project_ID | Project | Identifier of a project defined within the Project & Service Management module. | |
salesCampaign | C_Campaign_ID | MarketingCampaign | 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. | |
activity | C_Activity_ID | MaterialMgmtABCActivity | Activities indicate tasks that are performed and used to utilize Activity based Costing | |
invoice | C_Invoice_ID | Invoice | The Invoice ID uniquely identifies an Invoice Document. | |
documentNo | DocumentNo | Max Length: 30 | java.lang.String | 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). |
description | Description | Max Length: 255 | java.lang.String | A description is limited to 255 characters. |
product | M_Product_ID | Product | Identifies an item which is either purchased or sold in this organization. | |
productSearchKey | ProductValue | Max Length: 40 | java.lang.String | A fast method for finding an item. |
uPCEAN | UPC | Max Length: 30 | java.lang.String | Use this field to enter the bar code for the product in any of the bar code symbologies (Codabar, Code 25, Code 39, Code 93, Code 128, UPC (A), UPC (E), EAN-13, EAN-8, ITF, ITF-14, ISBN, ISSN, JAN-13, JAN-8, POSTNET and FIM, MSI/Plessey, and Pharmacode) |
sKU | SKU | Max Length: 30 | java.lang.String | The SKU indicates a user defined stock keeping unit. It may be used for an additional bar code symbols or your own schema. |
tax | C_Tax_ID | FinancialMgmtTaxRate | The Tax indicates the type of tax for this document line. | |
taxSearchKey | TaxIndicator | Max Length: 5 | java.lang.String | The Tax Indicator identifies the short name that will print on documents referencing this tax. |
taxAmount | TaxAmt | java.math.BigDecimal | The Tax Amount displays the total tax amount for a document. | |
invoiceLine | C_InvoiceLine_ID | InvoiceLine | The Invoice Line uniquely identifies a single line of an Invoice. | |
lineDescription | LineDescription | Max Length: 255 | java.lang.String | An additional detail regarding one item or charge. |
orderedQuantity | QtyOrdered | java.math.BigDecimal | The Ordered Quantity indicates the quantity of a product that was ordered. | |
unitPrice | PriceActual | java.math.BigDecimal | The actual price indicates the price for a product in source currency. |
Java Entity Class
/* ************************************************************************* * The contents of this file are subject to the Openbravo Public License * Version 1.1 (the "License"), being the Mozilla Public License * Version 1.1 with a permitted attribution clause; you may not use this * file except in compliance with the License. You may obtain a copy of * the License at http://www.openbravo.com/legal/license.html * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the * License for the specific language governing rights and limitations * under the License. * The Original Code is Openbravo ERP. * The Initial Developer of the Original Code is Openbravo SLU * All portions are Copyright (C) 2008-2010 Openbravo SLU * All Rights Reserved. * Contributor(s): ______________________________________. ************************************************************************ */ package org.openbravo.model.dataimport; import org.openbravo.base.structure.ActiveEnabled; import org.openbravo.base.structure.BaseOBObject; import org.openbravo.base.structure.ClientEnabled; import org.openbravo.base.structure.OrganizationEnabled; import org.openbravo.base.structure.Traceable; import org.openbravo.model.ad.access.User; import org.openbravo.model.ad.system.Client; import org.openbravo.model.common.businesspartner.BusinessPartner; import org.openbravo.model.common.businesspartner.Location; import org.openbravo.model.common.currency.Currency; import org.openbravo.model.common.enterprise.DocumentType; import org.openbravo.model.common.enterprise.Organization; import org.openbravo.model.common.geography.Country; import org.openbravo.model.common.geography.Region; import org.openbravo.model.common.invoice.InvoiceLine; import org.openbravo.model.common.plm.Product; import org.openbravo.model.financialmgmt.payment.PaymentTerm; import org.openbravo.model.financialmgmt.tax.TaxRate; import org.openbravo.model.marketing.Campaign; import org.openbravo.model.materialmgmt.cost.ABCActivity; import org.openbravo.model.pricing.pricelist.PriceList; import org.openbravo.model.project.Project; import java.lang.Boolean; import java.lang.String; import java.math.BigDecimal; import java.util.Date; /** * Entity class for entity DataImportInvoice (stored in table I_Invoice). * * NOTE: This class should not be instantiated directly. To instantiate this * class the {@link org.openbravo.base.provider.OBProvider} should be used. */ public class Invoice extends BaseOBObject implements Traceable, ClientEnabled, OrganizationEnabled, ActiveEnabled { private static final long serialVersionUID = 1L; public static final String TABLE_NAME = "I_Invoice"; public static final String DataImportInvoice = "DataImportInvoice"; public static final String PROPERTY_ID = "id"; public static final String PROPERTY_CLIENT = "client"; public static final String PROPERTY_ORGANIZATION = "organization"; public static final String PROPERTY_TRXORGANIZATION = "trxOrganization"; public static final String PROPERTY_ACTIVE = "active"; public static final String PROPERTY_CREATIONDATE = "creationDate"; public static final String PROPERTY_CREATEDBY = "createdBy"; public static final String PROPERTY_UPDATED = "updated"; public static final String PROPERTY_UPDATEDBY = "updatedBy"; public static final String PROPERTY_IMPORTPROCESSCOMPLETE = "importProcessComplete"; public static final String PROPERTY_IMPORTERRORMESSAGE = "importErrorMessage"; public static final String PROPERTY_PROCESSNOW = "processNow"; public static final String PROPERTY_PROCESSED = "processed"; public static final String PROPERTY_PRICELIST = "priceList"; public static final String PROPERTY_CURRENCY = "currency"; public static final String PROPERTY_SALESREPRESENTATIVE = "salesRepresentative"; public static final String PROPERTY_SALESTRANSACTION = "salesTransaction"; public static final String PROPERTY_BUSINESSPARTNER = "businessPartner"; public static final String PROPERTY_PARTNERADDRESS = "partnerAddress"; public static final String PROPERTY_BUSINESSPARTNERSEARCHKEY = "businessPartnerSearchKey"; public static final String PROPERTY_NAME = "name"; public static final String PROPERTY_LOCATIONADDRESS = "locationAddress"; public static final String PROPERTY_ADDRESSLINE1 = "addressLine1"; public static final String PROPERTY_ADDRESSLINE2 = "addressLine2"; public static final String PROPERTY_POSTALCODE = "postalCode"; public static final String PROPERTY_CITYNAME = "cityName"; public static final String PROPERTY_REGION = "region"; public static final String PROPERTY_REGIONNAME = "regionName"; public static final String PROPERTY_USERCONTACT = "userContact"; public static final String PROPERTY_EMAIL = "email"; public static final String PROPERTY_CONTACTNAME = "contactName"; public static final String PROPERTY_PHONE = "phone"; public static final String PROPERTY_COUNTRY = "country"; public static final String PROPERTY_ISOCOUNTRYCODE = "iSOCountryCode"; public static final String PROPERTY_DOCUMENTTYPE = "documentType"; public static final String PROPERTY_DOCUMENTTYPENAME = "documentTypeName"; public static final String PROPERTY_PAYMENTTERMS = "paymentTerms"; public static final String PROPERTY_PAYMENTTERMKEY = "paymentTermKey"; public static final String PROPERTY_PROJECT = "project"; public static final String PROPERTY_SALESCAMPAIGN = "salesCampaign"; public static final String PROPERTY_ACTIVITY = "activity"; public static final String PROPERTY_INVOICE = "invoice"; public static final String PROPERTY_DOCUMENTNO = "documentNo"; public static final String PROPERTY_DESCRIPTION = "description"; public static final String PROPERTY_PRODUCT = "product"; public static final String PROPERTY_PRODUCTSEARCHKEY = "productSearchKey"; public static final String PROPERTY_UPCEAN = "uPCEAN"; public static final String PROPERTY_SKU = "sKU"; public static final String PROPERTY_TAX = "tax"; public static final String PROPERTY_TAXSEARCHKEY = "taxSearchKey"; public static final String PROPERTY_TAXAMOUNT = "taxAmount"; public static final String PROPERTY_INVOICELINE = "invoiceLine"; public static final String PROPERTY_LINEDESCRIPTION = "lineDescription"; public static final String PROPERTY_ORDEREDQUANTITY = "orderedQuantity"; public static final String PROPERTY_UNITPRICE = "unitPrice"; public Invoice() { setDefaultValue(PROPERTY_ACTIVE, true); setDefaultValue(PROPERTY_IMPORTPROCESSCOMPLETE, false); setDefaultValue(PROPERTY_PROCESSNOW, false); setDefaultValue(PROPERTY_PROCESSED, false); setDefaultValue(PROPERTY_SALESTRANSACTION, false); } @Override public String getEntityName() { return DataImportInvoice; } public String getId() { return (String) get(PROPERTY_ID); } public void setId(String id) { set(PROPERTY_ID, id); } public Client getClient() { return (Client) get(PROPERTY_CLIENT); } public void setClient(Client client) { set(PROPERTY_CLIENT, client); } public Organization getOrganization() { return (Organization) get(PROPERTY_ORGANIZATION); } public void setOrganization(Organization organization) { set(PROPERTY_ORGANIZATION, organization); } public Organization getTrxOrganization() { return (Organization) get(PROPERTY_TRXORGANIZATION); } public void setTrxOrganization(Organization trxOrganization) { set(PROPERTY_TRXORGANIZATION, trxOrganization); } public Boolean isActive() { return (Boolean) get(PROPERTY_ACTIVE); } public void setActive(Boolean active) { set(PROPERTY_ACTIVE, active); } public Date getCreationDate() { return (Date) get(PROPERTY_CREATIONDATE); } public void setCreationDate(Date creationDate) { set(PROPERTY_CREATIONDATE, creationDate); } public User getCreatedBy() { return (User) get(PROPERTY_CREATEDBY); } public void setCreatedBy(User createdBy) { set(PROPERTY_CREATEDBY, createdBy); } public Date getUpdated() { return (Date) get(PROPERTY_UPDATED); } public void setUpdated(Date updated) { set(PROPERTY_UPDATED, updated); } public User getUpdatedBy() { return (User) get(PROPERTY_UPDATEDBY); } public void setUpdatedBy(User updatedBy) { set(PROPERTY_UPDATEDBY, updatedBy); } public Boolean isImportProcessComplete() { return (Boolean) get(PROPERTY_IMPORTPROCESSCOMPLETE); } public void setImportProcessComplete(Boolean importProcessComplete) { set(PROPERTY_IMPORTPROCESSCOMPLETE, importProcessComplete); } public String getImportErrorMessage() { return (String) get(PROPERTY_IMPORTERRORMESSAGE); } public void setImportErrorMessage(String importErrorMessage) { set(PROPERTY_IMPORTERRORMESSAGE, importErrorMessage); } public Boolean isProcessNow() { return (Boolean) get(PROPERTY_PROCESSNOW); } public void setProcessNow(Boolean processNow) { set(PROPERTY_PROCESSNOW, processNow); } public Boolean isProcessed() { return (Boolean) get(PROPERTY_PROCESSED); } public void setProcessed(Boolean processed) { set(PROPERTY_PROCESSED, processed); } public PriceList getPriceList() { return (PriceList) get(PROPERTY_PRICELIST); } public void setPriceList(PriceList priceList) { set(PROPERTY_PRICELIST, priceList); } public Currency getCurrency() { return (Currency) get(PROPERTY_CURRENCY); } public void setCurrency(Currency currency) { set(PROPERTY_CURRENCY, currency); } public User getSalesRepresentative() { return (User) get(PROPERTY_SALESREPRESENTATIVE); } public void setSalesRepresentative(User salesRepresentative) { set(PROPERTY_SALESREPRESENTATIVE, salesRepresentative); } public Boolean isSalesTransaction() { return (Boolean) get(PROPERTY_SALESTRANSACTION); } public void setSalesTransaction(Boolean salesTransaction) { set(PROPERTY_SALESTRANSACTION, salesTransaction); } public BusinessPartner getBusinessPartner() { return (BusinessPartner) get(PROPERTY_BUSINESSPARTNER); } public void setBusinessPartner(BusinessPartner businessPartner) { set(PROPERTY_BUSINESSPARTNER, businessPartner); } public Location getPartnerAddress() { return (Location) get(PROPERTY_PARTNERADDRESS); } public void setPartnerAddress(Location partnerAddress) { set(PROPERTY_PARTNERADDRESS, partnerAddress); } public String getBusinessPartnerSearchKey() { return (String) get(PROPERTY_BUSINESSPARTNERSEARCHKEY); } public void setBusinessPartnerSearchKey(String businessPartnerSearchKey) { set(PROPERTY_BUSINESSPARTNERSEARCHKEY, businessPartnerSearchKey); } public String getName() { return (String) get(PROPERTY_NAME); } public void setName(String name) { set(PROPERTY_NAME, name); } public org.openbravo.model.common.geography.Location getLocationAddress() { return (org.openbravo.model.common.geography.Location) get(PROPERTY_LOCATIONADDRESS); } public void setLocationAddress( org.openbravo.model.common.geography.Location locationAddress) { set(PROPERTY_LOCATIONADDRESS, locationAddress); } public String getAddressLine1() { return (String) get(PROPERTY_ADDRESSLINE1); } public void setAddressLine1(String addressLine1) { set(PROPERTY_ADDRESSLINE1, addressLine1); } public String getAddressLine2() { return (String) get(PROPERTY_ADDRESSLINE2); } public void setAddressLine2(String addressLine2) { set(PROPERTY_ADDRESSLINE2, addressLine2); } public String getPostalCode() { return (String) get(PROPERTY_POSTALCODE); } public void setPostalCode(String postalCode) { set(PROPERTY_POSTALCODE, postalCode); } public String getCityName() { return (String) get(PROPERTY_CITYNAME); } public void setCityName(String cityName) { set(PROPERTY_CITYNAME, cityName); } public Region getRegion() { return (Region) get(PROPERTY_REGION); } public void setRegion(Region region) { set(PROPERTY_REGION, region); } public String getRegionName() { return (String) get(PROPERTY_REGIONNAME); } public void setRegionName(String regionName) { set(PROPERTY_REGIONNAME, regionName); } public User getUserContact() { return (User) get(PROPERTY_USERCONTACT); } public void setUserContact(User userContact) { set(PROPERTY_USERCONTACT, userContact); } public String getEmail() { return (String) get(PROPERTY_EMAIL); } public void setEmail(String email) { set(PROPERTY_EMAIL, email); } public String getContactName() { return (String) get(PROPERTY_CONTACTNAME); } public void setContactName(String contactName) { set(PROPERTY_CONTACTNAME, contactName); } public String getPhone() { return (String) get(PROPERTY_PHONE); } public void setPhone(String phone) { set(PROPERTY_PHONE, phone); } public Country getCountry() { return (Country) get(PROPERTY_COUNTRY); } public void setCountry(Country country) { set(PROPERTY_COUNTRY, country); } public String getISOCountryCode() { return (String) get(PROPERTY_ISOCOUNTRYCODE); } public void setISOCountryCode(String iSOCountryCode) { set(PROPERTY_ISOCOUNTRYCODE, iSOCountryCode); } public DocumentType getDocumentType() { return (DocumentType) get(PROPERTY_DOCUMENTTYPE); } public void setDocumentType(DocumentType documentType) { set(PROPERTY_DOCUMENTTYPE, documentType); } public String getDocumentTypeName() { return (String) get(PROPERTY_DOCUMENTTYPENAME); } public void setDocumentTypeName(String documentTypeName) { set(PROPERTY_DOCUMENTTYPENAME, documentTypeName); } public PaymentTerm getPaymentTerms() { return (PaymentTerm) get(PROPERTY_PAYMENTTERMS); } public void setPaymentTerms(PaymentTerm paymentTerms) { set(PROPERTY_PAYMENTTERMS, paymentTerms); } public String getPaymentTermKey() { return (String) get(PROPERTY_PAYMENTTERMKEY); } public void setPaymentTermKey(String paymentTermKey) { set(PROPERTY_PAYMENTTERMKEY, paymentTermKey); } public Project getProject() { return (Project) get(PROPERTY_PROJECT); } public void setProject(Project project) { set(PROPERTY_PROJECT, project); } public Campaign getSalesCampaign() { return (Campaign) get(PROPERTY_SALESCAMPAIGN); } public void setSalesCampaign(Campaign salesCampaign) { set(PROPERTY_SALESCAMPAIGN, salesCampaign); } public ABCActivity getActivity() { return (ABCActivity) get(PROPERTY_ACTIVITY); } public void setActivity(ABCActivity activity) { set(PROPERTY_ACTIVITY, activity); } public org.openbravo.model.common.invoice.Invoice getInvoice() { return (org.openbravo.model.common.invoice.Invoice) get(PROPERTY_INVOICE); } public void setInvoice(org.openbravo.model.common.invoice.Invoice invoice) { set(PROPERTY_INVOICE, invoice); } public String getDocumentNo() { return (String) get(PROPERTY_DOCUMENTNO); } public void setDocumentNo(String documentNo) { set(PROPERTY_DOCUMENTNO, documentNo); } public String getDescription() { return (String) get(PROPERTY_DESCRIPTION); } public void setDescription(String description) { set(PROPERTY_DESCRIPTION, description); } public Product getProduct() { return (Product) get(PROPERTY_PRODUCT); } public void setProduct(Product product) { set(PROPERTY_PRODUCT, product); } public String getProductSearchKey() { return (String) get(PROPERTY_PRODUCTSEARCHKEY); } public void setProductSearchKey(String productSearchKey) { set(PROPERTY_PRODUCTSEARCHKEY, productSearchKey); } public String getUPCEAN() { return (String) get(PROPERTY_UPCEAN); } public void setUPCEAN(String uPCEAN) { set(PROPERTY_UPCEAN, uPCEAN); } public String getSKU() { return (String) get(PROPERTY_SKU); } public void setSKU(String sKU) { set(PROPERTY_SKU, sKU); } public TaxRate getTax() { return (TaxRate) get(PROPERTY_TAX); } public void setTax(TaxRate tax) { set(PROPERTY_TAX, tax); } public String getTaxSearchKey() { return (String) get(PROPERTY_TAXSEARCHKEY); } public void setTaxSearchKey(String taxSearchKey) { set(PROPERTY_TAXSEARCHKEY, taxSearchKey); } public BigDecimal getTaxAmount() { return (BigDecimal) get(PROPERTY_TAXAMOUNT); } public void setTaxAmount(BigDecimal taxAmount) { set(PROPERTY_TAXAMOUNT, taxAmount); } public InvoiceLine getInvoiceLine() { return (InvoiceLine) get(PROPERTY_INVOICELINE); } public void setInvoiceLine(InvoiceLine invoiceLine) { set(PROPERTY_INVOICELINE, invoiceLine); } public String getLineDescription() { return (String) get(PROPERTY_LINEDESCRIPTION); } public void setLineDescription(String lineDescription) { set(PROPERTY_LINEDESCRIPTION, lineDescription); } public BigDecimal getOrderedQuantity() { return (BigDecimal) get(PROPERTY_ORDEREDQUANTITY); } public void setOrderedQuantity(BigDecimal orderedQuantity) { set(PROPERTY_ORDEREDQUANTITY, orderedQuantity); } public BigDecimal getUnitPrice() { return (BigDecimal) get(PROPERTY_UNITPRICE); } public void setUnitPrice(BigDecimal unitPrice) { set(PROPERTY_UNITPRICE, unitPrice); } }