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 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_MigrationScript_IDstatic final String
Column name AD_MigrationScript_UUstatic final String
Column name AD_Org_IDstatic final String
Column name Createdstatic final String
Column name CreatedBystatic final String
Column name Descriptionstatic final String
Column name DeveloperNamestatic final String
Column name FileNamestatic final String
Column name IsActivestatic final String
Column name isApplystatic final String
Column name Namestatic final String
Column name ProjectNamestatic final String
Column name Referencestatic final String
Column name ReleaseNostatic final String
Column name Scriptstatic final String
Column name ScriptRollstatic final String
Column name Statusstatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final String
Column name URLstatic final KeyNamePair
static final int
AD_Table_ID=53064static final String
TableName=AD_MigrationScript -
Method Summary
Modifier and TypeMethodDescriptionint
Get Tenant.int
Get Migration Script.Get AD_MigrationScript_UUint
Get Organization.Get Created.int
Get Created By.Get Description.Get Developer NameGet File Name.getName()
Get Name.Get Project.Get Reference.Get Release No.byte[]
Get Script.Get Roll the ScriptGet Status.Get Updated.int
Get Updated By.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
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
Set Status.void
Set URL.
-
Field Details
-
Table_Name
TableName=AD_MigrationScript- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=53064- See Also:
-
Model
-
accessLevel
AccessLevel = 4 - System -
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_MigrationScript_ID
Column name AD_MigrationScript_ID- See Also:
-
COLUMNNAME_AD_MigrationScript_UU
Column name AD_MigrationScript_UU- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_Description
Column name Description- See Also:
-
COLUMNNAME_DeveloperName
Column name DeveloperName- See Also:
-
COLUMNNAME_FileName
Column name FileName- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_isApply
Column name isApply- See Also:
-
COLUMNNAME_Name
Column name Name- See Also:
-
COLUMNNAME_ProjectName
Column name ProjectName- See Also:
-
COLUMNNAME_Reference
Column name Reference- See Also:
-
COLUMNNAME_ReleaseNo
Column name ReleaseNo- See Also:
-
COLUMNNAME_Script
Column name Script- See Also:
-
COLUMNNAME_ScriptRoll
Column name ScriptRoll- See Also:
-
COLUMNNAME_Status
Column name Status- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
-
COLUMNNAME_URL
Column name URL- See Also:
-
-
Method Details
-
getAD_Client_ID
int getAD_Client_ID()Get Tenant. 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
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 tenant -
getAD_Org_ID
int getAD_Org_ID()Get Organization. Organizational entity within tenant -
getCreated
Timestamp getCreated()Get Created. Date this record was created -
getCreatedBy
int getCreatedBy()Get Created By. User who created this records -
setDescription
Set Description. Optional short description of the record -
getDescription
String getDescription()Get Description. Optional short description of the record -
setDeveloperName
Set Developer Name -
getDeveloperName
String getDeveloperName()Get Developer Name -
setFileName
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
Set Name. Alphanumeric identifier of the entity -
getName
String getName()Get Name. Alphanumeric identifier of the entity -
setProjectName
Set Project. Name of the Project -
getProjectName
String getProjectName()Get Project. Name of the Project -
setReference
Set Reference. Reference for this record -
getReference
String getReference()Get Reference. Reference for this record -
setReleaseNo
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
Set Roll the Script -
getScriptRoll
String getScriptRoll()Get Roll the Script -
setStatus
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
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
-