Class ShipmentInOutLine
- java.lang.Object
-
- org.openbravo.base.structure.BaseOBObject
-
- org.openbravo.model.materialmgmt.transaction.ShipmentInOutLine
-
- All Implemented Interfaces:
Serializable
,BaseOBObjectDef
,OBNotSingleton
,OBProvidable
,ActiveEnabled
,ClientEnabled
,DynamicEnabled
,Identifiable
,OrganizationEnabled
,Traceable
public class ShipmentInOutLine extends BaseOBObject implements Traceable, ClientEnabled, OrganizationEnabled, ActiveEnabled
Entity class for entity MaterialMgmtShipmentInOutLine (stored in table M_InOutLine).
Help: The table defines the individual line that comprise shipment line
NOTE: This class should not be instantiated directly. To instantiate this class theOBProvider
should be used.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
ENTITY_NAME
static String
PROPERTY_ACTIVE
Property active stored in column IsActive in table M_InOutLinestatic String
PROPERTY_ASSET
Property asset stored in column A_Asset_ID in table M_InOutLine
Help: Any item of economic value owned by the corporation, especially that which could be converted to cash.static String
PROPERTY_ATTRIBUTESETVALUE
Property attributeSetValue stored in column M_AttributeSetInstance_ID in table M_InOutLine
Help: The values of the actual Product Attributesstatic String
PROPERTY_BOMPARENT
Property bOMParent stored in column BOM_Parent_ID in table M_InOutLinestatic String
PROPERTY_BUSINESSPARTNER
Property businessPartner stored in column C_Bpartner_ID in table M_InOutLine
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_CANCELEDINOUTLINE
Property canceledInoutLine stored in column Canceled_Inoutline_ID in table M_InOutLine
Help: Shipment/Receipt line that it is canceled by this linestatic String
PROPERTY_CLIENT
Property client stored in column AD_Client_ID in table M_InOutLinestatic String
PROPERTY_CONDITIONGOODS
Property conditionGoods stored in column M_Condition_Goods_ID in table M_InOutLinestatic String
PROPERTY_COSTCENTER
Property costcenter stored in column C_Costcenter_ID in table M_InOutLine
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 M_InOutLinestatic String
PROPERTY_CREATIONDATE
Property creationDate stored in column Created in table M_InOutLinestatic String
PROPERTY_DESCRIPTION
Property description stored in column Description in table M_InOutLine
Help: A description is limited to 255 characters.static String
PROPERTY_DESCRIPTIONONLY
Property descriptionOnly stored in column IsDescription in table M_InOutLine
Help: If a line is Description Only, e.g. Product Inventory is not corrected. No accounting transactions are created and the amount or totals are not included in the document. This for including descriptional detail lines, e.g. for an Work Order.static String
PROPERTY_EXPLODE
Property explode stored in column Explode in table M_InOutLine
Help: Explode the BOM productstatic String
PROPERTY_ID
Property id stored in column M_InOutLine_ID in table M_InOutLine
Help: The Goods Shipment Line indicates a unique line in a Shipment documentstatic String
PROPERTY_INOUTLINEACCOUNTINGDIMENSIONLIST
Property inOutLineAccountingDimensionList stored in table M_InOutLinestatic String
PROPERTY_INVOICELINELIST
Property invoiceLineList stored in table M_InOutLinestatic String
PROPERTY_LINENO
Property lineNo stored in column Line in table M_InOutLinestatic String
PROPERTY_MANAGEPRERESERVATION
Property managePrereservation stored in column Manage_Prereservation in table M_InOutLinestatic String
PROPERTY_MATERIALMGMTMATERIALTRANSACTIONLIST
Property materialMgmtMaterialTransactionList stored in table M_InOutLinestatic String
PROPERTY_MATERIALMGMTSHIPMENTINOUTLINECANCELEDINOUTLINELIST
Property materialMgmtShipmentInOutLineCanceledInoutLineList stored in table M_InOutLinestatic String
PROPERTY_MOVEMENTQUANTITY
Property movementQuantity stored in column MovementQty in table M_InOutLinestatic String
PROPERTY_NDDIMENSION
Property ndDimension stored in column User2_ID in table M_InOutLine
Help: The user defined element displays the optional elements that have been defined for this account combination.static String
PROPERTY_OPERATIVEQUANTITY
Property operativeQuantity stored in column Aumqty in table M_InOutLine
Help: The number of a certain item involved in the transaction, according to the defined Operative UOM.static String
PROPERTY_OPERATIVEUOM
Property operativeUOM stored in column C_Aum in table M_InOutLine
Help: The Alternative UOM defines a unique non monetary unit of measurestatic String
PROPERTY_ORDERLINELIST
Property orderLineList stored in table M_InOutLinestatic String
PROPERTY_ORDERQUANTITY
Property orderQuantity stored in column QuantityOrder in table M_InOutLine
Help: Product quantity in the order uom.static String
PROPERTY_ORDERUOM
Property orderUOM stored in column M_Product_Uom_Id in table M_InOutLine
Help: Alternative order UOM for the product.static String
PROPERTY_ORGANIZATION
Property organization stored in column AD_Org_ID in table M_InOutLinestatic String
PROPERTY_PROCUREMENTPOINVOICEMATCHLIST
Property procurementPOInvoiceMatchList stored in table M_InOutLinestatic String
PROPERTY_PROCUREMENTRECEIPTINVOICEMATCHLIST
Property procurementReceiptInvoiceMatchList stored in table M_InOutLinestatic String
PROPERTY_PRODUCT
Property product stored in column M_Product_ID in table M_InOutLine
Help: Identifies an item which is either purchased or sold in this organization.static String
PROPERTY_PROJECT
Property project stored in column C_Project_ID in table M_InOutLine
Help: Identifier of a project defined within the Project & Service Management module.static String
PROPERTY_REINVOICE
Property reinvoice stored in column IsInvoiced in table M_InOutLine
Help: Indicator if invoicedstatic String
PROPERTY_SALESORDERLINE
Property salesOrderLine stored in column C_OrderLine_ID in table M_InOutLine
Help: A unique identifier and a reference to a sales order line (product).static String
PROPERTY_SHIPMENTRECEIPT
Property shipmentReceipt stored in column M_InOut_ID in table M_InOutLine
Help: The Shipment ID indicates the unique document for this shipment.static String
PROPERTY_STDIMENSION
Property stDimension stored in column User1_ID in table M_InOutLine
Help: The user defined element displays the optional elements that have been defined for this account combination.static String
PROPERTY_STORAGEBIN
Property storageBin stored in column M_Locator_ID in table M_InOutLine
Help: The Locator ID indicates where in a Warehouse a product is located.static String
PROPERTY_UOM
Property uOM stored in column C_UOM_ID in table M_InOutLine
Help: The UOM defines a unique non monetary unit of measurestatic String
PROPERTY_UPDATED
Property updated stored in column Updated in table M_InOutLinestatic String
PROPERTY_UPDATEDBY
Property updatedBy stored in column UpdatedBy in table M_InOutLinestatic String
TABLE_NAME
-
Fields inherited from class org.openbravo.base.structure.BaseOBObject
ID
-
-
Constructor Summary
Constructors Constructor Description ShipmentInOutLine()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Asset
getAsset()
AttributeSetInstance
getAttributeSetValue()
ShipmentInOutLine
getBOMParent()
BusinessPartner
getBusinessPartner()
ShipmentInOutLine
getCanceledInoutLine()
Client
getClient()
Client fieldConditionGoods
getConditionGoods()
Costcenter
getCostcenter()
User
getCreatedBy()
Created by audit userDate
getCreationDate()
Creation date of auditString
getDescription()
String
getEntityName()
String
getId()
List<InOutLineAccountingDimension>
getInOutLineAccountingDimensionList()
Help: Accounting DimensionList<InvoiceLine>
getInvoiceLineList()
Help: Contains the individual items or charges on an InvoiceLong
getLineNo()
List<MaterialTransaction>
getMaterialMgmtMaterialTransactionList()
Help: Contains all the material transactions for products that are defined as an item and stockedList<ShipmentInOutLine>
getMaterialMgmtShipmentInOutLineCanceledInoutLineList()
Help: The table defines the individual line that comprise shipment lineBigDecimal
getMovementQuantity()
UserDimension2
getNdDimension()
BigDecimal
getOperativeQuantity()
UOM
getOperativeUOM()
List<OrderLine>
getOrderLineList()
Help: The table defines the individual line items that comprise an OrderBigDecimal
getOrderQuantity()
ProductUOM
getOrderUOM()
Organization
getOrganization()
Gets organization fieldList<POInvoiceMatch>
getProcurementPOInvoiceMatchList()
Help: This table contains all the matches between the order lines and: 1. With the material receipt lines. For each order line we can have one or more materials receipt lines. The result of the sum of all the material receipt lines have to match with their own order line in order to be able to say that the order line has been already receipt. 2. With the invoice line. For each order line we can have one or more invoices lines. The result of the sum of all the invoices lines have to much with their own order line in order to be able to say that the order line has been already invoicedList<ReceiptInvoiceMatch>
getProcurementReceiptInvoiceMatchList()
Help: This table contains all the matches between the material receipt lines and the invoice lines. It is used only for the purchase transactions. For each material receipt line we can have one or more invoice lines, so the sum of the invoice lines has to match with the amount on the material receipt line. When everything matches it means the material receipt line is already invoicedProduct
getProduct()
Project
getProject()
OrderLine
getSalesOrderLine()
ShipmentInOut
getShipmentReceipt()
UserDimension1
getStDimension()
Locator
getStorageBin()
UOM
getUOM()
Date
getUpdated()
Update date of auditUser
getUpdatedBy()
Update by audit userBoolean
isActive()
Gets active fieldBoolean
isDescriptionOnly()
Boolean
isExplode()
Boolean
isManagePrereservation()
Boolean
isReinvoice()
void
setActive(Boolean active)
Sets active fieldvoid
setAsset(Asset asset)
void
setAttributeSetValue(AttributeSetInstance attributeSetValue)
void
setBOMParent(ShipmentInOutLine bOMParent)
void
setBusinessPartner(BusinessPartner businessPartner)
void
setCanceledInoutLine(ShipmentInOutLine canceledInoutLine)
void
setClient(Client client)
Client fieldvoid
setConditionGoods(ConditionGoods conditionGoods)
void
setCostcenter(Costcenter costcenter)
void
setCreatedBy(User createdBy)
Created by audit uservoid
setCreationDate(Date creationDate)
Creation date of auditvoid
setDescription(String description)
void
setDescriptionOnly(Boolean descriptionOnly)
void
setExplode(Boolean explode)
void
setId(String id)
void
setInOutLineAccountingDimensionList(List<InOutLineAccountingDimension> inOutLineAccountingDimensionList)
Help: Accounting Dimensionvoid
setInvoiceLineList(List<InvoiceLine> invoiceLineList)
Help: Contains the individual items or charges on an Invoicevoid
setLineNo(Long lineNo)
void
setManagePrereservation(Boolean managePrereservation)
void
setMaterialMgmtMaterialTransactionList(List<MaterialTransaction> materialMgmtMaterialTransactionList)
Help: Contains all the material transactions for products that are defined as an item and stockedvoid
setMaterialMgmtShipmentInOutLineCanceledInoutLineList(List<ShipmentInOutLine> materialMgmtShipmentInOutLineCanceledInoutLineList)
Help: The table defines the individual line that comprise shipment linevoid
setMovementQuantity(BigDecimal movementQuantity)
void
setNdDimension(UserDimension2 ndDimension)
void
setOperativeQuantity(BigDecimal operativeQuantity)
void
setOperativeUOM(UOM operativeUOM)
void
setOrderLineList(List<OrderLine> orderLineList)
Help: The table defines the individual line items that comprise an Ordervoid
setOrderQuantity(BigDecimal orderQuantity)
void
setOrderUOM(ProductUOM orderUOM)
void
setOrganization(Organization organization)
Sets organization fieldvoid
setProcurementPOInvoiceMatchList(List<POInvoiceMatch> procurementPOInvoiceMatchList)
Help: This table contains all the matches between the order lines and: 1. With the material receipt lines. For each order line we can have one or more materials receipt lines. The result of the sum of all the material receipt lines have to match with their own order line in order to be able to say that the order line has been already receipt. 2. With the invoice line. For each order line we can have one or more invoices lines. The result of the sum of all the invoices lines have to much with their own order line in order to be able to say that the order line has been already invoicedvoid
setProcurementReceiptInvoiceMatchList(List<ReceiptInvoiceMatch> procurementReceiptInvoiceMatchList)
Help: This table contains all the matches between the material receipt lines and the invoice lines. It is used only for the purchase transactions. For each material receipt line we can have one or more invoice lines, so the sum of the invoice lines has to match with the amount on the material receipt line. When everything matches it means the material receipt line is already invoicedvoid
setProduct(Product product)
void
setProject(Project project)
void
setReinvoice(Boolean reinvoice)
void
setSalesOrderLine(OrderLine salesOrderLine)
void
setShipmentReceipt(ShipmentInOut shipmentReceipt)
void
setStDimension(UserDimension1 stDimension)
void
setStorageBin(Locator storageBin)
void
setUOM(UOM uOM)
void
setUpdated(Date updated)
Update date of auditvoid
setUpdatedBy(User updatedBy)
Update by audit user-
Methods inherited from class org.openbravo.base.structure.BaseOBObject
checkDerivedReadable, get, get, get, getEntity, getIdentifier, getValue, isAllowRead, isNewOBObject, isOrgClientAccessCheckEnabled, isWriteAccessCheckEnabled, set, setAccessChecks, setAllowRead, setDefaultValue, setId, setNewOBObject, setValue, toString, validate
-
-
-
-
Field Detail
-
TABLE_NAME
public static final String TABLE_NAME
- See Also:
- Constant Field Values
-
ENTITY_NAME
public static final String ENTITY_NAME
- See Also:
- Constant Field Values
-
PROPERTY_ID
public static final String PROPERTY_ID
Property id stored in column M_InOutLine_ID in table M_InOutLine
Help: The Goods Shipment Line indicates a unique line in a Shipment document- See Also:
- Constant Field Values
-
PROPERTY_CLIENT
public static final String PROPERTY_CLIENT
Property client stored in column AD_Client_ID in table M_InOutLine- See Also:
ClientEnabled
, Constant Field Values
-
PROPERTY_ORGANIZATION
public static final String PROPERTY_ORGANIZATION
Property organization stored in column AD_Org_ID in table M_InOutLine- See Also:
OrganizationEnabled
, Constant Field Values
-
PROPERTY_ACTIVE
public static final String PROPERTY_ACTIVE
Property active stored in column IsActive in table M_InOutLine- See Also:
ActiveEnabled
, Constant Field Values
-
PROPERTY_CREATIONDATE
public static final String PROPERTY_CREATIONDATE
Property creationDate stored in column Created in table M_InOutLine- See Also:
Traceable
, Constant Field Values
-
PROPERTY_CREATEDBY
public static final String PROPERTY_CREATEDBY
Property createdBy stored in column CreatedBy in table M_InOutLine- See Also:
Traceable
, Constant Field Values
-
PROPERTY_UPDATED
public static final String PROPERTY_UPDATED
Property updated stored in column Updated in table M_InOutLine- See Also:
Traceable
, Constant Field Values
-
PROPERTY_UPDATEDBY
public static final String PROPERTY_UPDATEDBY
Property updatedBy stored in column UpdatedBy in table M_InOutLine- See Also:
Traceable
, Constant Field Values
-
PROPERTY_LINENO
public static final String PROPERTY_LINENO
Property lineNo stored in column Line in table M_InOutLine- See Also:
- Constant Field Values
-
PROPERTY_DESCRIPTION
public static final String PROPERTY_DESCRIPTION
Property description stored in column Description in table M_InOutLine
Help: A description is limited to 255 characters.- See Also:
- Constant Field Values
-
PROPERTY_SHIPMENTRECEIPT
public static final String PROPERTY_SHIPMENTRECEIPT
Property shipmentReceipt stored in column M_InOut_ID in table M_InOutLine
Help: The Shipment ID indicates the unique document for this shipment.- See Also:
- Constant Field Values
-
PROPERTY_SALESORDERLINE
public static final String PROPERTY_SALESORDERLINE
Property salesOrderLine stored in column C_OrderLine_ID in table M_InOutLine
Help: A unique identifier and a reference to a sales order line (product).- See Also:
- Constant Field Values
-
PROPERTY_STORAGEBIN
public static final String PROPERTY_STORAGEBIN
Property storageBin stored in column M_Locator_ID in table M_InOutLine
Help: The Locator ID indicates where in a Warehouse a product is located.- See Also:
- Constant Field Values
-
PROPERTY_PRODUCT
public static final String PROPERTY_PRODUCT
Property product stored in column M_Product_ID in table M_InOutLine
Help: Identifies an item which is either purchased or sold in this organization.- See Also:
- Constant Field Values
-
PROPERTY_UOM
public static final String PROPERTY_UOM
Property uOM stored in column C_UOM_ID in table M_InOutLine
Help: The UOM defines a unique non monetary unit of measure- See Also:
- Constant Field Values
-
PROPERTY_MOVEMENTQUANTITY
public static final String PROPERTY_MOVEMENTQUANTITY
Property movementQuantity stored in column MovementQty in table M_InOutLine- See Also:
- Constant Field Values
-
PROPERTY_REINVOICE
public static final String PROPERTY_REINVOICE
Property reinvoice stored in column IsInvoiced in table M_InOutLine
Help: Indicator if invoiced- See Also:
- Constant Field Values
-
PROPERTY_ATTRIBUTESETVALUE
public static final String PROPERTY_ATTRIBUTESETVALUE
Property attributeSetValue stored in column M_AttributeSetInstance_ID in table M_InOutLine
Help: The values of the actual Product Attributes- See Also:
- Constant Field Values
-
PROPERTY_DESCRIPTIONONLY
public static final String PROPERTY_DESCRIPTIONONLY
Property descriptionOnly stored in column IsDescription in table M_InOutLine
Help: If a line is Description Only, e.g. Product Inventory is not corrected. No accounting transactions are created and the amount or totals are not included in the document. This for including descriptional detail lines, e.g. for an Work Order.- See Also:
- Constant Field Values
-
PROPERTY_ORDERQUANTITY
public static final String PROPERTY_ORDERQUANTITY
Property orderQuantity stored in column QuantityOrder in table M_InOutLine
Help: Product quantity in the order uom.- See Also:
- Constant Field Values
-
PROPERTY_ORDERUOM
public static final String PROPERTY_ORDERUOM
Property orderUOM stored in column M_Product_Uom_Id in table M_InOutLine
Help: Alternative order UOM for the product.- See Also:
- Constant Field Values
-
PROPERTY_CONDITIONGOODS
public static final String PROPERTY_CONDITIONGOODS
Property conditionGoods stored in column M_Condition_Goods_ID in table M_InOutLine- See Also:
- Constant Field Values
-
PROPERTY_CANCELEDINOUTLINE
public static final String PROPERTY_CANCELEDINOUTLINE
Property canceledInoutLine stored in column Canceled_Inoutline_ID in table M_InOutLine
Help: Shipment/Receipt line that it is canceled by this line- See Also:
- Constant Field Values
-
PROPERTY_ASSET
public static final String PROPERTY_ASSET
Property asset stored in column A_Asset_ID in table M_InOutLine
Help: Any item of economic value owned by the corporation, especially that which could be converted to cash.- See Also:
- Constant Field Values
-
PROPERTY_MANAGEPRERESERVATION
public static final String PROPERTY_MANAGEPRERESERVATION
Property managePrereservation stored in column Manage_Prereservation in table M_InOutLine- See Also:
- Constant Field Values
-
PROPERTY_STDIMENSION
public static final String PROPERTY_STDIMENSION
Property stDimension stored in column User1_ID in table M_InOutLine
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 M_InOutLine
Help: The user defined element displays the optional elements that have been defined for this account combination.- See Also:
- Constant Field Values
-
PROPERTY_PROJECT
public static final String PROPERTY_PROJECT
Property project stored in column C_Project_ID in table M_InOutLine
Help: Identifier of a project defined within the Project & Service Management module.- See Also:
- Constant Field Values
-
PROPERTY_COSTCENTER
public static final String PROPERTY_COSTCENTER
Property costcenter stored in column C_Costcenter_ID in table M_InOutLine
Help: Division that adds to the cost of an organization. Internal structure for cost allocation.- See Also:
- Constant Field Values
-
PROPERTY_BUSINESSPARTNER
public static final String PROPERTY_BUSINESSPARTNER
Property businessPartner stored in column C_Bpartner_ID in table M_InOutLine
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_EXPLODE
public static final String PROPERTY_EXPLODE
Property explode stored in column Explode in table M_InOutLine
Help: Explode the BOM product- See Also:
- Constant Field Values
-
PROPERTY_OPERATIVEUOM
public static final String PROPERTY_OPERATIVEUOM
Property operativeUOM stored in column C_Aum in table M_InOutLine
Help: The Alternative UOM defines a unique non monetary unit of measure- See Also:
- Constant Field Values
-
PROPERTY_BOMPARENT
public static final String PROPERTY_BOMPARENT
Property bOMParent stored in column BOM_Parent_ID in table M_InOutLine- See Also:
- Constant Field Values
-
PROPERTY_OPERATIVEQUANTITY
public static final String PROPERTY_OPERATIVEQUANTITY
Property operativeQuantity stored in column Aumqty in table M_InOutLine
Help: The number of a certain item involved in the transaction, according to the defined Operative UOM.- See Also:
- Constant Field Values
-
PROPERTY_INOUTLINEACCOUNTINGDIMENSIONLIST
public static final String PROPERTY_INOUTLINEACCOUNTINGDIMENSIONLIST
Property inOutLineAccountingDimensionList stored in table M_InOutLine- See Also:
- Constant Field Values
-
PROPERTY_INVOICELINELIST
public static final String PROPERTY_INVOICELINELIST
Property invoiceLineList stored in table M_InOutLine- See Also:
- Constant Field Values
-
PROPERTY_MATERIALMGMTMATERIALTRANSACTIONLIST
public static final String PROPERTY_MATERIALMGMTMATERIALTRANSACTIONLIST
Property materialMgmtMaterialTransactionList stored in table M_InOutLine- See Also:
- Constant Field Values
-
PROPERTY_MATERIALMGMTSHIPMENTINOUTLINECANCELEDINOUTLINELIST
public static final String PROPERTY_MATERIALMGMTSHIPMENTINOUTLINECANCELEDINOUTLINELIST
Property materialMgmtShipmentInOutLineCanceledInoutLineList stored in table M_InOutLine- See Also:
- Constant Field Values
-
PROPERTY_ORDERLINELIST
public static final String PROPERTY_ORDERLINELIST
Property orderLineList stored in table M_InOutLine- See Also:
- Constant Field Values
-
PROPERTY_PROCUREMENTPOINVOICEMATCHLIST
public static final String PROPERTY_PROCUREMENTPOINVOICEMATCHLIST
Property procurementPOInvoiceMatchList stored in table M_InOutLine- See Also:
- Constant Field Values
-
PROPERTY_PROCUREMENTRECEIPTINVOICEMATCHLIST
public static final String PROPERTY_PROCUREMENTRECEIPTINVOICEMATCHLIST
Property procurementReceiptInvoiceMatchList stored in table M_InOutLine- 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
-
getLineNo
public Long getLineNo()
- See Also:
PROPERTY_LINENO
-
setLineNo
public void setLineNo(Long lineNo)
- See Also:
PROPERTY_LINENO
-
getDescription
public String getDescription()
- See Also:
PROPERTY_DESCRIPTION
-
setDescription
public void setDescription(String description)
- See Also:
PROPERTY_DESCRIPTION
-
getShipmentReceipt
public ShipmentInOut getShipmentReceipt()
- See Also:
PROPERTY_SHIPMENTRECEIPT
-
setShipmentReceipt
public void setShipmentReceipt(ShipmentInOut shipmentReceipt)
- See Also:
PROPERTY_SHIPMENTRECEIPT
-
getSalesOrderLine
public OrderLine getSalesOrderLine()
- See Also:
PROPERTY_SALESORDERLINE
-
setSalesOrderLine
public void setSalesOrderLine(OrderLine salesOrderLine)
- See Also:
PROPERTY_SALESORDERLINE
-
getStorageBin
public Locator getStorageBin()
- See Also:
PROPERTY_STORAGEBIN
-
setStorageBin
public void setStorageBin(Locator storageBin)
- See Also:
PROPERTY_STORAGEBIN
-
getProduct
public Product getProduct()
- See Also:
PROPERTY_PRODUCT
-
setProduct
public void setProduct(Product product)
- See Also:
PROPERTY_PRODUCT
-
getUOM
public UOM getUOM()
- See Also:
PROPERTY_UOM
-
setUOM
public void setUOM(UOM uOM)
- See Also:
PROPERTY_UOM
-
getMovementQuantity
public BigDecimal getMovementQuantity()
- See Also:
PROPERTY_MOVEMENTQUANTITY
-
setMovementQuantity
public void setMovementQuantity(BigDecimal movementQuantity)
- See Also:
PROPERTY_MOVEMENTQUANTITY
-
isReinvoice
public Boolean isReinvoice()
- See Also:
PROPERTY_REINVOICE
-
setReinvoice
public void setReinvoice(Boolean reinvoice)
- See Also:
PROPERTY_REINVOICE
-
getAttributeSetValue
public AttributeSetInstance getAttributeSetValue()
- See Also:
PROPERTY_ATTRIBUTESETVALUE
-
setAttributeSetValue
public void setAttributeSetValue(AttributeSetInstance attributeSetValue)
- See Also:
PROPERTY_ATTRIBUTESETVALUE
-
isDescriptionOnly
public Boolean isDescriptionOnly()
- See Also:
PROPERTY_DESCRIPTIONONLY
-
setDescriptionOnly
public void setDescriptionOnly(Boolean descriptionOnly)
- See Also:
PROPERTY_DESCRIPTIONONLY
-
getOrderQuantity
public BigDecimal getOrderQuantity()
- See Also:
PROPERTY_ORDERQUANTITY
-
setOrderQuantity
public void setOrderQuantity(BigDecimal orderQuantity)
- See Also:
PROPERTY_ORDERQUANTITY
-
getOrderUOM
public ProductUOM getOrderUOM()
- See Also:
PROPERTY_ORDERUOM
-
setOrderUOM
public void setOrderUOM(ProductUOM orderUOM)
- See Also:
PROPERTY_ORDERUOM
-
getConditionGoods
public ConditionGoods getConditionGoods()
- See Also:
PROPERTY_CONDITIONGOODS
-
setConditionGoods
public void setConditionGoods(ConditionGoods conditionGoods)
- See Also:
PROPERTY_CONDITIONGOODS
-
getCanceledInoutLine
public ShipmentInOutLine getCanceledInoutLine()
- See Also:
PROPERTY_CANCELEDINOUTLINE
-
setCanceledInoutLine
public void setCanceledInoutLine(ShipmentInOutLine canceledInoutLine)
- See Also:
PROPERTY_CANCELEDINOUTLINE
-
getAsset
public Asset getAsset()
- See Also:
PROPERTY_ASSET
-
setAsset
public void setAsset(Asset asset)
- See Also:
PROPERTY_ASSET
-
isManagePrereservation
public Boolean isManagePrereservation()
- See Also:
PROPERTY_MANAGEPRERESERVATION
-
setManagePrereservation
public void setManagePrereservation(Boolean managePrereservation)
- See Also:
PROPERTY_MANAGEPRERESERVATION
-
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
-
getProject
public Project getProject()
- See Also:
PROPERTY_PROJECT
-
setProject
public void setProject(Project project)
- See Also:
PROPERTY_PROJECT
-
getCostcenter
public Costcenter getCostcenter()
- See Also:
PROPERTY_COSTCENTER
-
setCostcenter
public void setCostcenter(Costcenter costcenter)
- See Also:
PROPERTY_COSTCENTER
-
getBusinessPartner
public BusinessPartner getBusinessPartner()
- See Also:
PROPERTY_BUSINESSPARTNER
-
setBusinessPartner
public void setBusinessPartner(BusinessPartner businessPartner)
- See Also:
PROPERTY_BUSINESSPARTNER
-
isExplode
public Boolean isExplode()
- See Also:
PROPERTY_EXPLODE
-
setExplode
public void setExplode(Boolean explode)
- See Also:
PROPERTY_EXPLODE
-
getOperativeUOM
public UOM getOperativeUOM()
- See Also:
PROPERTY_OPERATIVEUOM
-
setOperativeUOM
public void setOperativeUOM(UOM operativeUOM)
- See Also:
PROPERTY_OPERATIVEUOM
-
getBOMParent
public ShipmentInOutLine getBOMParent()
- See Also:
PROPERTY_BOMPARENT
-
setBOMParent
public void setBOMParent(ShipmentInOutLine bOMParent)
- See Also:
PROPERTY_BOMPARENT
-
getOperativeQuantity
public BigDecimal getOperativeQuantity()
- See Also:
PROPERTY_OPERATIVEQUANTITY
-
setOperativeQuantity
public void setOperativeQuantity(BigDecimal operativeQuantity)
- See Also:
PROPERTY_OPERATIVEQUANTITY
-
getInOutLineAccountingDimensionList
public List<InOutLineAccountingDimension> getInOutLineAccountingDimensionList()
Help: Accounting Dimension- See Also:
InOutLineAccountingDimension
-
setInOutLineAccountingDimensionList
public void setInOutLineAccountingDimensionList(List<InOutLineAccountingDimension> inOutLineAccountingDimensionList)
Help: Accounting Dimension- See Also:
InOutLineAccountingDimension
-
getInvoiceLineList
public List<InvoiceLine> getInvoiceLineList()
Help: Contains the individual items or charges on an Invoice- See Also:
InvoiceLine
-
setInvoiceLineList
public void setInvoiceLineList(List<InvoiceLine> invoiceLineList)
Help: Contains the individual items or charges on an Invoice- See Also:
InvoiceLine
-
getMaterialMgmtMaterialTransactionList
public List<MaterialTransaction> getMaterialMgmtMaterialTransactionList()
Help: Contains all the material transactions for products that are defined as an item and stocked- See Also:
MaterialTransaction
-
setMaterialMgmtMaterialTransactionList
public void setMaterialMgmtMaterialTransactionList(List<MaterialTransaction> materialMgmtMaterialTransactionList)
Help: Contains all the material transactions for products that are defined as an item and stocked- See Also:
MaterialTransaction
-
getMaterialMgmtShipmentInOutLineCanceledInoutLineList
public List<ShipmentInOutLine> getMaterialMgmtShipmentInOutLineCanceledInoutLineList()
Help: The table defines the individual line that comprise shipment line- See Also:
ShipmentInOutLine
-
setMaterialMgmtShipmentInOutLineCanceledInoutLineList
public void setMaterialMgmtShipmentInOutLineCanceledInoutLineList(List<ShipmentInOutLine> materialMgmtShipmentInOutLineCanceledInoutLineList)
Help: The table defines the individual line that comprise shipment line- See Also:
ShipmentInOutLine
-
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
-
getProcurementPOInvoiceMatchList
public List<POInvoiceMatch> getProcurementPOInvoiceMatchList()
Help: This table contains all the matches between the order lines and: 1. With the material receipt lines. For each order line we can have one or more materials receipt lines. The result of the sum of all the material receipt lines have to match with their own order line in order to be able to say that the order line has been already receipt. 2. With the invoice line. For each order line we can have one or more invoices lines. The result of the sum of all the invoices lines have to much with their own order line in order to be able to say that the order line has been already invoiced- See Also:
POInvoiceMatch
-
setProcurementPOInvoiceMatchList
public void setProcurementPOInvoiceMatchList(List<POInvoiceMatch> procurementPOInvoiceMatchList)
Help: This table contains all the matches between the order lines and: 1. With the material receipt lines. For each order line we can have one or more materials receipt lines. The result of the sum of all the material receipt lines have to match with their own order line in order to be able to say that the order line has been already receipt. 2. With the invoice line. For each order line we can have one or more invoices lines. The result of the sum of all the invoices lines have to much with their own order line in order to be able to say that the order line has been already invoiced- See Also:
POInvoiceMatch
-
getProcurementReceiptInvoiceMatchList
public List<ReceiptInvoiceMatch> getProcurementReceiptInvoiceMatchList()
Help: This table contains all the matches between the material receipt lines and the invoice lines. It is used only for the purchase transactions. For each material receipt line we can have one or more invoice lines, so the sum of the invoice lines has to match with the amount on the material receipt line. When everything matches it means the material receipt line is already invoiced- See Also:
ReceiptInvoiceMatch
-
setProcurementReceiptInvoiceMatchList
public void setProcurementReceiptInvoiceMatchList(List<ReceiptInvoiceMatch> procurementReceiptInvoiceMatchList)
Help: This table contains all the matches between the material receipt lines and the invoice lines. It is used only for the purchase transactions. For each material receipt line we can have one or more invoice lines, so the sum of the invoice lines has to match with the amount on the material receipt line. When everything matches it means the material receipt line is already invoiced- See Also:
ReceiptInvoiceMatch
-
-