|
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_C_UOM
public class X_C_UOM
Generated Model for C_UOM
| Field Summary |
|---|
| 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_C_UOM |
|---|
accessLevel, COLUMNNAME_C_UOM_ID, COLUMNNAME_CostingPrecision, COLUMNNAME_Description, COLUMNNAME_IsDefault, COLUMNNAME_Name, COLUMNNAME_StdPrecision, COLUMNNAME_UOMSymbol, COLUMNNAME_X12DE355, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_C_UOM(Properties ctx,
int C_UOM_ID,
String trxName)
Standard Constructor |
|
X_C_UOM(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getC_UOM_ID()
Get UOM. |
int |
getCostingPrecision()
Get Costing Precision. |
String |
getDescription()
Get Description. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
String |
getName()
Get Name. |
int |
getStdPrecision()
Get Standard Precision. |
String |
getUOMSymbol()
Get Symbol. |
String |
getX12DE355()
Get UOM Code. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
boolean |
isDefault()
Get Default. |
void |
setC_UOM_ID(int C_UOM_ID)
Set UOM. |
void |
setCostingPrecision(int CostingPrecision)
Set Costing Precision. |
void |
setDescription(String Description)
Set Description. |
void |
setIsDefault(boolean IsDefault)
Set Default. |
void |
setName(String Name)
Set Name. |
void |
setStdPrecision(int StdPrecision)
Set Standard Precision. |
void |
setUOMSymbol(String UOMSymbol)
Set Symbol. |
void |
setX12DE355(String X12DE355)
Set UOM Code. |
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 |
| Constructor Detail |
|---|
public X_C_UOM(Properties ctx,
int C_UOM_ID,
String trxName)
public X_C_UOM(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 setCostingPrecision(int CostingPrecision)
setCostingPrecision in interface I_C_UOMCostingPrecision - Rounding used costing calculationspublic int getCostingPrecision()
getCostingPrecision in interface I_C_UOMpublic void setC_UOM_ID(int C_UOM_ID)
setC_UOM_ID in interface I_C_UOMC_UOM_ID - Unit of Measurepublic int getC_UOM_ID()
getC_UOM_ID in interface I_C_UOMpublic void setDescription(String Description)
setDescription in interface I_C_UOMDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_C_UOMpublic void setIsDefault(boolean IsDefault)
setIsDefault in interface I_C_UOMIsDefault - Default valuepublic boolean isDefault()
isDefault in interface I_C_UOMpublic void setName(String Name)
setName in interface I_C_UOMName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_C_UOMpublic KeyNamePair getKeyNamePair()
public void setStdPrecision(int StdPrecision)
setStdPrecision in interface I_C_UOMStdPrecision - Rule for rounding calculated amountspublic int getStdPrecision()
getStdPrecision in interface I_C_UOMpublic void setUOMSymbol(String UOMSymbol)
setUOMSymbol in interface I_C_UOMUOMSymbol - Symbol for a Unit of Measurepublic String getUOMSymbol()
getUOMSymbol in interface I_C_UOMpublic void setX12DE355(String X12DE355)
setX12DE355 in interface I_C_UOMX12DE355 - UOM EDI X12 Codepublic String getX12DE355()
getX12DE355 in interface I_C_UOM
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||