Package org.compiere.model
Interface I_M_CostHistory
-
- All Known Implementing Classes:
X_M_CostHistory
public interface I_M_CostHistory
Generated Interface for M_CostHistory- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 3 - Client - Orgstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_M_AttributeSetInstance_ID
Column name M_AttributeSetInstance_IDstatic String
COLUMNNAME_M_CostDetail_ID
Column name M_CostDetail_IDstatic String
COLUMNNAME_M_CostElement_ID
Column name M_CostElement_IDstatic String
COLUMNNAME_M_CostHistory_ID
Column name M_CostHistory_IDstatic String
COLUMNNAME_M_CostHistory_UU
Column name M_CostHistory_UUstatic String
COLUMNNAME_M_CostType_ID
Column name M_CostType_IDstatic String
COLUMNNAME_NewCAmt
Column name NewCAmtstatic String
COLUMNNAME_NewCostPrice
Column name NewCostPricestatic String
COLUMNNAME_NewCQty
Column name NewCQtystatic String
COLUMNNAME_NewQty
Column name NewQtystatic String
COLUMNNAME_OldCAmt
Column name OldCAmtstatic String
COLUMNNAME_OldCostPrice
Column name OldCostPricestatic String
COLUMNNAME_OldCQty
Column name OldCQtystatic String
COLUMNNAME_OldQty
Column name OldQtystatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=200001static String
Table_Name
TableName=M_CostHistory
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAD_Client_ID()
Get Client.int
getAD_Org_ID()
Get Organization.Timestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.I_M_AttributeSetInstance
getM_AttributeSetInstance()
int
getM_AttributeSetInstance_ID()
Get Attribute Set Instance.I_M_CostDetail
getM_CostDetail()
int
getM_CostDetail_ID()
Get Cost Detail.I_M_CostElement
getM_CostElement()
int
getM_CostElement_ID()
Get Cost Element.int
getM_CostHistory_ID()
Get Cost History.String
getM_CostHistory_UU()
Get Cost History UUIDI_M_CostType
getM_CostType()
int
getM_CostType_ID()
Get Cost Type.BigDecimal
getNewCAmt()
Get New Accumulated Amt.BigDecimal
getNewCostPrice()
Get New Cost Price.BigDecimal
getNewCQty()
Get New Accumulated Qty.BigDecimal
getNewQty()
Get New Current Quantity.BigDecimal
getOldCAmt()
Get Old Accumulated Amt.BigDecimal
getOldCostPrice()
Get Old Current Cost Price.BigDecimal
getOldCQty()
Get Old Accumulated Qty.BigDecimal
getOldQty()
Get Old Current Quantity.Timestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.boolean
isActive()
Get Active.void
setAD_Org_ID(int AD_Org_ID)
Set Organization.void
setIsActive(boolean IsActive)
Set Active.void
setM_AttributeSetInstance_ID(int M_AttributeSetInstance_ID)
Set Attribute Set Instance.void
setM_CostDetail_ID(int M_CostDetail_ID)
Set Cost Detail.void
setM_CostElement_ID(int M_CostElement_ID)
Set Cost Element.void
setM_CostHistory_ID(int M_CostHistory_ID)
Set Cost History.void
setM_CostHistory_UU(String M_CostHistory_UU)
Set Cost History UUIDvoid
setM_CostType_ID(int M_CostType_ID)
Set Cost Type.void
setNewCAmt(BigDecimal NewCAmt)
Set New Accumulated Amt.void
setNewCostPrice(BigDecimal NewCostPrice)
Set New Cost Price.void
setNewCQty(BigDecimal NewCQty)
Set New Accumulated Qty.void
setNewQty(BigDecimal NewQty)
Set New Current Quantity.void
setOldCAmt(BigDecimal OldCAmt)
Set Old Accumulated Amt.void
setOldCostPrice(BigDecimal OldCostPrice)
Set Old Current Cost Price.void
setOldCQty(BigDecimal OldCQty)
Set Old Accumulated Qty.void
setOldQty(BigDecimal OldQty)
Set Old Current Quantity.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=M_CostHistory- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=200001- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org
-
COLUMNNAME_AD_Client_ID
static final String COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Org_ID
static final String COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Created
static final String COLUMNNAME_Created
Column name Created- See Also:
- Constant Field Values
-
COLUMNNAME_CreatedBy
static final String COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_M_AttributeSetInstance_ID
static final String COLUMNNAME_M_AttributeSetInstance_ID
Column name M_AttributeSetInstance_ID- See Also:
- Constant Field Values
-
COLUMNNAME_M_CostDetail_ID
static final String COLUMNNAME_M_CostDetail_ID
Column name M_CostDetail_ID- See Also:
- Constant Field Values
-
COLUMNNAME_M_CostElement_ID
static final String COLUMNNAME_M_CostElement_ID
Column name M_CostElement_ID- See Also:
- Constant Field Values
-
COLUMNNAME_M_CostHistory_ID
static final String COLUMNNAME_M_CostHistory_ID
Column name M_CostHistory_ID- See Also:
- Constant Field Values
-
COLUMNNAME_M_CostHistory_UU
static final String COLUMNNAME_M_CostHistory_UU
Column name M_CostHistory_UU- See Also:
- Constant Field Values
-
COLUMNNAME_M_CostType_ID
static final String COLUMNNAME_M_CostType_ID
Column name M_CostType_ID- See Also:
- Constant Field Values
-
COLUMNNAME_NewCAmt
static final String COLUMNNAME_NewCAmt
Column name NewCAmt- See Also:
- Constant Field Values
-
COLUMNNAME_NewCostPrice
static final String COLUMNNAME_NewCostPrice
Column name NewCostPrice- See Also:
- Constant Field Values
-
COLUMNNAME_NewCQty
static final String COLUMNNAME_NewCQty
Column name NewCQty- See Also:
- Constant Field Values
-
COLUMNNAME_NewQty
static final String COLUMNNAME_NewQty
Column name NewQty- See Also:
- Constant Field Values
-
COLUMNNAME_OldCAmt
static final String COLUMNNAME_OldCAmt
Column name OldCAmt- See Also:
- Constant Field Values
-
COLUMNNAME_OldCostPrice
static final String COLUMNNAME_OldCostPrice
Column name OldCostPrice- See Also:
- Constant Field Values
-
COLUMNNAME_OldCQty
static final String COLUMNNAME_OldCQty
Column name OldCQty- See Also:
- Constant Field Values
-
COLUMNNAME_OldQty
static final String COLUMNNAME_OldQty
Column name OldQty- See Also:
- Constant Field Values
-
COLUMNNAME_Updated
static final String COLUMNNAME_Updated
Column name Updated- See Also:
- Constant Field Values
-
COLUMNNAME_UpdatedBy
static final String COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
- Constant Field Values
-
-
Method Detail
-
getAD_Client_ID
int getAD_Client_ID()
Get Client. Client/Tenant for this installation.
-
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID)
Set Organization. Organizational entity within client
-
getAD_Org_ID
int getAD_Org_ID()
Get Organization. Organizational entity within client
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
setIsActive
void setIsActive(boolean IsActive)
Set Active. The record is active in the system
-
isActive
boolean isActive()
Get Active. The record is active in the system
-
setM_AttributeSetInstance_ID
void setM_AttributeSetInstance_ID(int M_AttributeSetInstance_ID)
Set Attribute Set Instance. Product Attribute Set Instance
-
getM_AttributeSetInstance_ID
int getM_AttributeSetInstance_ID()
Get Attribute Set Instance. Product Attribute Set Instance
-
getM_AttributeSetInstance
I_M_AttributeSetInstance getM_AttributeSetInstance() throws RuntimeException
- Throws:
RuntimeException
-
setM_CostDetail_ID
void setM_CostDetail_ID(int M_CostDetail_ID)
Set Cost Detail. Cost Detail Information
-
getM_CostDetail_ID
int getM_CostDetail_ID()
Get Cost Detail. Cost Detail Information
-
getM_CostDetail
I_M_CostDetail getM_CostDetail() throws RuntimeException
- Throws:
RuntimeException
-
setM_CostElement_ID
void setM_CostElement_ID(int M_CostElement_ID)
Set Cost Element. Product Cost Element
-
getM_CostElement_ID
int getM_CostElement_ID()
Get Cost Element. Product Cost Element
-
getM_CostElement
I_M_CostElement getM_CostElement() throws RuntimeException
- Throws:
RuntimeException
-
setM_CostHistory_ID
void setM_CostHistory_ID(int M_CostHistory_ID)
Set Cost History. Movement history for M_Cost
-
getM_CostHistory_ID
int getM_CostHistory_ID()
Get Cost History. Movement history for M_Cost
-
setM_CostHistory_UU
void setM_CostHistory_UU(String M_CostHistory_UU)
Set Cost History UUID
-
getM_CostHistory_UU
String getM_CostHistory_UU()
Get Cost History UUID
-
setM_CostType_ID
void setM_CostType_ID(int M_CostType_ID)
Set Cost Type. Type of Cost (e.g. Current, Plan, Future)
-
getM_CostType_ID
int getM_CostType_ID()
Get Cost Type. Type of Cost (e.g. Current, Plan, Future)
-
getM_CostType
I_M_CostType getM_CostType() throws RuntimeException
- Throws:
RuntimeException
-
setNewCAmt
void setNewCAmt(BigDecimal NewCAmt)
Set New Accumulated Amt. Accumulated Amt after processing of M_CostDetail
-
getNewCAmt
BigDecimal getNewCAmt()
Get New Accumulated Amt. Accumulated Amt after processing of M_CostDetail
-
setNewCostPrice
void setNewCostPrice(BigDecimal NewCostPrice)
Set New Cost Price. New current cost price after processing of M_CostDetail
-
getNewCostPrice
BigDecimal getNewCostPrice()
Get New Cost Price. New current cost price after processing of M_CostDetail
-
setNewCQty
void setNewCQty(BigDecimal NewCQty)
Set New Accumulated Qty. New Accumulated Qty after processing of M_CostDetail
-
getNewCQty
BigDecimal getNewCQty()
Get New Accumulated Qty. New Accumulated Qty after processing of M_CostDetail
-
setNewQty
void setNewQty(BigDecimal NewQty)
Set New Current Quantity. New current quantity after processing of M_CostDetail
-
getNewQty
BigDecimal getNewQty()
Get New Current Quantity. New current quantity after processing of M_CostDetail
-
setOldCAmt
void setOldCAmt(BigDecimal OldCAmt)
Set Old Accumulated Amt. Old accumulated amt before the processing of M_CostDetail
-
getOldCAmt
BigDecimal getOldCAmt()
Get Old Accumulated Amt. Old accumulated amt before the processing of M_CostDetail
-
setOldCostPrice
void setOldCostPrice(BigDecimal OldCostPrice)
Set Old Current Cost Price. Old current cost price before the processing of M_CostDetail
-
getOldCostPrice
BigDecimal getOldCostPrice()
Get Old Current Cost Price. Old current cost price before the processing of M_CostDetail
-
setOldCQty
void setOldCQty(BigDecimal OldCQty)
Set Old Accumulated Qty. Old accumulated qty before the processing of M_CostDetail
-
getOldCQty
BigDecimal getOldCQty()
Get Old Accumulated Qty. Old accumulated qty before the processing of M_CostDetail
-
setOldQty
void setOldQty(BigDecimal OldQty)
Set Old Current Quantity. Old current quantity before the processing of M_CostDetail
-
getOldQty
BigDecimal getOldQty()
Get Old Current Quantity. Old current quantity before the processing of M_CostDetail
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
-