Package org.compiere.model
Interface I_AD_ImportTemplate
-
- All Known Implementing Classes:
MImportTemplate,X_AD_ImportTemplate
public interface I_AD_ImportTemplateGenerated Interface for AD_ImportTemplate- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimalaccessLevelAccessLevel = 7 - System - Client - Orgstatic StringCOLUMNNAME_AD_Client_IDColumn name AD_Client_IDstatic StringCOLUMNNAME_AD_ImportTemplate_IDColumn name AD_ImportTemplate_IDstatic StringCOLUMNNAME_AD_ImportTemplate_UUColumn name AD_ImportTemplate_UUstatic StringCOLUMNNAME_AD_Org_IDColumn name AD_Org_IDstatic StringCOLUMNNAME_AD_Tab_IDColumn name AD_Tab_IDstatic StringCOLUMNNAME_AD_Window_IDColumn name AD_Window_IDstatic StringCOLUMNNAME_CharacterSetColumn name CharacterSetstatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_CSVAliasHeaderColumn name CSVAliasHeaderstatic StringCOLUMNNAME_CSVHeaderColumn name CSVHeaderstatic StringCOLUMNNAME_DescriptionColumn name Descriptionstatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_NameColumn name Namestatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic KeyNamePairModelstatic intTable_IDAD_Table_ID=200153static StringTable_NameTableName=AD_ImportTemplate
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAD_Client_ID()Get Client.intgetAD_ImportTemplate_ID()Get Import TemplateStringgetAD_ImportTemplate_UU()Get AD_ImportTemplate_UUintgetAD_Org_ID()Get Organization.I_AD_TabgetAD_Tab()intgetAD_Tab_ID()Get Tab.I_AD_WindowgetAD_Window()intgetAD_Window_ID()Get Window.StringgetCharacterSet()Get Character SetTimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.StringgetCSVAliasHeader()Get CSV Alias HeaderStringgetCSVHeader()Get CSV HeaderStringgetDescription()Get Description.StringgetName()Get Name.TimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.booleanisActive()Get Active.voidsetAD_ImportTemplate_ID(int AD_ImportTemplate_ID)Set Import TemplatevoidsetAD_ImportTemplate_UU(String AD_ImportTemplate_UU)Set AD_ImportTemplate_UUvoidsetAD_Org_ID(int AD_Org_ID)Set Organization.voidsetAD_Tab_ID(int AD_Tab_ID)Set Tab.voidsetAD_Window_ID(int AD_Window_ID)Set Window.voidsetCharacterSet(String CharacterSet)Set Character SetvoidsetCSVAliasHeader(String CSVAliasHeader)Set CSV Alias HeadervoidsetCSVHeader(String CSVHeader)Set CSV HeadervoidsetDescription(String Description)Set Description.voidsetIsActive(boolean IsActive)Set Active.voidsetName(String Name)Set Name.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=AD_ImportTemplate- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=200153- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 7 - System - Client - Org
-
COLUMNNAME_AD_Client_ID
static final String COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_ImportTemplate_ID
static final String COLUMNNAME_AD_ImportTemplate_ID
Column name AD_ImportTemplate_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_ImportTemplate_UU
static final String COLUMNNAME_AD_ImportTemplate_UU
Column name AD_ImportTemplate_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_Tab_ID
static final String COLUMNNAME_AD_Tab_ID
Column name AD_Tab_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Window_ID
static final String COLUMNNAME_AD_Window_ID
Column name AD_Window_ID- See Also:
- Constant Field Values
-
COLUMNNAME_CharacterSet
static final String COLUMNNAME_CharacterSet
Column name CharacterSet- 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_CSVAliasHeader
static final String COLUMNNAME_CSVAliasHeader
Column name CSVAliasHeader- See Also:
- Constant Field Values
-
COLUMNNAME_CSVHeader
static final String COLUMNNAME_CSVHeader
Column name CSVHeader- See Also:
- Constant Field Values
-
COLUMNNAME_Description
static final String COLUMNNAME_Description
Column name Description- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_Name
static final String COLUMNNAME_Name
Column name Name- 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_ImportTemplate_ID
void setAD_ImportTemplate_ID(int AD_ImportTemplate_ID)
Set Import Template
-
getAD_ImportTemplate_ID
int getAD_ImportTemplate_ID()
Get Import Template
-
setAD_ImportTemplate_UU
void setAD_ImportTemplate_UU(String AD_ImportTemplate_UU)
Set AD_ImportTemplate_UU
-
getAD_ImportTemplate_UU
String getAD_ImportTemplate_UU()
Get AD_ImportTemplate_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_Tab_ID
void setAD_Tab_ID(int AD_Tab_ID)
Set Tab. Tab within a Window
-
getAD_Tab_ID
int getAD_Tab_ID()
Get Tab. Tab within a Window
-
getAD_Tab
I_AD_Tab getAD_Tab() throws RuntimeException
- Throws:
RuntimeException
-
setAD_Window_ID
void setAD_Window_ID(int AD_Window_ID)
Set Window. Data entry or display window
-
getAD_Window_ID
int getAD_Window_ID()
Get Window. Data entry or display window
-
getAD_Window
I_AD_Window getAD_Window() throws RuntimeException
- Throws:
RuntimeException
-
setCharacterSet
void setCharacterSet(String CharacterSet)
Set Character Set
-
getCharacterSet
String getCharacterSet()
Get Character Set
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
setCSVAliasHeader
void setCSVAliasHeader(String CSVAliasHeader)
Set CSV Alias Header
-
getCSVAliasHeader
String getCSVAliasHeader()
Get CSV Alias Header
-
setCSVHeader
void setCSVHeader(String CSVHeader)
Set CSV Header
-
getCSVHeader
String getCSVHeader()
Get CSV Header
-
setDescription
void setDescription(String Description)
Set Description. Optional short description of the record
-
getDescription
String getDescription()
Get Description. Optional short description of the record
-
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
-
setName
void setName(String Name)
Set Name. Alphanumeric identifier of the entity
-
getName
String getName()
Get Name. Alphanumeric identifier of the entity
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
-