|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface I_AD_Attribute
Generated Interface for AD_Attribute
| Field Summary | |
|---|---|
static BigDecimal |
accessLevel
AccessLevel = 7 - System - Client - Org |
static String |
COLUMNNAME_AD_Attribute_ID
Column name AD_Attribute_ID |
static String |
COLUMNNAME_AD_Reference_ID
Column name AD_Reference_ID |
static String |
COLUMNNAME_AD_Reference_Value_ID
Column name AD_Reference_Value_ID |
static String |
COLUMNNAME_AD_Table_ID
Column name AD_Table_ID |
static String |
COLUMNNAME_AD_Val_Rule_ID
Column name AD_Val_Rule_ID |
static String |
COLUMNNAME_Callout
Column name Callout |
static String |
COLUMNNAME_DefaultValue
Column name DefaultValue |
static String |
COLUMNNAME_Description
Column name Description |
static String |
COLUMNNAME_DisplayLength
Column name DisplayLength |
static String |
COLUMNNAME_DisplayLogic
Column name DisplayLogic |
static String |
COLUMNNAME_FieldLength
Column name FieldLength |
static String |
COLUMNNAME_Help
Column name Help |
static String |
COLUMNNAME_IsEncrypted
Column name IsEncrypted |
static String |
COLUMNNAME_IsFieldOnly
Column name IsFieldOnly |
static String |
COLUMNNAME_IsHeading
Column name IsHeading |
static String |
COLUMNNAME_IsMandatory
Column name IsMandatory |
static String |
COLUMNNAME_IsReadOnly
Column name IsReadOnly |
static String |
COLUMNNAME_IsSameLine
Column name IsSameLine |
static String |
COLUMNNAME_IsUpdateable
Column name IsUpdateable |
static String |
COLUMNNAME_Name
Column name Name |
static String |
COLUMNNAME_SeqNo
Column name SeqNo |
static String |
COLUMNNAME_ValueMax
Column name ValueMax |
static String |
COLUMNNAME_ValueMin
Column name ValueMin |
static String |
COLUMNNAME_VFormat
Column name VFormat |
static KeyNamePair |
Model
|
static int |
Table_ID
AD_Table_ID=405 |
static String |
Table_Name
TableName=AD_Attribute |
| Method Summary | |
|---|---|
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. |
String |
getName()
Get Name. |
int |
getSeqNo()
Get Sequence. |
String |
getValueMax()
Get Max. |
String |
getValueMin()
Get Min. |
String |
getVFormat()
Get Value Format. |
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. |
| Field Detail |
|---|
static final String Table_Name
static final int Table_ID
static final KeyNamePair Model
static final BigDecimal accessLevel
static final String COLUMNNAME_AD_Attribute_ID
static final String COLUMNNAME_AD_Reference_ID
static final String COLUMNNAME_AD_Reference_Value_ID
static final String COLUMNNAME_AD_Table_ID
static final String COLUMNNAME_AD_Val_Rule_ID
static final String COLUMNNAME_Callout
static final String COLUMNNAME_DefaultValue
static final String COLUMNNAME_Description
static final String COLUMNNAME_DisplayLength
static final String COLUMNNAME_DisplayLogic
static final String COLUMNNAME_FieldLength
static final String COLUMNNAME_Help
static final String COLUMNNAME_IsEncrypted
static final String COLUMNNAME_IsFieldOnly
static final String COLUMNNAME_IsHeading
static final String COLUMNNAME_IsMandatory
static final String COLUMNNAME_IsReadOnly
static final String COLUMNNAME_IsSameLine
static final String COLUMNNAME_IsUpdateable
static final String COLUMNNAME_Name
static final String COLUMNNAME_SeqNo
static final String COLUMNNAME_ValueMax
static final String COLUMNNAME_ValueMin
static final String COLUMNNAME_VFormat
| Method Detail |
|---|
void setAD_Attribute_ID(int AD_Attribute_ID)
int getAD_Attribute_ID()
void setAD_Reference_ID(int AD_Reference_ID)
int getAD_Reference_ID()
void setAD_Reference_Value_ID(int AD_Reference_Value_ID)
int getAD_Reference_Value_ID()
void setAD_Table_ID(int AD_Table_ID)
int getAD_Table_ID()
I_AD_Table getAD_Table()
throws Exception
Exceptionvoid setAD_Val_Rule_ID(int AD_Val_Rule_ID)
int getAD_Val_Rule_ID()
I_AD_Val_Rule getAD_Val_Rule()
throws Exception
Exceptionvoid setCallout(String Callout)
String getCallout()
void setDefaultValue(String DefaultValue)
String getDefaultValue()
void setDescription(String Description)
String getDescription()
void setDisplayLength(int DisplayLength)
int getDisplayLength()
void setDisplayLogic(String DisplayLogic)
String getDisplayLogic()
void setFieldLength(int FieldLength)
int getFieldLength()
void setHelp(String Help)
String getHelp()
void setIsEncrypted(boolean IsEncrypted)
boolean isEncrypted()
void setIsFieldOnly(boolean IsFieldOnly)
boolean isFieldOnly()
void setIsHeading(boolean IsHeading)
boolean isHeading()
void setIsMandatory(boolean IsMandatory)
boolean isMandatory()
void setIsReadOnly(boolean IsReadOnly)
boolean isReadOnly()
void setIsSameLine(boolean IsSameLine)
boolean isSameLine()
void setIsUpdateable(boolean IsUpdateable)
boolean isUpdateable()
void setName(String Name)
String getName()
void setSeqNo(int SeqNo)
int getSeqNo()
void setValueMax(String ValueMax)
String getValueMax()
void setValueMin(String ValueMin)
String getValueMin()
void setVFormat(String VFormat)
String getVFormat()
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||