|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface I_AD_Field
Generated Interface for AD_Field
| Field Summary | |
|---|---|
static BigDecimal |
accessLevel
AccessLevel = 4 - System |
static String |
COLUMNNAME_AD_Column_ID
Column name AD_Column_ID |
static String |
COLUMNNAME_AD_Field_ID
Column name AD_Field_ID |
static String |
COLUMNNAME_AD_FieldGroup_ID
Column name AD_FieldGroup_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_Tab_ID
Column name AD_Tab_ID |
static String |
COLUMNNAME_AD_Val_Rule_ID
Column name AD_Val_Rule_ID |
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_EntityType
Column name EntityType |
static String |
COLUMNNAME_Help
Column name Help |
static String |
COLUMNNAME_InfoFactoryClass
Column name InfoFactoryClass |
static String |
COLUMNNAME_IsCentrallyMaintained
Column name IsCentrallyMaintained |
static String |
COLUMNNAME_IsDisplayed
Column name IsDisplayed |
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_Name
Column name Name |
static String |
COLUMNNAME_ObscureType
Column name ObscureType |
static String |
COLUMNNAME_SeqNo
Column name SeqNo |
static String |
COLUMNNAME_SortNo
Column name SortNo |
static KeyNamePair |
Model
|
static int |
Table_ID
AD_Table_ID=107 |
static String |
Table_Name
TableName=AD_Field |
| Method Summary | |
|---|---|
int |
getAD_Column_ID()
Get Column. |
I_AD_Column |
getAD_Column()
|
int |
getAD_Field_ID()
Get Field. |
int |
getAD_FieldGroup_ID()
Get Field Group. |
I_AD_FieldGroup |
getAD_FieldGroup()
|
int |
getAD_Reference_ID()
Get Reference. |
int |
getAD_Reference_Value_ID()
Get Reference Key. |
int |
getAD_Tab_ID()
Get Tab. |
I_AD_Tab |
getAD_Tab()
|
int |
getAD_Val_Rule_ID()
Get Dynamic Validation. |
I_AD_Val_Rule |
getAD_Val_Rule()
|
String |
getDefaultValue()
Get Default Logic. |
String |
getDescription()
Get Description. |
int |
getDisplayLength()
Get Display Length. |
String |
getDisplayLogic()
Get Display Logic. |
String |
getEntityType()
Get Entity Type. |
String |
getHelp()
Get Comment/Help. |
String |
getInfoFactoryClass()
Get Info Factory Class. |
String |
getIsMandatory()
Get Mandatory. |
String |
getName()
Get Name. |
String |
getObscureType()
Get Obscure. |
int |
getSeqNo()
Get Sequence. |
BigDecimal |
getSortNo()
Get Record Sort No. |
boolean |
isCentrallyMaintained()
Get Centrally maintained. |
boolean |
isDisplayed()
Get Displayed. |
boolean |
isEncrypted()
Get Encrypted. |
boolean |
isFieldOnly()
Get Field Only. |
boolean |
isHeading()
Get Heading only. |
boolean |
isReadOnly()
Get Read Only. |
boolean |
isSameLine()
Get Same Line. |
void |
setAD_Column_ID(int AD_Column_ID)
Set Column. |
void |
setAD_Field_ID(int AD_Field_ID)
Set Field. |
void |
setAD_FieldGroup_ID(int AD_FieldGroup_ID)
Set Field Group. |
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_Tab_ID(int AD_Tab_ID)
Set Tab. |
void |
setAD_Val_Rule_ID(int AD_Val_Rule_ID)
Set Dynamic Validation. |
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 |
setEntityType(String EntityType)
Set Entity Type. |
void |
setHelp(String Help)
Set Comment/Help. |
void |
setInfoFactoryClass(String InfoFactoryClass)
Set Info Factory Class. |
void |
setIsCentrallyMaintained(boolean IsCentrallyMaintained)
Set Centrally maintained. |
void |
setIsDisplayed(boolean IsDisplayed)
Set Displayed. |
void |
setIsEncrypted(boolean IsEncrypted)
Set Encrypted. |
void |
setIsFieldOnly(boolean IsFieldOnly)
Set Field Only. |
void |
setIsHeading(boolean IsHeading)
Set Heading only. |
void |
setIsMandatory(String IsMandatory)
Set Mandatory. |
void |
setIsReadOnly(boolean IsReadOnly)
Set Read Only. |
void |
setIsSameLine(boolean IsSameLine)
Set Same Line. |
void |
setName(String Name)
Set Name. |
void |
setObscureType(String ObscureType)
Set Obscure. |
void |
setSeqNo(int SeqNo)
Set Sequence. |
void |
setSortNo(BigDecimal SortNo)
Set Record Sort No. |
| 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_Column_ID
static final String COLUMNNAME_AD_FieldGroup_ID
static final String COLUMNNAME_AD_Field_ID
static final String COLUMNNAME_AD_Reference_ID
static final String COLUMNNAME_AD_Reference_Value_ID
static final String COLUMNNAME_AD_Tab_ID
static final String COLUMNNAME_AD_Val_Rule_ID
static final String COLUMNNAME_DefaultValue
static final String COLUMNNAME_Description
static final String COLUMNNAME_DisplayLength
static final String COLUMNNAME_DisplayLogic
static final String COLUMNNAME_EntityType
static final String COLUMNNAME_Help
static final String COLUMNNAME_InfoFactoryClass
static final String COLUMNNAME_IsCentrallyMaintained
static final String COLUMNNAME_IsDisplayed
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_Name
static final String COLUMNNAME_ObscureType
static final String COLUMNNAME_SeqNo
static final String COLUMNNAME_SortNo
| Method Detail |
|---|
void setAD_Column_ID(int AD_Column_ID)
int getAD_Column_ID()
I_AD_Column getAD_Column()
throws Exception
Exceptionvoid setAD_FieldGroup_ID(int AD_FieldGroup_ID)
int getAD_FieldGroup_ID()
I_AD_FieldGroup getAD_FieldGroup()
throws Exception
Exceptionvoid setAD_Field_ID(int AD_Field_ID)
int getAD_Field_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_Tab_ID(int AD_Tab_ID)
int getAD_Tab_ID()
I_AD_Tab getAD_Tab()
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 setDefaultValue(String DefaultValue)
String getDefaultValue()
void setDescription(String Description)
String getDescription()
void setDisplayLength(int DisplayLength)
int getDisplayLength()
void setDisplayLogic(String DisplayLogic)
String getDisplayLogic()
void setEntityType(String EntityType)
String getEntityType()
void setHelp(String Help)
String getHelp()
void setInfoFactoryClass(String InfoFactoryClass)
String getInfoFactoryClass()
void setIsCentrallyMaintained(boolean IsCentrallyMaintained)
boolean isCentrallyMaintained()
void setIsDisplayed(boolean IsDisplayed)
boolean isDisplayed()
void setIsEncrypted(boolean IsEncrypted)
boolean isEncrypted()
void setIsFieldOnly(boolean IsFieldOnly)
boolean isFieldOnly()
void setIsHeading(boolean IsHeading)
boolean isHeading()
void setIsMandatory(String IsMandatory)
String getIsMandatory()
void setIsReadOnly(boolean IsReadOnly)
boolean isReadOnly()
void setIsSameLine(boolean IsSameLine)
boolean isSameLine()
void setName(String Name)
String getName()
void setObscureType(String ObscureType)
String getObscureType()
void setSeqNo(int SeqNo)
int getSeqNo()
void setSortNo(BigDecimal SortNo)
BigDecimal getSortNo()
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||