|
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_AD_Element
public class X_AD_Element
Generated Model for AD_Element
| Field Summary | |
|---|---|
protected BigDecimal |
accessLevel
|
static int |
AD_REFERENCE_ID_AD_Reference_ID
AD_Reference_ID AD_Reference_ID=1 |
static int |
AD_REFERENCE_VALUE_ID_AD_Reference_ID
AD_Reference_Value_ID AD_Reference_ID=4 |
static int |
DBDATATYPE_AD_Reference_ID
DBDataType AD_Reference_ID=422 |
static String |
DBDATATYPE_BinaryLOB
Binary LOB = B |
static String |
DBDATATYPE_CharacterFixed
Character Fixed = C |
static String |
DBDATATYPE_CharacterLOB
Character LOB = L |
static String |
DBDATATYPE_CharacterVariable
Character Variable = V |
static String |
DBDATATYPE_Decimal
Decimal = D |
static String |
DBDATATYPE_Integer
Integer = I |
static String |
DBDATATYPE_Number
Number = N |
static String |
DBDATATYPE_Timestamp
Timestamp = T |
static int |
ENTITYTYPE_AD_Reference_ID
EntityType AD_Reference_ID=389 |
protected static KeyNamePair |
Model
|
static int |
Table_ID
AD_Table_ID=276 |
static String |
Table_Name
TableName=AD_Element |
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_AD_Element(Ctx ctx,
int AD_Element_ID,
String trxName)
Standard Constructor |
|
X_AD_Element(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getAD_Element_ID()
Get System Element. |
int |
getAD_Reference_ID()
Get Reference. |
int |
getAD_Reference_Value_ID()
Get Reference Key. |
int |
getAD_Val_Rule_ID()
Get Dynamic Validation. |
String |
getColumnName()
Get DB Column Name. |
String |
getDBDataType()
Get Data Type. |
String |
getDescription()
Get Description. |
String |
getEntityType()
Get Entity Type. |
int |
getFieldLength()
Get Length. |
String |
getHelp()
Get Comment. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
String |
getName()
Get Name. |
String |
getPO_Description()
Get PO Description. |
String |
getPO_Help()
Get PO Help. |
String |
getPO_Name()
Get PO Name. |
String |
getPO_PrintName()
Get PO Print name. |
String |
getPrintName()
Get Print Text. |
protected POInfo |
initPO(Ctx ctx)
Load Meta Data |
boolean |
isDBDataTypeValid(String test)
Is test a valid value. |
void |
setAD_Element_ID(int AD_Element_ID)
Set System Element. |
void |
setAD_Reference_ID(int AD_Reference_ID)
Set Reference. |
void |
setAD_Reference_Value_ID(int AD_Reference_Value_ID)
Set Reference Key. |
void |
setAD_Val_Rule_ID(int AD_Val_Rule_ID)
Set Dynamic Validation. |
void |
setColumnName(String ColumnName)
Set DB Column Name. |
void |
setDBDataType(String DBDataType)
Set Data Type. |
void |
setDescription(String Description)
Set Description. |
void |
setEntityType(String EntityType)
Set Entity Type. |
void |
setFieldLength(int FieldLength)
Set Length. |
void |
setHelp(String Help)
Set Comment. |
void |
setName(String Name)
Set Name. |
void |
setPO_Description(String PO_Description)
Set PO Description. |
void |
setPO_Help(String PO_Help)
Set PO Help. |
void |
setPO_Name(String PO_Name)
Set PO Name. |
void |
setPO_PrintName(String PO_PrintName)
Set PO Print name. |
void |
setPrintName(String PrintName)
Set Print Text. |
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 AD_REFERENCE_ID_AD_Reference_ID
public static final int AD_REFERENCE_VALUE_ID_AD_Reference_ID
public static final int DBDATATYPE_AD_Reference_ID
public static final String DBDATATYPE_BinaryLOB
public static final String DBDATATYPE_CharacterFixed
public static final String DBDATATYPE_Decimal
public static final String DBDATATYPE_Integer
public static final String DBDATATYPE_CharacterLOB
public static final String DBDATATYPE_Number
public static final String DBDATATYPE_Timestamp
public static final String DBDATATYPE_CharacterVariable
public static final int ENTITYTYPE_AD_Reference_ID
| Constructor Detail |
|---|
public X_AD_Element(Ctx ctx,
int AD_Element_ID,
String trxName)
ctx - contextAD_Element_ID - idtrxName - transaction
public X_AD_Element(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 void setAD_Element_ID(int AD_Element_ID)
AD_Element_ID - System Element enables the central maintenance of column description and help.public int getAD_Element_ID()
public void setAD_Reference_ID(int AD_Reference_ID)
AD_Reference_ID - System Reference and Validationpublic int getAD_Reference_ID()
public void setAD_Reference_Value_ID(int AD_Reference_Value_ID)
AD_Reference_Value_ID - Required to specify, if data type is Table or Listpublic int getAD_Reference_Value_ID()
public void setAD_Val_Rule_ID(int AD_Val_Rule_ID)
AD_Val_Rule_ID - Dynamic Validation Rulepublic int getAD_Val_Rule_ID()
public void setColumnName(String ColumnName)
ColumnName - Name of the column in the databasepublic String getColumnName()
public KeyNamePair getKeyNamePair()
public boolean isDBDataTypeValid(String test)
test - testvalue
public void setDBDataType(String DBDataType)
DBDataType - Database Data Typepublic String getDBDataType()
public void setDescription(String Description)
Description - Optional short description of the recordpublic String getDescription()
public void setEntityType(String EntityType)
EntityType - Dictionary Entity Type;
Determines ownership and synchronizationpublic String getEntityType()
public void setFieldLength(int FieldLength)
FieldLength - Length of the column in the databasepublic int getFieldLength()
public void setHelp(String Help)
Help - Comment, Help or Hintpublic String getHelp()
public void setName(String Name)
Name - Alphanumeric identifier of the entitypublic String getName()
public void setPO_Description(String PO_Description)
PO_Description - Description in PO Screenspublic String getPO_Description()
public void setPO_Help(String PO_Help)
PO_Help - Help for PO Screenspublic String getPO_Help()
public void setPO_Name(String PO_Name)
PO_Name - Name on PO Screenspublic String getPO_Name()
public void setPO_PrintName(String PO_PrintName)
PO_PrintName - Print name on PO Screens/Reportspublic String getPO_PrintName()
public void setPrintName(String PrintName)
PrintName - The label text to be printed on a document or correspondence.public String getPrintName()
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||