|
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_AD_Attribute
public class X_AD_Attribute
Generated Model for AD_Attribute
| Field Summary | |
|---|---|
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 |
| 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 |
| Constructor Summary | |
|---|---|
X_AD_Attribute(Properties ctx,
int AD_Attribute_ID,
String trxName)
Standard Constructor |
|
X_AD_Attribute(Properties 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. |
I_AD_Table |
getAD_Table()
|
int |
getAD_Val_Rule_ID()
Get Dynamic Validation. |
I_AD_Val_Rule |
getAD_Val_Rule()
|
String |
getCallout()
Get Callout. |
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/Help. |
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(Properties 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. |
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/Help. |
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()
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 |
| Field Detail |
|---|
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(Properties ctx,
int AD_Attribute_ID,
String trxName)
public X_AD_Attribute(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 setAD_Attribute_ID(int AD_Attribute_ID)
setAD_Attribute_ID in interface I_AD_AttributeAD_Attribute_ID - System Attributepublic int getAD_Attribute_ID()
getAD_Attribute_ID in interface I_AD_Attributepublic void setAD_Reference_ID(int AD_Reference_ID)
setAD_Reference_ID in interface I_AD_AttributeAD_Reference_ID - System Reference and Validationpublic int getAD_Reference_ID()
getAD_Reference_ID in interface I_AD_Attributepublic void setAD_Reference_Value_ID(int AD_Reference_Value_ID)
setAD_Reference_Value_ID in interface I_AD_AttributeAD_Reference_Value_ID - Required to specify, if data type is Table or Listpublic int getAD_Reference_Value_ID()
getAD_Reference_Value_ID in interface I_AD_Attribute
public I_AD_Table getAD_Table()
throws Exception
getAD_Table in interface I_AD_AttributeExceptionpublic void setAD_Table_ID(int AD_Table_ID)
setAD_Table_ID in interface I_AD_AttributeAD_Table_ID - Database Table informationpublic int getAD_Table_ID()
getAD_Table_ID in interface I_AD_Attribute
public I_AD_Val_Rule getAD_Val_Rule()
throws Exception
getAD_Val_Rule in interface I_AD_AttributeExceptionpublic void setAD_Val_Rule_ID(int AD_Val_Rule_ID)
setAD_Val_Rule_ID in interface I_AD_AttributeAD_Val_Rule_ID - Dynamic Validation Rulepublic int getAD_Val_Rule_ID()
getAD_Val_Rule_ID in interface I_AD_Attributepublic void setCallout(String Callout)
setCallout in interface I_AD_AttributeCallout - Fully qualified class names and method - separated by semicolonspublic String getCallout()
getCallout in interface I_AD_Attributepublic void setDefaultValue(String DefaultValue)
setDefaultValue in interface I_AD_AttributeDefaultValue - Default value hierarchy, separated by ;public String getDefaultValue()
getDefaultValue in interface I_AD_Attributepublic void setDescription(String Description)
setDescription in interface I_AD_AttributeDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_AD_Attributepublic void setDisplayLength(int DisplayLength)
setDisplayLength in interface I_AD_AttributeDisplayLength - Length of the display in characterspublic int getDisplayLength()
getDisplayLength in interface I_AD_Attributepublic void setDisplayLogic(String DisplayLogic)
setDisplayLogic in interface I_AD_AttributeDisplayLogic - If the Field is displayed, the result determines if the field is actually displayedpublic String getDisplayLogic()
getDisplayLogic in interface I_AD_Attributepublic void setFieldLength(int FieldLength)
setFieldLength in interface I_AD_AttributeFieldLength - Length of the column in the databasepublic int getFieldLength()
getFieldLength in interface I_AD_Attributepublic void setHelp(String Help)
setHelp in interface I_AD_AttributeHelp - Comment or Hintpublic String getHelp()
getHelp in interface I_AD_Attributepublic void setIsEncrypted(boolean IsEncrypted)
setIsEncrypted in interface I_AD_AttributeIsEncrypted - Display or Storage is encryptedpublic boolean isEncrypted()
isEncrypted in interface I_AD_Attributepublic void setIsFieldOnly(boolean IsFieldOnly)
setIsFieldOnly in interface I_AD_AttributeIsFieldOnly - Label is not displayedpublic boolean isFieldOnly()
isFieldOnly in interface I_AD_Attributepublic void setIsHeading(boolean IsHeading)
setIsHeading in interface I_AD_AttributeIsHeading - Field without Column - Only label is displayedpublic boolean isHeading()
isHeading in interface I_AD_Attributepublic void setIsMandatory(boolean IsMandatory)
setIsMandatory in interface I_AD_AttributeIsMandatory - Data entry is required in this columnpublic boolean isMandatory()
isMandatory in interface I_AD_Attributepublic void setIsReadOnly(boolean IsReadOnly)
setIsReadOnly in interface I_AD_AttributeIsReadOnly - Field is read onlypublic boolean isReadOnly()
isReadOnly in interface I_AD_Attributepublic void setIsSameLine(boolean IsSameLine)
setIsSameLine in interface I_AD_AttributeIsSameLine - Displayed on same line as previous fieldpublic boolean isSameLine()
isSameLine in interface I_AD_Attributepublic void setIsUpdateable(boolean IsUpdateable)
setIsUpdateable in interface I_AD_AttributeIsUpdateable - Determines, if the field can be updatedpublic boolean isUpdateable()
isUpdateable in interface I_AD_Attributepublic void setName(String Name)
setName in interface I_AD_AttributeName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_AD_Attributepublic KeyNamePair getKeyNamePair()
public void setSeqNo(int SeqNo)
setSeqNo in interface I_AD_AttributeSeqNo - Method of ordering records; lowest number comes firstpublic int getSeqNo()
getSeqNo in interface I_AD_Attributepublic void setValueMax(String ValueMax)
setValueMax in interface I_AD_AttributeValueMax - Maximum Value for a fieldpublic String getValueMax()
getValueMax in interface I_AD_Attributepublic void setValueMin(String ValueMin)
setValueMin in interface I_AD_AttributeValueMin - Minimum Value for a fieldpublic String getValueMin()
getValueMin in interface I_AD_Attributepublic void setVFormat(String VFormat)
setVFormat in interface I_AD_AttributeVFormat - Format of the value; Can contain fixed format elements, Variables: "_lLoOaAcCa09"public String getVFormat()
getVFormat in interface I_AD_Attribute
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||