Package org.compiere.model
Interface I_AD_IndexColumn
-
- All Known Implementing Classes:
MIndexColumn,X_AD_IndexColumn
public interface I_AD_IndexColumnGenerated Interface for AD_IndexColumn- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimalaccessLevelAccessLevel = 4 - Systemstatic StringCOLUMNNAME_AD_Client_IDColumn name AD_Client_IDstatic StringCOLUMNNAME_AD_Column_IDColumn name AD_Column_IDstatic StringCOLUMNNAME_AD_IndexColumn_IDColumn name AD_IndexColumn_IDstatic StringCOLUMNNAME_AD_IndexColumn_UUColumn name AD_IndexColumn_UUstatic StringCOLUMNNAME_AD_Org_IDColumn name AD_Org_IDstatic StringCOLUMNNAME_AD_TableIndex_IDColumn name AD_TableIndex_IDstatic StringCOLUMNNAME_ColumnSQLColumn name ColumnSQLstatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_EntityTypeColumn name EntityTypestatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_SeqNoColumn name SeqNostatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic KeyNamePairModelstatic intTable_IDAD_Table_ID=200086static StringTable_NameTableName=AD_IndexColumn
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAD_Client_ID()Get Client.I_AD_ColumngetAD_Column()intgetAD_Column_ID()Get Column.intgetAD_IndexColumn_ID()Get Table Index ColumnStringgetAD_IndexColumn_UU()Get AD_IndexColumn_UUintgetAD_Org_ID()Get Organization.I_AD_TableIndexgetAD_TableIndex()intgetAD_TableIndex_ID()Get Table IndexStringgetColumnSQL()Get Column SQL.TimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.StringgetEntityType()Get Entity Type.intgetSeqNo()Get Sequence.TimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.booleanisActive()Get Active.voidsetAD_Column_ID(int AD_Column_ID)Set Column.voidsetAD_IndexColumn_ID(int AD_IndexColumn_ID)Set Table Index ColumnvoidsetAD_IndexColumn_UU(String AD_IndexColumn_UU)Set AD_IndexColumn_UUvoidsetAD_Org_ID(int AD_Org_ID)Set Organization.voidsetAD_TableIndex_ID(int AD_TableIndex_ID)Set Table IndexvoidsetColumnSQL(String ColumnSQL)Set Column SQL.voidsetEntityType(String EntityType)Set Entity Type.voidsetIsActive(boolean IsActive)Set Active.voidsetSeqNo(int SeqNo)Set Sequence.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=AD_IndexColumn- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=200086- 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_Column_ID
static final String COLUMNNAME_AD_Column_ID
Column name AD_Column_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_IndexColumn_ID
static final String COLUMNNAME_AD_IndexColumn_ID
Column name AD_IndexColumn_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_IndexColumn_UU
static final String COLUMNNAME_AD_IndexColumn_UU
Column name AD_IndexColumn_UU- 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_TableIndex_ID
static final String COLUMNNAME_AD_TableIndex_ID
Column name AD_TableIndex_ID- See Also:
- Constant Field Values
-
COLUMNNAME_ColumnSQL
static final String COLUMNNAME_ColumnSQL
Column name ColumnSQL- 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_EntityType
static final String COLUMNNAME_EntityType
Column name EntityType- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- 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
-
-
Method Detail
-
getAD_Client_ID
int getAD_Client_ID()
Get Client. Client/Tenant for this installation.
-
setAD_Column_ID
void setAD_Column_ID(int AD_Column_ID)
Set Column. Column in the table
-
getAD_Column_ID
int getAD_Column_ID()
Get Column. Column in the table
-
getAD_Column
I_AD_Column getAD_Column() throws RuntimeException
- Throws:
RuntimeException
-
setAD_IndexColumn_ID
void setAD_IndexColumn_ID(int AD_IndexColumn_ID)
Set Table Index Column
-
getAD_IndexColumn_ID
int getAD_IndexColumn_ID()
Get Table Index Column
-
setAD_IndexColumn_UU
void setAD_IndexColumn_UU(String AD_IndexColumn_UU)
Set AD_IndexColumn_UU
-
getAD_IndexColumn_UU
String getAD_IndexColumn_UU()
Get AD_IndexColumn_UU
-
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_TableIndex_ID
void setAD_TableIndex_ID(int AD_TableIndex_ID)
Set Table Index
-
getAD_TableIndex_ID
int getAD_TableIndex_ID()
Get Table Index
-
getAD_TableIndex
I_AD_TableIndex getAD_TableIndex() throws RuntimeException
- Throws:
RuntimeException
-
setColumnSQL
void setColumnSQL(String ColumnSQL)
Set Column SQL. Virtual Column (r/o)
-
getColumnSQL
String getColumnSQL()
Get Column SQL. Virtual Column (r/o)
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
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
-
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
-
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
-
-