Class MaterialTransaction
- java.lang.Object
-
- org.openbravo.base.structure.BaseOBObject
-
- org.openbravo.model.materialmgmt.transaction.MaterialTransaction
-
- All Implemented Interfaces:
Serializable
,BaseOBObjectDef
,OBNotSingleton
,OBProvidable
,ActiveEnabled
,ClientEnabled
,DynamicEnabled
,Identifiable
,OrganizationEnabled
,Traceable
public class MaterialTransaction extends BaseOBObject implements Traceable, ClientEnabled, OrganizationEnabled, ActiveEnabled
Entity class for entity MaterialMgmtMaterialTransaction (stored in table M_Transaction).
Help: Contains all the material transactions for products that are defined as an item and stocked
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_TOTALCOST
Computed column for property totalCost
Help: Represents the total Cost of the Transaction including all the Cost Adjustments
Computed from:
SELECT sum(tc.cost) FROM m_transaction_cost tc WHERE tc.m_transaction_id = m_transaction_id
static String
COMPUTED_COLUMN_UNITCOST
Computed column for property unitCost
Computed from:
SELECT sum(tc.cost) FROM m_transaction_cost tc WHERE tc.m_transaction_id = m_transaction_id and tc.isunitcost = 'Y'
static String
ENTITY_NAME
static String
PROPERTY__COMPUTEDCOLUMNS
Property _computedColumns stored in column _computedColumns in table M_Transactionstatic String
PROPERTY_ACTIVE
Property active stored in column IsActive in table M_Transactionstatic String
PROPERTY_ATTRIBUTESETVALUE
Property attributeSetValue stored in column M_AttributeSetInstance_ID in table M_Transaction
Help: The values of the actual Product Attributesstatic String
PROPERTY_CHECKPRICEDIFFERENCE
Property checkpricedifference stored in column Checkpricedifference in table M_Transaction
Help: This flag will be enabled when the transaction has price differencesstatic String
PROPERTY_CHECKRESERVEDQUANTITY
Property checkReservedQuantity stored in column Checkreservedqty in table M_Transaction
Help: This field is use to check reserved stock quantity during Initial costing Rule validation.static String
PROPERTY_CLIENT
Property client stored in column AD_Client_ID in table M_Transactionstatic String
PROPERTY_COSTADJUSTMENTLINELIST
Property costAdjustmentLineList stored in table M_Transactionstatic String
PROPERTY_COSTINGALGORITHM
Property costingAlgorithm stored in column M_Costing_Algorithm_ID in table M_Transaction
Help: Identifies a Costing Algorithm. Core distribution includes Average and Standard costing methods. Additional methods can be added using Extension Modules.static String
PROPERTY_COSTINGSTATUS
Property costingStatus stored in column Costing_Status in table M_Transaction
Help: Costing Calculation Statusstatic String
PROPERTY_CREATEDBY
Property createdBy stored in column CreatedBy in table M_Transactionstatic String
PROPERTY_CREATIONDATE
Property creationDate stored in column Created in table M_Transactionstatic String
PROPERTY_CURRENCY
Property currency stored in column C_Currency_ID in table M_Transaction
Help: Indicates the currency to be used when processing this document.static String
PROPERTY_GOODSSHIPMENTLINE
Property goodsShipmentLine stored in column M_InOutLine_ID in table M_Transaction
Help: The Goods Shipment Line indicates a unique line in a Shipment documentstatic String
PROPERTY_ID
Property id stored in column M_Transaction_ID in table M_Transaction
Help: The ID identifies a unique recordstatic String
PROPERTY_INTERNALCONSUMPTIONLINE
Property internalConsumptionLine stored in column M_Internal_Consumptionline_ID in table M_Transaction
Help: The ID identifies a unique recordstatic String
PROPERTY_ISCOSTCALCULATED
Property isCostCalculated stored in column IsCostCalculated in table M_Transaction
Help: Determines that the cost amount has been calculatedstatic String
PROPERTY_ISCOSTPERMANENT
Property isCostPermanent stored in column IsCostPermanent in table M_Transaction
Help: Determines whether the cost is permanently adjusted or not.static String
PROPERTY_ISPROCESSED
Property isProcessed stored in column Isprocessed in table M_Transactionstatic String
PROPERTY_MANUALCOSTADJUSTMENT
Property manualcostadjustment stored in column Manualcostadjustment in table M_Transaction
Help: Process to manually set a new cost to this transaction.static String
PROPERTY_MATERIALMGMTCOSTINGLIST
Property materialMgmtCostingList stored in table M_Transactionstatic String
PROPERTY_MOVEMENTDATE
Property movementDate stored in column MovementDate in table M_Transactionstatic String
PROPERTY_MOVEMENTLINE
Property movementLine stored in column M_MovementLine_ID in table M_Transaction
Help: The Movement Line indicates the inventory movement document line (if applicable) for this transactionstatic String
PROPERTY_MOVEMENTQUANTITY
Property movementQuantity stored in column MovementQty in table M_Transactionstatic String
PROPERTY_MOVEMENTTYPE
Property movementType stored in column MovementType in table M_Transactionstatic String
PROPERTY_ORDERQUANTITY
Property orderQuantity stored in column QuantityOrder in table M_Transaction
Help: Product quantity in the order uom.static String
PROPERTY_ORDERUOM
Property orderUOM stored in column M_Product_Uom_Id in table M_Transaction
Help: Alternative order UOM for the product.static String
PROPERTY_ORGANIZATION
Property organization stored in column AD_Org_ID in table M_Transactionstatic String
PROPERTY_PHYSICALINVENTORYLINE
Property physicalInventoryLine stored in column M_InventoryLine_ID in table M_Transaction
Help: The Physical Inventory Line indicates the inventory document line (if applicable) for this transactionstatic String
PROPERTY_PRODUCT
Property product stored in column M_Product_ID in table M_Transaction
Help: Identifies an item which is either purchased or sold in this organization.static String
PROPERTY_PRODUCTIONLINE
Property productionLine stored in column M_ProductionLine_ID in table M_Transaction
Help: The Production Line indicates the production document line (if applicable) for this transactionstatic String
PROPERTY_PROJECTISSUE
Property projectIssue stored in column C_ProjectIssue_ID in table M_Transaction
Help: Issues to the project initiated by the "Issue to Project" process. You can issue Receipts, Time and Expenses, or Stock.static String
PROPERTY_STORAGEBIN
Property storageBin stored in column M_Locator_ID in table M_Transaction
Help: The Locator ID indicates where in a Warehouse a product is located.static String
PROPERTY_TRANSACTIONCOST
Property transactionCost stored in column TransactionCost in table M_Transaction
Help: Total amount of the transaction based on product cost.static String
PROPERTY_TRANSACTIONCOSTLIST
Property transactionCostList stored in table M_Transactionstatic String
PROPERTY_TRANSACTIONPROCESSDATE
Property transactionProcessDate stored in column TrxProcessDate in table M_Transaction
Help: Indicates the date and time when the transaction was processed.static String
PROPERTY_UOM
Property uOM stored in column C_UOM_ID in table M_Transaction
Help: The UOM defines a unique non monetary unit of measurestatic String
PROPERTY_UPDATED
Property updated stored in column Updated in table M_Transactionstatic String
PROPERTY_UPDATEDBY
Property updatedBy stored in column UpdatedBy in table M_Transactionstatic String
TABLE_NAME
-
Fields inherited from class org.openbravo.base.structure.BaseOBObject
ID
-
-
Constructor Summary
Constructors Constructor Description MaterialTransaction()
-
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 M_Transaction_ID in table M_Transaction
Help: The ID identifies a unique record- See Also:
- Constant Field Values
-
PROPERTY_CLIENT
public static final String PROPERTY_CLIENT
Property client stored in column AD_Client_ID in table M_Transaction- 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_Transaction- See Also:
OrganizationEnabled
, Constant Field Values
-
PROPERTY_ACTIVE
public static final String PROPERTY_ACTIVE
Property active stored in column IsActive in table M_Transaction- See Also:
ActiveEnabled
, Constant Field Values
-
PROPERTY_CREATIONDATE
public static final String PROPERTY_CREATIONDATE
Property creationDate stored in column Created in table M_Transaction- See Also:
Traceable
, Constant Field Values
-
PROPERTY_CREATEDBY
public static final String PROPERTY_CREATEDBY
Property createdBy stored in column CreatedBy in table M_Transaction- See Also:
Traceable
, Constant Field Values
-
PROPERTY_UPDATED
public static final String PROPERTY_UPDATED
Property updated stored in column Updated in table M_Transaction- See Also:
Traceable
, Constant Field Values
-
PROPERTY_UPDATEDBY
public static final String PROPERTY_UPDATEDBY
Property updatedBy stored in column UpdatedBy in table M_Transaction- See Also:
Traceable
, Constant Field Values
-
PROPERTY_MOVEMENTTYPE
public static final String PROPERTY_MOVEMENTTYPE
Property movementType stored in column MovementType in table M_Transaction- See Also:
- Constant Field Values
-
PROPERTY_STORAGEBIN
public static final String PROPERTY_STORAGEBIN
Property storageBin stored in column M_Locator_ID in table M_Transaction
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_Transaction
Help: Identifies an item which is either purchased or sold in this organization.- See Also:
- Constant Field Values
-
PROPERTY_MOVEMENTDATE
public static final String PROPERTY_MOVEMENTDATE
Property movementDate stored in column MovementDate in table M_Transaction- See Also:
- Constant Field Values
-
PROPERTY_MOVEMENTQUANTITY
public static final String PROPERTY_MOVEMENTQUANTITY
Property movementQuantity stored in column MovementQty in table M_Transaction- See Also:
- Constant Field Values
-
PROPERTY_PHYSICALINVENTORYLINE
public static final String PROPERTY_PHYSICALINVENTORYLINE
Property physicalInventoryLine stored in column M_InventoryLine_ID in table M_Transaction
Help: The Physical Inventory Line indicates the inventory document line (if applicable) for this transaction- See Also:
- Constant Field Values
-
PROPERTY_MOVEMENTLINE
public static final String PROPERTY_MOVEMENTLINE
Property movementLine stored in column M_MovementLine_ID in table M_Transaction
Help: The Movement Line indicates the inventory movement document line (if applicable) for this transaction- See Also:
- Constant Field Values
-
PROPERTY_GOODSSHIPMENTLINE
public static final String PROPERTY_GOODSSHIPMENTLINE
Property goodsShipmentLine stored in column M_InOutLine_ID in table M_Transaction
Help: The Goods Shipment Line indicates a unique line in a Shipment document- See Also:
- Constant Field Values
-
PROPERTY_PRODUCTIONLINE
public static final String PROPERTY_PRODUCTIONLINE
Property productionLine stored in column M_ProductionLine_ID in table M_Transaction
Help: The Production Line indicates the production document line (if applicable) for this transaction- See Also:
- Constant Field Values
-
PROPERTY_PROJECTISSUE
public static final String PROPERTY_PROJECTISSUE
Property projectIssue stored in column C_ProjectIssue_ID in table M_Transaction
Help: Issues to the project initiated by the "Issue to Project" process. You can issue Receipts, Time and Expenses, or Stock.- See Also:
- Constant Field Values
-
PROPERTY_ATTRIBUTESETVALUE
public static final String PROPERTY_ATTRIBUTESETVALUE
Property attributeSetValue stored in column M_AttributeSetInstance_ID in table M_Transaction
Help: The values of the actual Product Attributes- 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_Transaction
Help: Alternative order UOM for the product.- See Also:
- Constant Field Values
-
PROPERTY_ORDERQUANTITY
public static final String PROPERTY_ORDERQUANTITY
Property orderQuantity stored in column QuantityOrder in table M_Transaction
Help: Product quantity in the order uom.- See Also:
- Constant Field Values
-
PROPERTY_UOM
public static final String PROPERTY_UOM
Property uOM stored in column C_UOM_ID in table M_Transaction
Help: The UOM defines a unique non monetary unit of measure- See Also:
- Constant Field Values
-
PROPERTY_INTERNALCONSUMPTIONLINE
public static final String PROPERTY_INTERNALCONSUMPTIONLINE
Property internalConsumptionLine stored in column M_Internal_Consumptionline_ID in table M_Transaction
Help: The ID identifies a unique record- See Also:
- Constant Field Values
-
PROPERTY_TRANSACTIONCOST
public static final String PROPERTY_TRANSACTIONCOST
Property transactionCost stored in column TransactionCost in table M_Transaction
Help: Total amount of the transaction based on product cost.- See Also:
- Constant Field Values
-
PROPERTY_TRANSACTIONPROCESSDATE
public static final String PROPERTY_TRANSACTIONPROCESSDATE
Property transactionProcessDate stored in column TrxProcessDate in table M_Transaction
Help: Indicates the date and time when the transaction was processed.- See Also:
- Constant Field Values
-
PROPERTY_COSTINGALGORITHM
public static final String PROPERTY_COSTINGALGORITHM
Property costingAlgorithm stored in column M_Costing_Algorithm_ID in table M_Transaction
Help: Identifies a Costing Algorithm. Core distribution includes Average and Standard costing methods. Additional methods can be added using Extension Modules.- See Also:
- Constant Field Values
-
PROPERTY_ISCOSTCALCULATED
public static final String PROPERTY_ISCOSTCALCULATED
Property isCostCalculated stored in column IsCostCalculated in table M_Transaction
Help: Determines that the cost amount has been calculated- See Also:
- Constant Field Values
-
PROPERTY_CURRENCY
public static final String PROPERTY_CURRENCY
Property currency stored in column C_Currency_ID in table M_Transaction
Help: Indicates the currency to be used when processing this document.- See Also:
- Constant Field Values
-
PROPERTY_COSTINGSTATUS
public static final String PROPERTY_COSTINGSTATUS
Property costingStatus stored in column Costing_Status in table M_Transaction
Help: Costing Calculation Status- See Also:
- Constant Field Values
-
PROPERTY_CHECKRESERVEDQUANTITY
public static final String PROPERTY_CHECKRESERVEDQUANTITY
Property checkReservedQuantity stored in column Checkreservedqty in table M_Transaction
Help: This field is use to check reserved stock quantity during Initial costing Rule validation.- See Also:
- Constant Field Values
-
PROPERTY_ISPROCESSED
public static final String PROPERTY_ISPROCESSED
Property isProcessed stored in column Isprocessed in table M_Transaction- See Also:
- Constant Field Values
-
PROPERTY_CHECKPRICEDIFFERENCE
public static final String PROPERTY_CHECKPRICEDIFFERENCE
Property checkpricedifference stored in column Checkpricedifference in table M_Transaction
Help: This flag will be enabled when the transaction has price differences- See Also:
- Constant Field Values
-
PROPERTY_MANUALCOSTADJUSTMENT
public static final String PROPERTY_MANUALCOSTADJUSTMENT
Property manualcostadjustment stored in column Manualcostadjustment in table M_Transaction
Help: Process to manually set a new cost to this transaction.- See Also:
- Constant Field Values
-
PROPERTY_ISCOSTPERMANENT
public static final String PROPERTY_ISCOSTPERMANENT
Property isCostPermanent stored in column IsCostPermanent in table M_Transaction
Help: Determines whether the cost is permanently adjusted or not.- See Also:
- Constant Field Values
-
PROPERTY__COMPUTEDCOLUMNS
public static final String PROPERTY__COMPUTEDCOLUMNS
Property _computedColumns stored in column _computedColumns in table M_Transaction- See Also:
- Constant Field Values
-
PROPERTY_COSTADJUSTMENTLINELIST
public static final String PROPERTY_COSTADJUSTMENTLINELIST
Property costAdjustmentLineList stored in table M_Transaction- See Also:
- Constant Field Values
-
PROPERTY_MATERIALMGMTCOSTINGLIST
public static final String PROPERTY_MATERIALMGMTCOSTINGLIST
Property materialMgmtCostingList stored in table M_Transaction- See Also:
- Constant Field Values
-
PROPERTY_TRANSACTIONCOSTLIST
public static final String PROPERTY_TRANSACTIONCOSTLIST
Property transactionCostList stored in table M_Transaction- See Also:
- Constant Field Values
-
COMPUTED_COLUMN_TOTALCOST
public static final String COMPUTED_COLUMN_TOTALCOST
Computed column for property totalCost
Help: Represents the total Cost of the Transaction including all the Cost Adjustments
Computed from:
SELECT sum(tc.cost) FROM m_transaction_cost tc WHERE tc.m_transaction_id = m_transaction_id
- See Also:
- Constant Field Values
-
COMPUTED_COLUMN_UNITCOST
public static final String COMPUTED_COLUMN_UNITCOST
Computed column for property unitCost
Computed from:
SELECT sum(tc.cost) FROM m_transaction_cost tc WHERE tc.m_transaction_id = m_transaction_id and tc.isunitcost = 'Y'
- 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
-
getMovementType
public String getMovementType()
- See Also:
PROPERTY_MOVEMENTTYPE
-
setMovementType
public void setMovementType(String movementType)
- See Also:
PROPERTY_MOVEMENTTYPE
-
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
-
getMovementDate
public Date getMovementDate()
- See Also:
PROPERTY_MOVEMENTDATE
-
setMovementDate
public void setMovementDate(Date movementDate)
- See Also:
PROPERTY_MOVEMENTDATE
-
getMovementQuantity
public BigDecimal getMovementQuantity()
- See Also:
PROPERTY_MOVEMENTQUANTITY
-
setMovementQuantity
public void setMovementQuantity(BigDecimal movementQuantity)
- See Also:
PROPERTY_MOVEMENTQUANTITY
-
getPhysicalInventoryLine
public InventoryCountLine getPhysicalInventoryLine()
- See Also:
PROPERTY_PHYSICALINVENTORYLINE
-
setPhysicalInventoryLine
public void setPhysicalInventoryLine(InventoryCountLine physicalInventoryLine)
- See Also:
PROPERTY_PHYSICALINVENTORYLINE
-
getMovementLine
public InternalMovementLine getMovementLine()
- See Also:
PROPERTY_MOVEMENTLINE
-
setMovementLine
public void setMovementLine(InternalMovementLine movementLine)
- See Also:
PROPERTY_MOVEMENTLINE
-
getGoodsShipmentLine
public ShipmentInOutLine getGoodsShipmentLine()
- See Also:
PROPERTY_GOODSSHIPMENTLINE
-
setGoodsShipmentLine
public void setGoodsShipmentLine(ShipmentInOutLine goodsShipmentLine)
- See Also:
PROPERTY_GOODSSHIPMENTLINE
-
getProductionLine
public ProductionLine getProductionLine()
- See Also:
PROPERTY_PRODUCTIONLINE
-
setProductionLine
public void setProductionLine(ProductionLine productionLine)
- See Also:
PROPERTY_PRODUCTIONLINE
-
getProjectIssue
public ProjectIssue getProjectIssue()
- See Also:
PROPERTY_PROJECTISSUE
-
setProjectIssue
public void setProjectIssue(ProjectIssue projectIssue)
- See Also:
PROPERTY_PROJECTISSUE
-
getAttributeSetValue
public AttributeSetInstance getAttributeSetValue()
- See Also:
PROPERTY_ATTRIBUTESETVALUE
-
setAttributeSetValue
public void setAttributeSetValue(AttributeSetInstance attributeSetValue)
- See Also:
PROPERTY_ATTRIBUTESETVALUE
-
getOrderUOM
public ProductUOM getOrderUOM()
- See Also:
PROPERTY_ORDERUOM
-
setOrderUOM
public void setOrderUOM(ProductUOM orderUOM)
- See Also:
PROPERTY_ORDERUOM
-
getOrderQuantity
public BigDecimal getOrderQuantity()
- See Also:
PROPERTY_ORDERQUANTITY
-
setOrderQuantity
public void setOrderQuantity(BigDecimal orderQuantity)
- See Also:
PROPERTY_ORDERQUANTITY
-
getUOM
public UOM getUOM()
- See Also:
PROPERTY_UOM
-
setUOM
public void setUOM(UOM uOM)
- See Also:
PROPERTY_UOM
-
getInternalConsumptionLine
public InternalConsumptionLine getInternalConsumptionLine()
- See Also:
PROPERTY_INTERNALCONSUMPTIONLINE
-
setInternalConsumptionLine
public void setInternalConsumptionLine(InternalConsumptionLine internalConsumptionLine)
- See Also:
PROPERTY_INTERNALCONSUMPTIONLINE
-
getTransactionCost
public BigDecimal getTransactionCost()
- See Also:
PROPERTY_TRANSACTIONCOST
-
setTransactionCost
public void setTransactionCost(BigDecimal transactionCost)
- See Also:
PROPERTY_TRANSACTIONCOST
-
getTransactionProcessDate
public Date getTransactionProcessDate()
- See Also:
PROPERTY_TRANSACTIONPROCESSDATE
-
setTransactionProcessDate
public void setTransactionProcessDate(Date transactionProcessDate)
- See Also:
PROPERTY_TRANSACTIONPROCESSDATE
-
getCostingAlgorithm
public CostingAlgorithm getCostingAlgorithm()
- See Also:
PROPERTY_COSTINGALGORITHM
-
setCostingAlgorithm
public void setCostingAlgorithm(CostingAlgorithm costingAlgorithm)
- See Also:
PROPERTY_COSTINGALGORITHM
-
isCostCalculated
public Boolean isCostCalculated()
- See Also:
PROPERTY_ISCOSTCALCULATED
-
setCostCalculated
public void setCostCalculated(Boolean isCostCalculated)
- See Also:
PROPERTY_ISCOSTCALCULATED
-
getCurrency
public Currency getCurrency()
- See Also:
PROPERTY_CURRENCY
-
setCurrency
public void setCurrency(Currency currency)
- See Also:
PROPERTY_CURRENCY
-
getCostingStatus
public String getCostingStatus()
- See Also:
PROPERTY_COSTINGSTATUS
-
setCostingStatus
public void setCostingStatus(String costingStatus)
- See Also:
PROPERTY_COSTINGSTATUS
-
isCheckReservedQuantity
public Boolean isCheckReservedQuantity()
- See Also:
PROPERTY_CHECKRESERVEDQUANTITY
-
setCheckReservedQuantity
public void setCheckReservedQuantity(Boolean checkReservedQuantity)
- See Also:
PROPERTY_CHECKRESERVEDQUANTITY
-
isProcessed
public Boolean isProcessed()
- See Also:
PROPERTY_ISPROCESSED
-
setProcessed
public void setProcessed(Boolean isProcessed)
- See Also:
PROPERTY_ISPROCESSED
-
isCheckpricedifference
public Boolean isCheckpricedifference()
- See Also:
PROPERTY_CHECKPRICEDIFFERENCE
-
setCheckpricedifference
public void setCheckpricedifference(Boolean checkpricedifference)
- See Also:
PROPERTY_CHECKPRICEDIFFERENCE
-
isManualcostadjustment
public Boolean isManualcostadjustment()
- See Also:
PROPERTY_MANUALCOSTADJUSTMENT
-
setManualcostadjustment
public void setManualcostadjustment(Boolean manualcostadjustment)
- See Also:
PROPERTY_MANUALCOSTADJUSTMENT
-
isCostPermanent
public Boolean isCostPermanent()
- See Also:
PROPERTY_ISCOSTPERMANENT
-
setCostPermanent
public void setCostPermanent(Boolean isCostPermanent)
- See Also:
PROPERTY_ISCOSTPERMANENT
-
getTotalCost
public BigDecimal getTotalCost()
- See Also:
COMPUTED_COLUMN_TOTALCOST
-
setTotalCost
public void setTotalCost(BigDecimal totalCost)
- See Also:
COMPUTED_COLUMN_TOTALCOST
-
getUnitCost
public BigDecimal getUnitCost()
- See Also:
COMPUTED_COLUMN_UNITCOST
-
setUnitCost
public void setUnitCost(BigDecimal unitCost)
- See Also:
COMPUTED_COLUMN_UNITCOST
-
get_computedColumns
public MaterialTransaction_ComputedColumns get_computedColumns()
- See Also:
PROPERTY__COMPUTEDCOLUMNS
-
set_computedColumns
public void set_computedColumns(MaterialTransaction_ComputedColumns _computedColumns)
- See Also:
PROPERTY__COMPUTEDCOLUMNS
-
getCostAdjustmentLineList
public List<CostAdjustmentLine> getCostAdjustmentLineList()
- See Also:
CostAdjustmentLine
-
setCostAdjustmentLineList
public void setCostAdjustmentLineList(List<CostAdjustmentLine> costAdjustmentLineList)
- See Also:
CostAdjustmentLine
-
getMaterialMgmtCostingList
public List<Costing> getMaterialMgmtCostingList()
Help: Stores the average costs for purchases and productions- See Also:
Costing
-
setMaterialMgmtCostingList
public void setMaterialMgmtCostingList(List<Costing> materialMgmtCostingList)
Help: Stores the average costs for purchases and productions- See Also:
Costing
-
getTransactionCostList
public List<TransactionCost> getTransactionCostList()
- See Also:
TransactionCost
-
setTransactionCostList
public void setTransactionCostList(List<TransactionCost> transactionCostList)
- See Also:
TransactionCost
-
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)
-
-