|
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_Attribute
public class X_AD_Attribute
Generated Model for AD_Attribute
| 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 |
protected static KeyNamePair |
Model
|
static int |
Table_ID
AD_Table_ID=405 |
static String |
Table_Name
TableName=AD_Attribute |
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_Attribute(Ctx ctx,
int AD_Attribute_ID,
String trxName)
Standard Constructor |
|
X_AD_Attribute(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getAD_Attribute_ID()
Get System Attribute. |
int |
getAD_Reference_ID()
Get Reference. |
int |
getAD_Reference_Value_ID()
Get Reference Key. |
int |
getAD_Table_ID()
Get Table. |
int |
getAD_Val_Rule_ID()
Get Dynamic Validation. |
String |
getCallout()
Get Callout Code. |
String |
getDefaultValue()
Get Default Logic. |
String |
getDescription()
Get Description. |
int |
getDisplayLength()
Get Display Length. |
String |
getDisplayLogic()
Get Display Logic. |
int |
getFieldLength()
Get Length. |
String |
getHelp()
Get Comment. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
String |
getName()
Get Name. |
int |
getSeqNo()
Get Sequence. |
String |
getValueMax()
Get Max. |
String |
getValueMin()
Get Min. |
String |
getVFormat()
Get Value Format. |
protected POInfo |
initPO(Ctx ctx)
Load Meta Data |
boolean |
isEncrypted()
Get Encrypted. |
boolean |
isFieldOnly()
Get Field Only. |
boolean |
isHeading()
Get Heading only. |
boolean |
isMandatory()
Get Mandatory. |
boolean |
isReadOnly()
Get Read Only. |
boolean |
isSameLine()
Get Same Line. |
boolean |
isUpdateable()
Get Updateable. |
void |
setAD_Attribute_ID(int AD_Attribute_ID)
Set System Attribute. |
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_Table_ID(int AD_Table_ID)
Set Table. |
void |
setAD_Val_Rule_ID(int AD_Val_Rule_ID)
Set Dynamic Validation. |
void |
setCallout(String Callout)
Set Callout Code. |
void |
setDefaultValue(String DefaultValue)
Set Default Logic. |
void |
setDescription(String Description)
Set Description. |
void |
setDisplayLength(int DisplayLength)
Set Display Length. |
void |
setDisplayLogic(String DisplayLogic)
Set Display Logic. |
void |
setFieldLength(int FieldLength)
Set Length. |
void |
setHelp(String Help)
Set Comment. |
void |
setIsEncrypted(boolean IsEncrypted)
Set Encrypted. |
void |
setIsFieldOnly(boolean IsFieldOnly)
Set Field Only. |
void |
setIsHeading(boolean IsHeading)
Set Heading only. |
void |
setIsMandatory(boolean IsMandatory)
Set Mandatory. |
void |
setIsReadOnly(boolean IsReadOnly)
Set Read Only. |
void |
setIsSameLine(boolean IsSameLine)
Set Same Line. |
void |
setIsUpdateable(boolean IsUpdateable)
Set Updateable. |
void |
setName(String Name)
Set Name. |
void |
setSeqNo(int SeqNo)
Set Sequence. |
void |
setValueMax(String ValueMax)
Set Max. |
void |
setValueMin(String ValueMin)
Set Min. |
void |
setVFormat(String VFormat)
Set Value Format. |
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
| Constructor Detail |
|---|
public X_AD_Attribute(Ctx ctx,
int AD_Attribute_ID,
String trxName)
ctx - contextAD_Attribute_ID - idtrxName - transaction
public X_AD_Attribute(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_Attribute_ID(int AD_Attribute_ID)
AD_Attribute_ID - System Attributepublic int getAD_Attribute_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_Table_ID(int AD_Table_ID)
AD_Table_ID - Database Table informationpublic int getAD_Table_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 setCallout(String Callout)
Callout - External Callout Code - Fully qualified class names and method - separated by semicolonspublic String getCallout()
public void setDefaultValue(String DefaultValue)
DefaultValue - Default value hierarchy, separated by;public String getDefaultValue()
public void setDescription(String Description)
Description - Optional short description of the recordpublic String getDescription()
public void setDisplayLength(int DisplayLength)
DisplayLength - Length of the display in characterspublic int getDisplayLength()
public void setDisplayLogic(String DisplayLogic)
DisplayLogic - If the Field is displayed, the result determines if the field is actually displayedpublic String getDisplayLogic()
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 setIsEncrypted(boolean IsEncrypted)
IsEncrypted - Display or Storage is encryptedpublic boolean isEncrypted()
public void setIsFieldOnly(boolean IsFieldOnly)
IsFieldOnly - Label is not displayedpublic boolean isFieldOnly()
public void setIsHeading(boolean IsHeading)
IsHeading - Field without Column - Only label is displayedpublic boolean isHeading()
public void setIsMandatory(boolean IsMandatory)
IsMandatory - Data is required in this columnpublic boolean isMandatory()
public void setIsReadOnly(boolean IsReadOnly)
IsReadOnly - Field is read onlypublic boolean isReadOnly()
public void setIsSameLine(boolean IsSameLine)
IsSameLine - Displayed on same line as previous fieldpublic boolean isSameLine()
public void setIsUpdateable(boolean IsUpdateable)
IsUpdateable - Determines, if the field can be updatedpublic boolean isUpdateable()
public void setName(String Name)
Name - Alphanumeric identifier of the entitypublic String getName()
public KeyNamePair getKeyNamePair()
public void setSeqNo(int SeqNo)
SeqNo - Method of ordering elements;
lowest number comes firstpublic int getSeqNo()
public void setVFormat(String VFormat)
VFormat - Format of the value;
Can contain fixed format elements, Variables: "_lLoOaAcCa09"public String getVFormat()
public void setValueMax(String ValueMax)
ValueMax - Maximum Value for a fieldpublic String getValueMax()
public void setValueMin(String ValueMin)
ValueMin - Minimum Value for a fieldpublic String getValueMin()
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||