Package org.compiere.model
Interface I_AD_MigrationScript
-
- All Known Implementing Classes:
X_AD_MigrationScript
public interface I_AD_MigrationScriptGenerated Interface for AD_MigrationScript- 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_MigrationScript_IDColumn name AD_MigrationScript_IDstatic StringCOLUMNNAME_AD_MigrationScript_UUColumn name AD_MigrationScript_UUstatic StringCOLUMNNAME_AD_Org_IDColumn name AD_Org_IDstatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_DescriptionColumn name Descriptionstatic StringCOLUMNNAME_DeveloperNameColumn name DeveloperNamestatic StringCOLUMNNAME_FileNameColumn name FileNamestatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_isApplyColumn name isApplystatic StringCOLUMNNAME_NameColumn name Namestatic StringCOLUMNNAME_ProjectNameColumn name ProjectNamestatic StringCOLUMNNAME_ReferenceColumn name Referencestatic StringCOLUMNNAME_ReleaseNoColumn name ReleaseNostatic StringCOLUMNNAME_ScriptColumn name Scriptstatic StringCOLUMNNAME_ScriptRollColumn name ScriptRollstatic StringCOLUMNNAME_StatusColumn name Statusstatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic StringCOLUMNNAME_URLColumn name URLstatic KeyNamePairModelstatic intTable_IDAD_Table_ID=53064static StringTable_NameTableName=AD_MigrationScript
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAD_Client_ID()Get Client.intgetAD_MigrationScript_ID()Get Migration Script.StringgetAD_MigrationScript_UU()Get AD_MigrationScript_UUintgetAD_Org_ID()Get Organization.TimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.StringgetDescription()Get Description.StringgetDeveloperName()Get Developer NameStringgetFileName()Get File Name.StringgetName()Get Name.StringgetProjectName()Get Project.StringgetReference()Get Reference.StringgetReleaseNo()Get Release No.byte[]getScript()Get Script.StringgetScriptRoll()Get Roll the ScriptStringgetStatus()Get Status.TimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.StringgetURL()Get URL.booleanisActive()Get Active.booleanisApply()Get Apply ScriptvoidsetAD_MigrationScript_ID(int AD_MigrationScript_ID)Set Migration Script.voidsetAD_MigrationScript_UU(String AD_MigrationScript_UU)Set AD_MigrationScript_UUvoidsetAD_Org_ID(int AD_Org_ID)Set Organization.voidsetDescription(String Description)Set Description.voidsetDeveloperName(String DeveloperName)Set Developer NamevoidsetFileName(String FileName)Set File Name.voidsetIsActive(boolean IsActive)Set Active.voidsetisApply(boolean isApply)Set Apply ScriptvoidsetName(String Name)Set Name.voidsetProjectName(String ProjectName)Set Project.voidsetReference(String Reference)Set Reference.voidsetReleaseNo(String ReleaseNo)Set Release No.voidsetScript(byte[] Script)Set Script.voidsetScriptRoll(String ScriptRoll)Set Roll the ScriptvoidsetStatus(String Status)Set Status.voidsetURL(String URL)Set URL.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=AD_MigrationScript- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=53064- 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_MigrationScript_ID
static final String COLUMNNAME_AD_MigrationScript_ID
Column name AD_MigrationScript_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_MigrationScript_UU
static final String COLUMNNAME_AD_MigrationScript_UU
Column name AD_MigrationScript_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_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_Description
static final String COLUMNNAME_Description
Column name Description- See Also:
- Constant Field Values
-
COLUMNNAME_DeveloperName
static final String COLUMNNAME_DeveloperName
Column name DeveloperName- See Also:
- Constant Field Values
-
COLUMNNAME_FileName
static final String COLUMNNAME_FileName
Column name FileName- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_isApply
static final String COLUMNNAME_isApply
Column name isApply- See Also:
- Constant Field Values
-
COLUMNNAME_Name
static final String COLUMNNAME_Name
Column name Name- See Also:
- Constant Field Values
-
COLUMNNAME_ProjectName
static final String COLUMNNAME_ProjectName
Column name ProjectName- See Also:
- Constant Field Values
-
COLUMNNAME_Reference
static final String COLUMNNAME_Reference
Column name Reference- See Also:
- Constant Field Values
-
COLUMNNAME_ReleaseNo
static final String COLUMNNAME_ReleaseNo
Column name ReleaseNo- See Also:
- Constant Field Values
-
COLUMNNAME_Script
static final String COLUMNNAME_Script
Column name Script- See Also:
- Constant Field Values
-
COLUMNNAME_ScriptRoll
static final String COLUMNNAME_ScriptRoll
Column name ScriptRoll- See Also:
- Constant Field Values
-
COLUMNNAME_Status
static final String COLUMNNAME_Status
Column name Status- 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_URL
static final String COLUMNNAME_URL
Column name URL- See Also:
- Constant Field Values
-
-
Method Detail
-
getAD_Client_ID
int getAD_Client_ID()
Get Client. Client/Tenant for this installation.
-
setAD_MigrationScript_ID
void setAD_MigrationScript_ID(int AD_MigrationScript_ID)
Set Migration Script. Table to check whether the migration script has been applied
-
getAD_MigrationScript_ID
int getAD_MigrationScript_ID()
Get Migration Script. Table to check whether the migration script has been applied
-
setAD_MigrationScript_UU
void setAD_MigrationScript_UU(String AD_MigrationScript_UU)
Set AD_MigrationScript_UU
-
getAD_MigrationScript_UU
String getAD_MigrationScript_UU()
Get AD_MigrationScript_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
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
setDescription
void setDescription(String Description)
Set Description. Optional short description of the record
-
getDescription
String getDescription()
Get Description. Optional short description of the record
-
setDeveloperName
void setDeveloperName(String DeveloperName)
Set Developer Name
-
getDeveloperName
String getDeveloperName()
Get Developer Name
-
setFileName
void setFileName(String FileName)
Set File Name. Name of the local file or URL
-
getFileName
String getFileName()
Get File Name. Name of the local file or URL
-
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
-
setisApply
void setisApply(boolean isApply)
Set Apply Script
-
isApply
boolean isApply()
Get Apply Script
-
setName
void setName(String Name)
Set Name. Alphanumeric identifier of the entity
-
getName
String getName()
Get Name. Alphanumeric identifier of the entity
-
setProjectName
void setProjectName(String ProjectName)
Set Project. Name of the Project
-
getProjectName
String getProjectName()
Get Project. Name of the Project
-
setReference
void setReference(String Reference)
Set Reference. Reference for this record
-
getReference
String getReference()
Get Reference. Reference for this record
-
setReleaseNo
void setReleaseNo(String ReleaseNo)
Set Release No. Internal Release Number
-
getReleaseNo
String getReleaseNo()
Get Release No. Internal Release Number
-
setScript
void setScript(byte[] Script)
Set Script. Dynamic Java Language Script to calculate result
-
getScript
byte[] getScript()
Get Script. Dynamic Java Language Script to calculate result
-
setScriptRoll
void setScriptRoll(String ScriptRoll)
Set Roll the Script
-
getScriptRoll
String getScriptRoll()
Get Roll the Script
-
setStatus
void setStatus(String Status)
Set Status. Status of the currently running check
-
getStatus
String getStatus()
Get Status. Status of the currently running check
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
setURL
void setURL(String URL)
Set URL. Full URL address - e.g. http://www.idempiere.org
-
getURL
String getURL()
Get URL. Full URL address - e.g. http://www.idempiere.org
-
-