Package org.compiere.model
Interface I_AD_Attribute
-
- All Known Implementing Classes:
X_AD_Attribute
public interface I_AD_AttributeGenerated Interface for AD_Attribute- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimalaccessLevelAccessLevel = 7 - System - Client - Orgstatic StringCOLUMNNAME_AD_Attribute_IDColumn name AD_Attribute_IDstatic StringCOLUMNNAME_AD_Attribute_UUColumn name AD_Attribute_UUstatic StringCOLUMNNAME_AD_Client_IDColumn name AD_Client_IDstatic StringCOLUMNNAME_AD_Org_IDColumn name AD_Org_IDstatic StringCOLUMNNAME_AD_Reference_IDColumn name AD_Reference_IDstatic StringCOLUMNNAME_AD_Reference_Value_IDColumn name AD_Reference_Value_IDstatic StringCOLUMNNAME_AD_Table_IDColumn name AD_Table_IDstatic StringCOLUMNNAME_AD_Val_Rule_IDColumn name AD_Val_Rule_IDstatic StringCOLUMNNAME_CalloutColumn name Calloutstatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_DefaultValueColumn name DefaultValuestatic StringCOLUMNNAME_DescriptionColumn name Descriptionstatic StringCOLUMNNAME_DisplayLengthColumn name DisplayLengthstatic StringCOLUMNNAME_DisplayLogicColumn name DisplayLogicstatic StringCOLUMNNAME_FieldLengthColumn name FieldLengthstatic StringCOLUMNNAME_HelpColumn name Helpstatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_IsEncryptedColumn name IsEncryptedstatic StringCOLUMNNAME_IsFieldOnlyColumn name IsFieldOnlystatic StringCOLUMNNAME_IsHeadingColumn name IsHeadingstatic StringCOLUMNNAME_IsMandatoryColumn name IsMandatorystatic StringCOLUMNNAME_IsReadOnlyColumn name IsReadOnlystatic StringCOLUMNNAME_IsSameLineColumn name IsSameLinestatic StringCOLUMNNAME_IsUpdateableColumn name IsUpdateablestatic StringCOLUMNNAME_NameColumn name Namestatic StringCOLUMNNAME_SeqNoColumn name SeqNostatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic StringCOLUMNNAME_ValueMaxColumn name ValueMaxstatic StringCOLUMNNAME_ValueMinColumn name ValueMinstatic StringCOLUMNNAME_VFormatColumn name VFormatstatic KeyNamePairModelstatic intTable_IDAD_Table_ID=405static StringTable_NameTableName=AD_Attribute
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAD_Attribute_ID()Get System AttributeStringgetAD_Attribute_UU()Get AD_Attribute_UUintgetAD_Client_ID()Get Client.intgetAD_Org_ID()Get Organization.I_AD_ReferencegetAD_Reference()intgetAD_Reference_ID()Get Reference.I_AD_ReferencegetAD_Reference_Value()intgetAD_Reference_Value_ID()Get Reference Key.I_AD_TablegetAD_Table()intgetAD_Table_ID()Get Table.I_AD_Val_RulegetAD_Val_Rule()intgetAD_Val_Rule_ID()Get Dynamic Validation.StringgetCallout()Get Callout.TimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.StringgetDefaultValue()Get Default Logic.StringgetDescription()Get Description.intgetDisplayLength()Get Display Length.StringgetDisplayLogic()Get Display Logic.intgetFieldLength()Get Length.StringgetHelp()Get Comment/Help.StringgetName()Get Name.intgetSeqNo()Get Sequence.TimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.StringgetValueMax()Get Max.StringgetValueMin()Get Min.StringgetVFormat()Get Value Format.booleanisActive()Get Active.booleanisEncrypted()Get Encrypted.booleanisFieldOnly()Get Field Only.booleanisHeading()Get Heading only.booleanisMandatory()Get Mandatory.booleanisReadOnly()Get Read Only.booleanisSameLine()Get Same Line.booleanisUpdateable()Get Updatable.voidsetAD_Attribute_ID(int AD_Attribute_ID)Set System AttributevoidsetAD_Attribute_UU(String AD_Attribute_UU)Set AD_Attribute_UUvoidsetAD_Org_ID(int AD_Org_ID)Set Organization.voidsetAD_Reference_ID(int AD_Reference_ID)Set Reference.voidsetAD_Reference_Value_ID(int AD_Reference_Value_ID)Set Reference Key.voidsetAD_Table_ID(int AD_Table_ID)Set Table.voidsetAD_Val_Rule_ID(int AD_Val_Rule_ID)Set Dynamic Validation.voidsetCallout(String Callout)Set Callout.voidsetDefaultValue(String DefaultValue)Set Default Logic.voidsetDescription(String Description)Set Description.voidsetDisplayLength(int DisplayLength)Set Display Length.voidsetDisplayLogic(String DisplayLogic)Set Display Logic.voidsetFieldLength(int FieldLength)Set Length.voidsetHelp(String Help)Set Comment/Help.voidsetIsActive(boolean IsActive)Set Active.voidsetIsEncrypted(boolean IsEncrypted)Set Encrypted.voidsetIsFieldOnly(boolean IsFieldOnly)Set Field Only.voidsetIsHeading(boolean IsHeading)Set Heading only.voidsetIsMandatory(boolean IsMandatory)Set Mandatory.voidsetIsReadOnly(boolean IsReadOnly)Set Read Only.voidsetIsSameLine(boolean IsSameLine)Set Same Line.voidsetIsUpdateable(boolean IsUpdateable)Set Updatable.voidsetName(String Name)Set Name.voidsetSeqNo(int SeqNo)Set Sequence.voidsetValueMax(String ValueMax)Set Max.voidsetValueMin(String ValueMin)Set Min.voidsetVFormat(String VFormat)Set Value Format.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=AD_Attribute- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=405- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 7 - System - Client - Org
-
COLUMNNAME_AD_Attribute_ID
static final String COLUMNNAME_AD_Attribute_ID
Column name AD_Attribute_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Attribute_UU
static final String COLUMNNAME_AD_Attribute_UU
Column name AD_Attribute_UU- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Client_ID
static final String COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Org_ID
static final String COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Reference_ID
static final String COLUMNNAME_AD_Reference_ID
Column name AD_Reference_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Reference_Value_ID
static final String COLUMNNAME_AD_Reference_Value_ID
Column name AD_Reference_Value_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Table_ID
static final String COLUMNNAME_AD_Table_ID
Column name AD_Table_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Val_Rule_ID
static final String COLUMNNAME_AD_Val_Rule_ID
Column name AD_Val_Rule_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Callout
static final String COLUMNNAME_Callout
Column name Callout- See Also:
- Constant Field Values
-
COLUMNNAME_Created
static final String COLUMNNAME_Created
Column name Created- See Also:
- Constant Field Values
-
COLUMNNAME_CreatedBy
static final String COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_DefaultValue
static final String COLUMNNAME_DefaultValue
Column name DefaultValue- See Also:
- Constant Field Values
-
COLUMNNAME_Description
static final String COLUMNNAME_Description
Column name Description- See Also:
- Constant Field Values
-
COLUMNNAME_DisplayLength
static final String COLUMNNAME_DisplayLength
Column name DisplayLength- See Also:
- Constant Field Values
-
COLUMNNAME_DisplayLogic
static final String COLUMNNAME_DisplayLogic
Column name DisplayLogic- See Also:
- Constant Field Values
-
COLUMNNAME_FieldLength
static final String COLUMNNAME_FieldLength
Column name FieldLength- See Also:
- Constant Field Values
-
COLUMNNAME_Help
static final String COLUMNNAME_Help
Column name Help- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_IsEncrypted
static final String COLUMNNAME_IsEncrypted
Column name IsEncrypted- See Also:
- Constant Field Values
-
COLUMNNAME_IsFieldOnly
static final String COLUMNNAME_IsFieldOnly
Column name IsFieldOnly- See Also:
- Constant Field Values
-
COLUMNNAME_IsHeading
static final String COLUMNNAME_IsHeading
Column name IsHeading- See Also:
- Constant Field Values
-
COLUMNNAME_IsMandatory
static final String COLUMNNAME_IsMandatory
Column name IsMandatory- See Also:
- Constant Field Values
-
COLUMNNAME_IsReadOnly
static final String COLUMNNAME_IsReadOnly
Column name IsReadOnly- See Also:
- Constant Field Values
-
COLUMNNAME_IsSameLine
static final String COLUMNNAME_IsSameLine
Column name IsSameLine- See Also:
- Constant Field Values
-
COLUMNNAME_IsUpdateable
static final String COLUMNNAME_IsUpdateable
Column name IsUpdateable- See Also:
- Constant Field Values
-
COLUMNNAME_Name
static final String COLUMNNAME_Name
Column name Name- See Also:
- Constant Field Values
-
COLUMNNAME_SeqNo
static final String COLUMNNAME_SeqNo
Column name SeqNo- See Also:
- Constant Field Values
-
COLUMNNAME_Updated
static final String COLUMNNAME_Updated
Column name Updated- See Also:
- Constant Field Values
-
COLUMNNAME_UpdatedBy
static final String COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_ValueMax
static final String COLUMNNAME_ValueMax
Column name ValueMax- See Also:
- Constant Field Values
-
COLUMNNAME_ValueMin
static final String COLUMNNAME_ValueMin
Column name ValueMin- See Also:
- Constant Field Values
-
COLUMNNAME_VFormat
static final String COLUMNNAME_VFormat
Column name VFormat- See Also:
- Constant Field Values
-
-
Method Detail
-
setAD_Attribute_ID
void setAD_Attribute_ID(int AD_Attribute_ID)
Set System Attribute
-
getAD_Attribute_ID
int getAD_Attribute_ID()
Get System Attribute
-
setAD_Attribute_UU
void setAD_Attribute_UU(String AD_Attribute_UU)
Set AD_Attribute_UU
-
getAD_Attribute_UU
String getAD_Attribute_UU()
Get AD_Attribute_UU
-
getAD_Client_ID
int getAD_Client_ID()
Get Client. Client/Tenant for this installation.
-
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID)
Set Organization. Organizational entity within client
-
getAD_Org_ID
int getAD_Org_ID()
Get Organization. Organizational entity within client
-
setAD_Reference_ID
void setAD_Reference_ID(int AD_Reference_ID)
Set Reference. System Reference and Validation
-
getAD_Reference_ID
int getAD_Reference_ID()
Get Reference. System Reference and Validation
-
getAD_Reference
I_AD_Reference getAD_Reference() throws RuntimeException
- Throws:
RuntimeException
-
setAD_Reference_Value_ID
void setAD_Reference_Value_ID(int AD_Reference_Value_ID)
Set Reference Key. Required to specify, if data type is Table or List
-
getAD_Reference_Value_ID
int getAD_Reference_Value_ID()
Get Reference Key. Required to specify, if data type is Table or List
-
getAD_Reference_Value
I_AD_Reference getAD_Reference_Value() throws RuntimeException
- Throws:
RuntimeException
-
setAD_Table_ID
void setAD_Table_ID(int AD_Table_ID)
Set Table. Database Table information
-
getAD_Table_ID
int getAD_Table_ID()
Get Table. Database Table information
-
getAD_Table
I_AD_Table getAD_Table() throws RuntimeException
- Throws:
RuntimeException
-
setAD_Val_Rule_ID
void setAD_Val_Rule_ID(int AD_Val_Rule_ID)
Set Dynamic Validation. Dynamic Validation Rule
-
getAD_Val_Rule_ID
int getAD_Val_Rule_ID()
Get Dynamic Validation. Dynamic Validation Rule
-
getAD_Val_Rule
I_AD_Val_Rule getAD_Val_Rule() throws RuntimeException
- Throws:
RuntimeException
-
setCallout
void setCallout(String Callout)
Set Callout. Fully qualified class names and method - separated by semicolons
-
getCallout
String getCallout()
Get Callout. Fully qualified class names and method - separated by semicolons
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
setDefaultValue
void setDefaultValue(String DefaultValue)
Set Default Logic. Default value hierarchy, separated by ;
-
getDefaultValue
String getDefaultValue()
Get Default Logic. Default value hierarchy, separated by ;
-
setDescription
void setDescription(String Description)
Set Description. Optional short description of the record
-
getDescription
String getDescription()
Get Description. Optional short description of the record
-
setDisplayLength
void setDisplayLength(int DisplayLength)
Set Display Length. Length of the display in characters
-
getDisplayLength
int getDisplayLength()
Get Display Length. Length of the display in characters
-
setDisplayLogic
void setDisplayLogic(String DisplayLogic)
Set Display Logic. If the Field is displayed, the result determines if the field is actually displayed
-
getDisplayLogic
String getDisplayLogic()
Get Display Logic. If the Field is displayed, the result determines if the field is actually displayed
-
setFieldLength
void setFieldLength(int FieldLength)
Set Length. Length of the column in the database
-
getFieldLength
int getFieldLength()
Get Length. Length of the column in the database
-
setHelp
void setHelp(String Help)
Set Comment/Help. Comment or Hint
-
getHelp
String getHelp()
Get Comment/Help. Comment or Hint
-
setIsActive
void setIsActive(boolean IsActive)
Set Active. The record is active in the system
-
isActive
boolean isActive()
Get Active. The record is active in the system
-
setIsEncrypted
void setIsEncrypted(boolean IsEncrypted)
Set Encrypted. Display or Storage is encrypted
-
isEncrypted
boolean isEncrypted()
Get Encrypted. Display or Storage is encrypted
-
setIsFieldOnly
void setIsFieldOnly(boolean IsFieldOnly)
Set Field Only. Label is not displayed
-
isFieldOnly
boolean isFieldOnly()
Get Field Only. Label is not displayed
-
setIsHeading
void setIsHeading(boolean IsHeading)
Set Heading only. Field without Column - Only label is displayed
-
isHeading
boolean isHeading()
Get Heading only. Field without Column - Only label is displayed
-
setIsMandatory
void setIsMandatory(boolean IsMandatory)
Set Mandatory. Data entry is required in this column
-
isMandatory
boolean isMandatory()
Get Mandatory. Data entry is required in this column
-
setIsReadOnly
void setIsReadOnly(boolean IsReadOnly)
Set Read Only. Field is read only
-
isReadOnly
boolean isReadOnly()
Get Read Only. Field is read only
-
setIsSameLine
void setIsSameLine(boolean IsSameLine)
Set Same Line. Displayed on same line as previous field
-
isSameLine
boolean isSameLine()
Get Same Line. Displayed on same line as previous field
-
setIsUpdateable
void setIsUpdateable(boolean IsUpdateable)
Set Updatable. Determines, if the field can be updated
-
isUpdateable
boolean isUpdateable()
Get Updatable. Determines, if the field can be updated
-
setName
void setName(String Name)
Set Name. Alphanumeric identifier of the entity
-
getName
String getName()
Get Name. Alphanumeric identifier of the entity
-
setSeqNo
void setSeqNo(int SeqNo)
Set Sequence. Method of ordering records; lowest number comes first
-
getSeqNo
int getSeqNo()
Get Sequence. Method of ordering records; lowest number comes first
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
setValueMax
void setValueMax(String ValueMax)
Set Max. Value. Maximum Value for a field
-
getValueMax
String getValueMax()
Get Max. Value. Maximum Value for a field
-
setValueMin
void setValueMin(String ValueMin)
Set Min. Value. Minimum Value for a field
-
getValueMin
String getValueMin()
Get Min. Value. Minimum Value for a field
-
setVFormat
void setVFormat(String VFormat)
Set Value Format. Format of the value; Can contain fixed format elements, Variables: " _lLoOaAcCa09"
-
getVFormat
String getVFormat()
Get Value Format. Format of the value; Can contain fixed format elements, Variables: " _lLoOaAcCa09"
-
-