Package org.compiere.model
Interface I_AD_MigrationScript
-
- All Known Implementing Classes:
X_AD_MigrationScript
public interface I_AD_MigrationScript
Generated Interface for AD_MigrationScript- 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_MigrationScript_ID
Column name AD_MigrationScript_IDstatic String
COLUMNNAME_AD_MigrationScript_UU
Column name AD_MigrationScript_UUstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_Description
Column name Descriptionstatic String
COLUMNNAME_DeveloperName
Column name DeveloperNamestatic String
COLUMNNAME_FileName
Column name FileNamestatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_isApply
Column name isApplystatic String
COLUMNNAME_Name
Column name Namestatic String
COLUMNNAME_ProjectName
Column name ProjectNamestatic String
COLUMNNAME_Reference
Column name Referencestatic String
COLUMNNAME_ReleaseNo
Column name ReleaseNostatic String
COLUMNNAME_Script
Column name Scriptstatic String
COLUMNNAME_ScriptRoll
Column name ScriptRollstatic String
COLUMNNAME_Status
Column name Statusstatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic String
COLUMNNAME_URL
Column name URLstatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=53064static String
Table_Name
TableName=AD_MigrationScript
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAD_Client_ID()
Get Client.int
getAD_MigrationScript_ID()
Get Migration Script.String
getAD_MigrationScript_UU()
Get AD_MigrationScript_UUint
getAD_Org_ID()
Get Organization.Timestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.String
getDescription()
Get Description.String
getDeveloperName()
Get Developer NameString
getFileName()
Get File Name.String
getName()
Get Name.String
getProjectName()
Get Project.String
getReference()
Get Reference.String
getReleaseNo()
Get Release No.byte[]
getScript()
Get Script.String
getScriptRoll()
Get Roll the ScriptString
getStatus()
Get Status.Timestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.String
getURL()
Get URL.boolean
isActive()
Get Active.boolean
isApply()
Get Apply Scriptvoid
setAD_MigrationScript_ID(int AD_MigrationScript_ID)
Set Migration Script.void
setAD_MigrationScript_UU(String AD_MigrationScript_UU)
Set AD_MigrationScript_UUvoid
setAD_Org_ID(int AD_Org_ID)
Set Organization.void
setDescription(String Description)
Set Description.void
setDeveloperName(String DeveloperName)
Set Developer Namevoid
setFileName(String FileName)
Set File Name.void
setIsActive(boolean IsActive)
Set Active.void
setisApply(boolean isApply)
Set Apply Scriptvoid
setName(String Name)
Set Name.void
setProjectName(String ProjectName)
Set Project.void
setReference(String Reference)
Set Reference.void
setReleaseNo(String ReleaseNo)
Set Release No.void
setScript(byte[] Script)
Set Script.void
setScriptRoll(String ScriptRoll)
Set Roll the Scriptvoid
setStatus(String Status)
Set Status.void
setURL(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
-
-