Package org.compiere.model
Interface I_AD_InfoColumn
-
- All Known Implementing Classes:
MInfoColumn
,X_AD_InfoColumn
public interface I_AD_InfoColumn
Generated Interface for AD_InfoColumn- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 4 - Systemstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Element_ID
Column name AD_Element_IDstatic String
COLUMNNAME_AD_FieldStyle_ID
Column name AD_FieldStyle_IDstatic String
COLUMNNAME_AD_InfoColumn_ID
Column name AD_InfoColumn_IDstatic String
COLUMNNAME_AD_InfoColumn_UU
Column name AD_InfoColumn_UUstatic String
COLUMNNAME_AD_InfoWindow_ID
Column name AD_InfoWindow_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_AD_Reference_ID
Column name AD_Reference_IDstatic String
COLUMNNAME_AD_Reference_Value_ID
Column name AD_Reference_Value_IDstatic String
COLUMNNAME_AD_Val_Rule_ID
Column name AD_Val_Rule_IDstatic String
COLUMNNAME_ColumnName
Column name ColumnNamestatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_DefaultValue
Column name DefaultValuestatic String
COLUMNNAME_Description
Column name Descriptionstatic String
COLUMNNAME_DisplayLogic
Column name DisplayLogicstatic String
COLUMNNAME_EntityType
Column name EntityTypestatic String
COLUMNNAME_Help
Column name Helpstatic String
COLUMNNAME_InputFieldValidation
Column name InputFieldValidationstatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_IsAutocomplete
Column name IsAutocompletestatic String
COLUMNNAME_IsCentrallyMaintained
Column name IsCentrallyMaintainedstatic String
COLUMNNAME_IsDisplayed
Column name IsDisplayedstatic String
COLUMNNAME_IsIdentifier
Column name IsIdentifierstatic String
COLUMNNAME_IsKey
Column name IsKeystatic String
COLUMNNAME_IsMandatory
Column name IsMandatorystatic String
COLUMNNAME_IsQueryCriteria
Column name IsQueryCriteriastatic String
COLUMNNAME_IsReadOnly
Column name IsReadOnlystatic String
COLUMNNAME_Name
Column name Namestatic String
COLUMNNAME_Placeholder
Column name Placeholderstatic String
COLUMNNAME_QueryFunction
Column name QueryFunctionstatic String
COLUMNNAME_QueryOperator
Column name QueryOperatorstatic String
COLUMNNAME_SelectClause
Column name SelectClausestatic String
COLUMNNAME_SeqNo
Column name SeqNostatic String
COLUMNNAME_SeqNoSelection
Column name SeqNoSelectionstatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=897static String
Table_Name
TableName=AD_InfoColumn
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAD_Client_ID()
Get Client.I_AD_Element
getAD_Element()
int
getAD_Element_ID()
Get System Element.I_AD_Style
getAD_FieldStyle()
int
getAD_FieldStyle_ID()
Get Field Style.int
getAD_InfoColumn_ID()
Get Info Column.String
getAD_InfoColumn_UU()
Get AD_InfoColumn_UUI_AD_InfoWindow
getAD_InfoWindow()
int
getAD_InfoWindow_ID()
Get Info Window.int
getAD_Org_ID()
Get Organization.I_AD_Reference
getAD_Reference()
int
getAD_Reference_ID()
Get Reference.I_AD_Reference
getAD_Reference_Value()
int
getAD_Reference_Value_ID()
Get Reference Key.I_AD_Val_Rule
getAD_Val_Rule()
int
getAD_Val_Rule_ID()
Get Dynamic Validation.String
getColumnName()
Get DB Column Name.Timestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.String
getDefaultValue()
Get Default Logic.String
getDescription()
Get Description.String
getDisplayLogic()
Get Display Logic.String
getEntityType()
Get Entity Type.String
getHelp()
Get Comment/Help.String
getInputFieldValidation()
Get Input field validation.String
getName()
Get Name.String
getPlaceholder()
Get PlaceholderString
getQueryFunction()
Get Query Function.String
getQueryOperator()
Get Query Operator.String
getSelectClause()
Get Sql SELECT.int
getSeqNo()
Get Sequence.int
getSeqNoSelection()
Get Selection Column Sequence.Timestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.boolean
isActive()
Get Active.boolean
isAutocomplete()
Get Autocomplete.boolean
isCentrallyMaintained()
Get Centrally maintained.boolean
isDisplayed()
Get Displayed.boolean
isIdentifier()
Get Identifier.boolean
isKey()
Get Key column.boolean
isMandatory()
Get Mandatory.boolean
isQueryCriteria()
Get Query Criteria.boolean
isReadOnly()
Get Read Only.void
setAD_Element_ID(int AD_Element_ID)
Set System Element.void
setAD_FieldStyle_ID(int AD_FieldStyle_ID)
Set Field Style.void
setAD_InfoColumn_ID(int AD_InfoColumn_ID)
Set Info Column.void
setAD_InfoColumn_UU(String AD_InfoColumn_UU)
Set AD_InfoColumn_UUvoid
setAD_InfoWindow_ID(int AD_InfoWindow_ID)
Set Info Window.void
setAD_Org_ID(int AD_Org_ID)
Set Organization.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_Val_Rule_ID(int AD_Val_Rule_ID)
Set Dynamic Validation.void
setColumnName(String ColumnName)
Set DB Column Name.void
setDefaultValue(String DefaultValue)
Set Default Logic.void
setDescription(String Description)
Set Description.void
setDisplayLogic(String DisplayLogic)
Set Display Logic.void
setEntityType(String EntityType)
Set Entity Type.void
setHelp(String Help)
Set Comment/Help.void
setInputFieldValidation(String InputFieldValidation)
Set Input field validation.void
setIsActive(boolean IsActive)
Set Active.void
setIsAutocomplete(boolean IsAutocomplete)
Set Autocomplete.void
setIsCentrallyMaintained(boolean IsCentrallyMaintained)
Set Centrally maintained.void
setIsDisplayed(boolean IsDisplayed)
Set Displayed.void
setIsIdentifier(boolean IsIdentifier)
Set Identifier.void
setIsKey(boolean IsKey)
Set Key column.void
setIsMandatory(boolean IsMandatory)
Set Mandatory.void
setIsQueryCriteria(boolean IsQueryCriteria)
Set Query Criteria.void
setIsReadOnly(boolean IsReadOnly)
Set Read Only.void
setName(String Name)
Set Name.void
setPlaceholder(String Placeholder)
Set Placeholdervoid
setQueryFunction(String QueryFunction)
Set Query Function.void
setQueryOperator(String QueryOperator)
Set Query Operator.void
setSelectClause(String SelectClause)
Set Sql SELECT.void
setSeqNo(int SeqNo)
Set Sequence.void
setSeqNoSelection(int SeqNoSelection)
Set Selection Column Sequence.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=AD_InfoColumn- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=897- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 4 - System
-
COLUMNNAME_AD_Client_ID
static final String COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Element_ID
static final String COLUMNNAME_AD_Element_ID
Column name AD_Element_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_FieldStyle_ID
static final String COLUMNNAME_AD_FieldStyle_ID
Column name AD_FieldStyle_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_InfoColumn_ID
static final String COLUMNNAME_AD_InfoColumn_ID
Column name AD_InfoColumn_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_InfoColumn_UU
static final String COLUMNNAME_AD_InfoColumn_UU
Column name AD_InfoColumn_UU- See Also:
- Constant Field Values
-
COLUMNNAME_AD_InfoWindow_ID
static final String COLUMNNAME_AD_InfoWindow_ID
Column name AD_InfoWindow_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_Val_Rule_ID
static final String COLUMNNAME_AD_Val_Rule_ID
Column name AD_Val_Rule_ID- See Also:
- Constant Field Values
-
COLUMNNAME_ColumnName
static final String COLUMNNAME_ColumnName
Column name ColumnName- 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_DisplayLogic
static final String COLUMNNAME_DisplayLogic
Column name DisplayLogic- See Also:
- Constant Field Values
-
COLUMNNAME_EntityType
static final String COLUMNNAME_EntityType
Column name EntityType- See Also:
- Constant Field Values
-
COLUMNNAME_Help
static final String COLUMNNAME_Help
Column name Help- See Also:
- Constant Field Values
-
COLUMNNAME_InputFieldValidation
static final String COLUMNNAME_InputFieldValidation
Column name InputFieldValidation- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_IsAutocomplete
static final String COLUMNNAME_IsAutocomplete
Column name IsAutocomplete- See Also:
- Constant Field Values
-
COLUMNNAME_IsCentrallyMaintained
static final String COLUMNNAME_IsCentrallyMaintained
Column name IsCentrallyMaintained- See Also:
- Constant Field Values
-
COLUMNNAME_IsDisplayed
static final String COLUMNNAME_IsDisplayed
Column name IsDisplayed- See Also:
- Constant Field Values
-
COLUMNNAME_IsIdentifier
static final String COLUMNNAME_IsIdentifier
Column name IsIdentifier- See Also:
- Constant Field Values
-
COLUMNNAME_IsKey
static final String COLUMNNAME_IsKey
Column name IsKey- See Also:
- Constant Field Values
-
COLUMNNAME_IsMandatory
static final String COLUMNNAME_IsMandatory
Column name IsMandatory- See Also:
- Constant Field Values
-
COLUMNNAME_IsQueryCriteria
static final String COLUMNNAME_IsQueryCriteria
Column name IsQueryCriteria- See Also:
- Constant Field Values
-
COLUMNNAME_IsReadOnly
static final String COLUMNNAME_IsReadOnly
Column name IsReadOnly- See Also:
- Constant Field Values
-
COLUMNNAME_Name
static final String COLUMNNAME_Name
Column name Name- See Also:
- Constant Field Values
-
COLUMNNAME_Placeholder
static final String COLUMNNAME_Placeholder
Column name Placeholder- See Also:
- Constant Field Values
-
COLUMNNAME_QueryFunction
static final String COLUMNNAME_QueryFunction
Column name QueryFunction- See Also:
- Constant Field Values
-
COLUMNNAME_QueryOperator
static final String COLUMNNAME_QueryOperator
Column name QueryOperator- See Also:
- Constant Field Values
-
COLUMNNAME_SelectClause
static final String COLUMNNAME_SelectClause
Column name SelectClause- See Also:
- Constant Field Values
-
COLUMNNAME_SeqNo
static final String COLUMNNAME_SeqNo
Column name SeqNo- See Also:
- Constant Field Values
-
COLUMNNAME_SeqNoSelection
static final String COLUMNNAME_SeqNoSelection
Column name SeqNoSelection- 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
-
-
Method Detail
-
getAD_Client_ID
int getAD_Client_ID()
Get Client. Client/Tenant for this installation.
-
setAD_Element_ID
void setAD_Element_ID(int AD_Element_ID)
Set System Element. System Element enables the central maintenance of column description and help.
-
getAD_Element_ID
int getAD_Element_ID()
Get System Element. System Element enables the central maintenance of column description and help.
-
getAD_Element
I_AD_Element getAD_Element() throws RuntimeException
- Throws:
RuntimeException
-
setAD_FieldStyle_ID
void setAD_FieldStyle_ID(int AD_FieldStyle_ID)
Set Field Style. Field CSS Style
-
getAD_FieldStyle_ID
int getAD_FieldStyle_ID()
Get Field Style. Field CSS Style
-
getAD_FieldStyle
I_AD_Style getAD_FieldStyle() throws RuntimeException
- Throws:
RuntimeException
-
setAD_InfoColumn_ID
void setAD_InfoColumn_ID(int AD_InfoColumn_ID)
Set Info Column. Info Window Column
-
getAD_InfoColumn_ID
int getAD_InfoColumn_ID()
Get Info Column. Info Window Column
-
setAD_InfoColumn_UU
void setAD_InfoColumn_UU(String AD_InfoColumn_UU)
Set AD_InfoColumn_UU
-
getAD_InfoColumn_UU
String getAD_InfoColumn_UU()
Get AD_InfoColumn_UU
-
setAD_InfoWindow_ID
void setAD_InfoWindow_ID(int AD_InfoWindow_ID)
Set Info Window. Info and search/select Window
-
getAD_InfoWindow_ID
int getAD_InfoWindow_ID()
Get Info Window. Info and search/select Window
-
getAD_InfoWindow
I_AD_InfoWindow getAD_InfoWindow() throws RuntimeException
- Throws:
RuntimeException
-
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_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
-
setColumnName
void setColumnName(String ColumnName)
Set DB Column Name. Name of the column in the database
-
getColumnName
String getColumnName()
Get DB Column Name. Name of the column in the database
-
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
-
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
-
setEntityType
void setEntityType(String EntityType)
Set Entity Type. Dictionary Entity Type; Determines ownership and synchronization
-
getEntityType
String getEntityType()
Get Entity Type. Dictionary Entity Type; Determines ownership and synchronization
-
setHelp
void setHelp(String Help)
Set Comment/Help. Comment or Hint
-
getHelp
String getHelp()
Get Comment/Help. Comment or Hint
-
setInputFieldValidation
void setInputFieldValidation(String InputFieldValidation)
Set Input field validation. Input field validaton query
-
getInputFieldValidation
String getInputFieldValidation()
Get Input field validation. Input field validaton query
-
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
-
setIsAutocomplete
void setIsAutocomplete(boolean IsAutocomplete)
Set Autocomplete. Automatic completion for textfields
-
isAutocomplete
boolean isAutocomplete()
Get Autocomplete. Automatic completion for textfields
-
setIsCentrallyMaintained
void setIsCentrallyMaintained(boolean IsCentrallyMaintained)
Set Centrally maintained. Information maintained in System Element table
-
isCentrallyMaintained
boolean isCentrallyMaintained()
Get Centrally maintained. Information maintained in System Element table
-
setIsDisplayed
void setIsDisplayed(boolean IsDisplayed)
Set Displayed. Determines, if this field is displayed
-
isDisplayed
boolean isDisplayed()
Get Displayed. Determines, if this field is displayed
-
setIsIdentifier
void setIsIdentifier(boolean IsIdentifier)
Set Identifier. This column is part of the record identifier
-
isIdentifier
boolean isIdentifier()
Get Identifier. This column is part of the record identifier
-
setIsKey
void setIsKey(boolean IsKey)
Set Key column. This column is the key in this table
-
isKey
boolean isKey()
Get Key column. This column is the key in this table
-
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
-
setIsQueryCriteria
void setIsQueryCriteria(boolean IsQueryCriteria)
Set Query Criteria. The column is also used as a query criteria
-
isQueryCriteria
boolean isQueryCriteria()
Get Query Criteria. The column is also used as a query criteria
-
setIsReadOnly
void setIsReadOnly(boolean IsReadOnly)
Set Read Only. Field is read only
-
isReadOnly
boolean isReadOnly()
Get Read Only. Field is read only
-
setName
void setName(String Name)
Set Name. Alphanumeric identifier of the entity
-
getName
String getName()
Get Name. Alphanumeric identifier of the entity
-
setPlaceholder
void setPlaceholder(String Placeholder)
Set Placeholder
-
getPlaceholder
String getPlaceholder()
Get Placeholder
-
setQueryFunction
void setQueryFunction(String QueryFunction)
Set Query Function. Database function for query
-
getQueryFunction
String getQueryFunction()
Get Query Function. Database function for query
-
setQueryOperator
void setQueryOperator(String QueryOperator)
Set Query Operator. Operator for database query
-
getQueryOperator
String getQueryOperator()
Get Query Operator. Operator for database query
-
setSelectClause
void setSelectClause(String SelectClause)
Set Sql SELECT. SQL SELECT clause
-
getSelectClause
String getSelectClause()
Get Sql SELECT. SQL SELECT clause
-
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
-
setSeqNoSelection
void setSeqNoSelection(int SeqNoSelection)
Set Selection Column Sequence. Selection Column Sequence
-
getSeqNoSelection
int getSeqNoSelection()
Get Selection Column Sequence. Selection Column Sequence
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
-