Package org.compiere.model
Interface I_AD_IndexColumn
- All Known Implementing Classes:
MIndexColumn
,X_AD_IndexColumn
public interface I_AD_IndexColumn
Generated Interface for AD_IndexColumn
- Version:
- Release 11
- Author:
- iDempiere (generated)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BigDecimal
AccessLevel = 4 - Systemstatic final String
Column name AD_Client_IDstatic final String
Column name AD_Column_IDstatic final String
Column name AD_IndexColumn_IDstatic final String
Column name AD_IndexColumn_UUstatic final String
Column name AD_Org_IDstatic final String
Column name AD_TableIndex_IDstatic final String
Column name ColumnSQLstatic final String
Column name Createdstatic final String
Column name CreatedBystatic final String
Column name EntityTypestatic final String
Column name IsActivestatic final String
Column name SeqNostatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final KeyNamePair
static final int
AD_Table_ID=200086static final String
TableName=AD_IndexColumn -
Method Summary
Modifier and TypeMethodDescriptionint
Get Tenant.int
Get Column.int
Get Table Index ColumnGet AD_IndexColumn_UUint
Get Organization.int
Get Table IndexGet Column SQL.Get Created.int
Get Created By.Get Entity Type.int
getSeqNo()
Get Sequence.Get Updated.int
Get Updated By.boolean
isActive()
Get Active.void
setAD_Column_ID
(int AD_Column_ID) Set Column.void
setAD_IndexColumn_ID
(int AD_IndexColumn_ID) Set Table Index Columnvoid
setAD_IndexColumn_UU
(String AD_IndexColumn_UU) Set AD_IndexColumn_UUvoid
setAD_Org_ID
(int AD_Org_ID) Set Organization.void
setAD_TableIndex_ID
(int AD_TableIndex_ID) Set Table Indexvoid
setColumnSQL
(String ColumnSQL) Set Column SQL.void
setEntityType
(String EntityType) Set Entity Type.void
setIsActive
(boolean IsActive) Set Active.void
setSeqNo
(int SeqNo) Set Sequence.
-
Field Details
-
Table_Name
TableName=AD_IndexColumn- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=200086- See Also:
-
Model
-
accessLevel
AccessLevel = 4 - System -
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_Column_ID
Column name AD_Column_ID- See Also:
-
COLUMNNAME_AD_IndexColumn_ID
Column name AD_IndexColumn_ID- See Also:
-
COLUMNNAME_AD_IndexColumn_UU
Column name AD_IndexColumn_UU- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_AD_TableIndex_ID
Column name AD_TableIndex_ID- See Also:
-
COLUMNNAME_ColumnSQL
Column name ColumnSQL- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_EntityType
Column name EntityType- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_SeqNo
Column name SeqNo- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
-
-
Method Details
-
getAD_Client_ID
int getAD_Client_ID()Get Tenant. 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
- 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
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 tenant -
getAD_Org_ID
int getAD_Org_ID()Get Organization. Organizational entity within tenant -
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
- Throws:
RuntimeException
-
setColumnSQL
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
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
-