|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface I_C_UOM
Generated Interface for C_UOM
| Field Summary | |
|---|---|
static BigDecimal |
accessLevel
AccessLevel = 6 - System - Client |
static String |
COLUMNNAME_C_UOM_ID
Column name C_UOM_ID |
static String |
COLUMNNAME_CostingPrecision
Column name CostingPrecision |
static String |
COLUMNNAME_Description
Column name Description |
static String |
COLUMNNAME_IsDefault
Column name IsDefault |
static String |
COLUMNNAME_Name
Column name Name |
static String |
COLUMNNAME_StdPrecision
Column name StdPrecision |
static String |
COLUMNNAME_UOMSymbol
Column name UOMSymbol |
static String |
COLUMNNAME_X12DE355
Column name X12DE355 |
static KeyNamePair |
Model
|
static int |
Table_ID
AD_Table_ID=146 |
static String |
Table_Name
TableName=C_UOM |
| Method Summary | |
|---|---|
int |
getC_UOM_ID()
Get UOM. |
int |
getCostingPrecision()
Get Costing Precision. |
String |
getDescription()
Get Description. |
String |
getName()
Get Name. |
int |
getStdPrecision()
Get Standard Precision. |
String |
getUOMSymbol()
Get Symbol. |
String |
getX12DE355()
Get UOM Code. |
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. |
| Field Detail |
|---|
static final String Table_Name
static final int Table_ID
static final KeyNamePair Model
static final BigDecimal accessLevel
static final String COLUMNNAME_CostingPrecision
static final String COLUMNNAME_C_UOM_ID
static final String COLUMNNAME_Description
static final String COLUMNNAME_IsDefault
static final String COLUMNNAME_Name
static final String COLUMNNAME_StdPrecision
static final String COLUMNNAME_UOMSymbol
static final String COLUMNNAME_X12DE355
| Method Detail |
|---|
void setCostingPrecision(int CostingPrecision)
int getCostingPrecision()
void setC_UOM_ID(int C_UOM_ID)
int getC_UOM_ID()
void setDescription(String Description)
String getDescription()
void setIsDefault(boolean IsDefault)
boolean isDefault()
void setName(String Name)
String getName()
void setStdPrecision(int StdPrecision)
int getStdPrecision()
void setUOMSymbol(String UOMSymbol)
String getUOMSymbol()
void setX12DE355(String X12DE355)
String getX12DE355()
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||