Package org.compiere.model
Interface I_M_CostHistory
-
- All Known Implementing Classes:
X_M_CostHistory
public interface I_M_CostHistoryGenerated Interface for M_CostHistory- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimalaccessLevelAccessLevel = 3 - Client - Orgstatic StringCOLUMNNAME_AD_Client_IDColumn name AD_Client_IDstatic StringCOLUMNNAME_AD_Org_IDColumn name AD_Org_IDstatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_M_AttributeSetInstance_IDColumn name M_AttributeSetInstance_IDstatic StringCOLUMNNAME_M_CostDetail_IDColumn name M_CostDetail_IDstatic StringCOLUMNNAME_M_CostElement_IDColumn name M_CostElement_IDstatic StringCOLUMNNAME_M_CostHistory_IDColumn name M_CostHistory_IDstatic StringCOLUMNNAME_M_CostHistory_UUColumn name M_CostHistory_UUstatic StringCOLUMNNAME_M_CostType_IDColumn name M_CostType_IDstatic StringCOLUMNNAME_NewCAmtColumn name NewCAmtstatic StringCOLUMNNAME_NewCostPriceColumn name NewCostPricestatic StringCOLUMNNAME_NewCQtyColumn name NewCQtystatic StringCOLUMNNAME_NewQtyColumn name NewQtystatic StringCOLUMNNAME_OldCAmtColumn name OldCAmtstatic StringCOLUMNNAME_OldCostPriceColumn name OldCostPricestatic StringCOLUMNNAME_OldCQtyColumn name OldCQtystatic StringCOLUMNNAME_OldQtyColumn name OldQtystatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic KeyNamePairModelstatic intTable_IDAD_Table_ID=200001static StringTable_NameTableName=M_CostHistory
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAD_Client_ID()Get Client.intgetAD_Org_ID()Get Organization.TimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.I_M_AttributeSetInstancegetM_AttributeSetInstance()intgetM_AttributeSetInstance_ID()Get Attribute Set Instance.I_M_CostDetailgetM_CostDetail()intgetM_CostDetail_ID()Get Cost Detail.I_M_CostElementgetM_CostElement()intgetM_CostElement_ID()Get Cost Element.intgetM_CostHistory_ID()Get Cost History.StringgetM_CostHistory_UU()Get Cost History UUIDI_M_CostTypegetM_CostType()intgetM_CostType_ID()Get Cost Type.BigDecimalgetNewCAmt()Get New Accumulated Amt.BigDecimalgetNewCostPrice()Get New Cost Price.BigDecimalgetNewCQty()Get New Accumulated Qty.BigDecimalgetNewQty()Get New Current Quantity.BigDecimalgetOldCAmt()Get Old Accumulated Amt.BigDecimalgetOldCostPrice()Get Old Current Cost Price.BigDecimalgetOldCQty()Get Old Accumulated Qty.BigDecimalgetOldQty()Get Old Current Quantity.TimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.booleanisActive()Get Active.voidsetAD_Org_ID(int AD_Org_ID)Set Organization.voidsetIsActive(boolean IsActive)Set Active.voidsetM_AttributeSetInstance_ID(int M_AttributeSetInstance_ID)Set Attribute Set Instance.voidsetM_CostDetail_ID(int M_CostDetail_ID)Set Cost Detail.voidsetM_CostElement_ID(int M_CostElement_ID)Set Cost Element.voidsetM_CostHistory_ID(int M_CostHistory_ID)Set Cost History.voidsetM_CostHistory_UU(String M_CostHistory_UU)Set Cost History UUIDvoidsetM_CostType_ID(int M_CostType_ID)Set Cost Type.voidsetNewCAmt(BigDecimal NewCAmt)Set New Accumulated Amt.voidsetNewCostPrice(BigDecimal NewCostPrice)Set New Cost Price.voidsetNewCQty(BigDecimal NewCQty)Set New Accumulated Qty.voidsetNewQty(BigDecimal NewQty)Set New Current Quantity.voidsetOldCAmt(BigDecimal OldCAmt)Set Old Accumulated Amt.voidsetOldCostPrice(BigDecimal OldCostPrice)Set Old Current Cost Price.voidsetOldCQty(BigDecimal OldCQty)Set Old Accumulated Qty.voidsetOldQty(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
-
-