|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.model.PO
org.compiere.model.X_M_CostElement
public class X_M_CostElement
Generated Model for M_CostElement
| Field Summary | |
|---|---|
static int |
COSTELEMENTTYPE_AD_Reference_ID
CostElementType AD_Reference_ID=338 |
static String |
COSTELEMENTTYPE_BurdenMOverhead
Burden (M.Overhead) = B |
static String |
COSTELEMENTTYPE_Material
Material = M |
static String |
COSTELEMENTTYPE_OutsideProcessing
Outside Processing = X |
static String |
COSTELEMENTTYPE_Overhead
Overhead = O |
static String |
COSTELEMENTTYPE_Resource
Resource = R |
static String |
COSTINGMETHOD__
_ = x |
static int |
COSTINGMETHOD_AD_Reference_ID
CostingMethod AD_Reference_ID=122 |
static String |
COSTINGMETHOD_AverageInvoice
Average Invoice = I |
static String |
COSTINGMETHOD_AveragePO
Average PO = A |
static String |
COSTINGMETHOD_Fifo
Fifo = F |
static String |
COSTINGMETHOD_LastInvoice
Last Invoice = i |
static String |
COSTINGMETHOD_LastPOPrice
Last PO Price = p |
static String |
COSTINGMETHOD_Lifo
Lifo = L |
static String |
COSTINGMETHOD_StandardCosting
Standard Costing = S |
static String |
COSTINGMETHOD_UserDefined
User Defined = U |
| Fields inherited from class org.compiere.model.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_ctx, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Fields inherited from interface org.compiere.model.I_M_CostElement |
|---|
accessLevel, COLUMNNAME_CostElementType, COLUMNNAME_CostingMethod, COLUMNNAME_Description, COLUMNNAME_IsCalculated, COLUMNNAME_M_CostElement_ID, COLUMNNAME_Name, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_M_CostElement(Properties ctx,
int M_CostElement_ID,
String trxName)
Standard Constructor |
|
X_M_CostElement(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
String |
getCostElementType()
Get Cost Element Type. |
String |
getCostingMethod()
Get Costing Method. |
String |
getDescription()
Get Description. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
int |
getM_CostElement_ID()
Get Cost Element. |
String |
getName()
Get Name. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
boolean |
isCalculated()
Get Calculated. |
void |
setCostElementType(String CostElementType)
Set Cost Element Type. |
void |
setCostingMethod(String CostingMethod)
Set Costing Method. |
void |
setDescription(String Description)
Set Description. |
void |
setIsCalculated(boolean IsCalculated)
Set Calculated. |
void |
setM_CostElement_ID(int M_CostElement_ID)
Set Cost Element. |
void |
setName(String Name)
Set Name. |
String |
toString()
String representation |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.compiere.model.I_Persistent |
|---|
save |
| Field Detail |
|---|
public static final int COSTELEMENTTYPE_AD_Reference_ID
public static final String COSTELEMENTTYPE_Material
public static final String COSTELEMENTTYPE_Overhead
public static final String COSTELEMENTTYPE_BurdenMOverhead
public static final String COSTELEMENTTYPE_OutsideProcessing
public static final String COSTELEMENTTYPE_Resource
public static final int COSTINGMETHOD_AD_Reference_ID
public static final String COSTINGMETHOD_StandardCosting
public static final String COSTINGMETHOD_AveragePO
public static final String COSTINGMETHOD_Lifo
public static final String COSTINGMETHOD_Fifo
public static final String COSTINGMETHOD_LastPOPrice
public static final String COSTINGMETHOD_AverageInvoice
public static final String COSTINGMETHOD_LastInvoice
public static final String COSTINGMETHOD_UserDefined
public static final String COSTINGMETHOD__
| Constructor Detail |
|---|
public X_M_CostElement(Properties ctx,
int M_CostElement_ID,
String trxName)
public X_M_CostElement(Properties ctx,
ResultSet rs,
String trxName)
| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Properties ctx)
initPO in class POctx - context
public String toString()
PO
toString in class POpublic void setCostElementType(String CostElementType)
setCostElementType in interface I_M_CostElementCostElementType - Type of Cost Elementpublic String getCostElementType()
getCostElementType in interface I_M_CostElementpublic void setCostingMethod(String CostingMethod)
setCostingMethod in interface I_M_CostElementCostingMethod - Indicates how Costs will be calculatedpublic String getCostingMethod()
getCostingMethod in interface I_M_CostElementpublic void setDescription(String Description)
setDescription in interface I_M_CostElementDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_M_CostElementpublic void setIsCalculated(boolean IsCalculated)
setIsCalculated in interface I_M_CostElementIsCalculated - The value is calculated by the systempublic boolean isCalculated()
isCalculated in interface I_M_CostElementpublic void setM_CostElement_ID(int M_CostElement_ID)
setM_CostElement_ID in interface I_M_CostElementM_CostElement_ID - Product Cost Elementpublic int getM_CostElement_ID()
getM_CostElement_ID in interface I_M_CostElementpublic void setName(String Name)
setName in interface I_M_CostElementName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_M_CostElementpublic KeyNamePair getKeyNamePair()
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||