|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.framework.PO
org.compiere.model.X_M_CostElement
public class X_M_CostElement
Generated Model for M_CostElement
| Field Summary | |
|---|---|
protected BigDecimal |
accessLevel
|
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 |
protected static KeyNamePair |
Model
|
static int |
Table_ID
AD_Table_ID=770 |
static String |
Table_Name
TableName=M_CostElement |
static long |
updatedMS
Last Updated Timestamp 2008-06-10 15:12:06.0 |
| Fields inherited from class org.compiere.framework.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_changeVO, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
X_M_CostElement(Ctx ctx,
int M_CostElement_ID,
String trxName)
Standard Constructor |
|
X_M_CostElement(Ctx 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(Ctx ctx)
Load Meta Data |
boolean |
isCalculated()
Get Calculated. |
boolean |
isCostElementTypeValid(String test)
Is test a valid value. |
boolean |
isCostingMethodValid(String test)
Is test a valid value. |
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()
Info |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final long updatedMS
public static final int Table_ID
public static final String Table_Name
protected static KeyNamePair Model
protected BigDecimal accessLevel
public static final int COSTELEMENTTYPE_AD_Reference_ID
public static final String COSTELEMENTTYPE_BurdenMOverhead
public static final String COSTELEMENTTYPE_Material
public static final String COSTELEMENTTYPE_Overhead
public static final String COSTELEMENTTYPE_Resource
public static final String COSTELEMENTTYPE_OutsideProcessing
public static final int COSTINGMETHOD_AD_Reference_ID
public static final String COSTINGMETHOD_AveragePO
public static final String COSTINGMETHOD_FiFo
public static final String COSTINGMETHOD_AverageInvoice
public static final String COSTINGMETHOD_LiFo
public static final String COSTINGMETHOD_StandardCosting
public static final String COSTINGMETHOD_UserDefined
public static final String COSTINGMETHOD_LastInvoice
public static final String COSTINGMETHOD_LastPOPrice
public static final String COSTINGMETHOD__
| Constructor Detail |
|---|
public X_M_CostElement(Ctx ctx,
int M_CostElement_ID,
String trxName)
ctx - contextM_CostElement_ID - idtrxName - transaction
public X_M_CostElement(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Ctx ctx)
initPO in class POctx - context
public String toString()
toString in class POpublic boolean isCostElementTypeValid(String test)
test - testvalue
public void setCostElementType(String CostElementType)
CostElementType - Type of Cost Elementpublic String getCostElementType()
public boolean isCostingMethodValid(String test)
test - testvalue
public void setCostingMethod(String CostingMethod)
CostingMethod - Indicates how Costs will be calculatedpublic String getCostingMethod()
public void setDescription(String Description)
Description - Optional short description of the recordpublic String getDescription()
public void setIsCalculated(boolean IsCalculated)
IsCalculated - The value is calculated by the systempublic boolean isCalculated()
public void setM_CostElement_ID(int M_CostElement_ID)
M_CostElement_ID - Product Cost Elementpublic int getM_CostElement_ID()
public void setName(String Name)
Name - Alphanumeric identifier of the entitypublic String getName()
public KeyNamePair getKeyNamePair()
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||