Package org.brerp.base.model
Interface I_COF_EstoquePrevisto
- All Known Implementing Classes:
MCOFEstoquePrevisto,X_COF_EstoquePrevisto
public interface I_COF_EstoquePrevisto
Generated Interface for COF_EstoquePrevisto
- Version:
- Release 11
- Author:
- iDempiere (generated)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BigDecimalAccessLevel = 3 - Client - Orgstatic final StringColumn name AD_Client_IDstatic final StringColumn name AD_Org_IDstatic final StringColumn name COF_EstoquePrevisto_IDstatic final StringColumn name COF_EstoquePrevisto_UUstatic final StringColumn name Createdstatic final StringColumn name CreatedBystatic final StringColumn name CumulatedAmtstatic final StringColumn name CurrentCostPricestatic final StringColumn name IsActivestatic final StringColumn name M_Product_IDstatic final StringColumn name Qtystatic final StringColumn name QtyReservedstatic final StringColumn name Updatedstatic final StringColumn name UpdatedBystatic final KeyNamePairstatic final intAD_Table_ID=1501043static final StringTableName=COF_EstoquePrevisto -
Method Summary
Modifier and TypeMethodDescriptionintGet Tenant.intGet Organization.intGet COF_EstoquePrevisto_ID.Get COF_EstoquePrevisto_UUGet Created.intGet Created By.Get Accumulated Amt.Get Current Cost Price.intGet Product.getQty()Get Quantity.Get Reserved Quantity.Get Updated.intGet Updated By.booleanisActive()Get Active.voidsetAD_Org_ID(int AD_Org_ID) Set Organization.voidsetCOF_EstoquePrevisto_ID(int COF_EstoquePrevisto_ID) Set COF_EstoquePrevisto_ID.voidsetCOF_EstoquePrevisto_UU(String COF_EstoquePrevisto_UU) Set COF_EstoquePrevisto_UUvoidsetCumulatedAmt(BigDecimal CumulatedAmt) Set Accumulated Amt.voidsetCurrentCostPrice(BigDecimal CurrentCostPrice) Set Current Cost Price.voidsetIsActive(boolean IsActive) Set Active.voidsetM_Product_ID(int M_Product_ID) Set Product.voidsetQty(BigDecimal Qty) Set Quantity.voidsetQtyReserved(BigDecimal QtyReserved) Set Reserved Quantity.
-
Field Details
-
Table_Name
TableName=COF_EstoquePrevisto- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=1501043 -
Model
-
accessLevel
AccessLevel = 3 - Client - Org -
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_COF_EstoquePrevisto_ID
Column name COF_EstoquePrevisto_ID- See Also:
-
COLUMNNAME_COF_EstoquePrevisto_UU
Column name COF_EstoquePrevisto_UU- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_CumulatedAmt
Column name CumulatedAmt- See Also:
-
COLUMNNAME_CurrentCostPrice
Column name CurrentCostPrice- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_M_Product_ID
Column name M_Product_ID- See Also:
-
COLUMNNAME_Qty
Column name Qty- See Also:
-
COLUMNNAME_QtyReserved
Column name QtyReserved- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
-
-
Method Details
-
getAD_Client_ID
int getAD_Client_ID()Get Tenant. Tenant for this installation. -
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID) Set Organization. Organizational entity within tenant -
getAD_Org_ID
int getAD_Org_ID()Get Organization. Organizational entity within tenant -
setCOF_EstoquePrevisto_ID
void setCOF_EstoquePrevisto_ID(int COF_EstoquePrevisto_ID) Set COF_EstoquePrevisto_ID. Primary Key : Estoque Previsto -
getCOF_EstoquePrevisto_ID
int getCOF_EstoquePrevisto_ID()Get COF_EstoquePrevisto_ID. Primary Key : Estoque Previsto -
setCOF_EstoquePrevisto_UU
Set COF_EstoquePrevisto_UU -
getCOF_EstoquePrevisto_UU
String getCOF_EstoquePrevisto_UU()Get COF_EstoquePrevisto_UU -
getCreated
Timestamp getCreated()Get Created. Date this record was created -
getCreatedBy
int getCreatedBy()Get Created By. User who created this records -
setCumulatedAmt
Set Accumulated Amt. Total Amount -
getCumulatedAmt
BigDecimal getCumulatedAmt()Get Accumulated Amt. Total Amount -
setCurrentCostPrice
Set Current Cost Price. The currently used cost price -
getCurrentCostPrice
BigDecimal getCurrentCostPrice()Get Current Cost Price. The currently used cost price -
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_Product_ID
void setM_Product_ID(int M_Product_ID) Set Product. Product, Service, Item -
getM_Product_ID
int getM_Product_ID()Get Product. Product, Service, Item -
getM_Product
- Throws:
RuntimeException
-
setQty
Set Quantity. Quantity -
getQty
BigDecimal getQty()Get Quantity. Quantity -
setQtyReserved
Set Reserved Quantity. Reserved Quantity -
getQtyReserved
BigDecimal getQtyReserved()Get Reserved Quantity. Reserved Quantity -
getUpdated
Timestamp getUpdated()Get Updated. Date this record was updated -
getUpdatedBy
int getUpdatedBy()Get Updated By. User who updated this records
-