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 13
- Author:
- iDempiere (generated)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BigDecimalAccessLevel = 4 - Systemstatic final StringColumn name AD_Client_IDstatic final StringColumn name AD_MigrationScript_IDstatic final StringColumn name AD_MigrationScript_UUstatic final StringColumn name AD_Org_IDstatic final StringColumn name Createdstatic final StringColumn name CreatedBystatic final StringColumn name Descriptionstatic final StringColumn name DeveloperNamestatic final StringColumn name FileNamestatic final StringColumn name IsActivestatic final StringColumn name isApplystatic final StringColumn name Namestatic final StringColumn name ProjectNamestatic final StringColumn name Referencestatic final StringColumn name ReleaseNostatic final StringColumn name Scriptstatic final StringColumn name ScriptRollstatic final StringColumn name Statusstatic final StringColumn name Updatedstatic final StringColumn name UpdatedBystatic final StringColumn name URLstatic final KeyNamePairstatic final intAD_Table_ID=53064static final StringTableName=AD_MigrationScript -
Method Summary
Modifier and TypeMethodDescriptionintGet Tenant.intGet Migration Script.Get AD_MigrationScript_UUintGet Organization.Get Created.intGet 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.intGet Updated By.getURL()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 ScriptvoidSet 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 ScriptvoidSet Status.voidSet 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_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_URL
Column name URL- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
-
COLUMNNAME_isApply
Column name isApply- 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 -
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 -
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 -
getUpdated
Timestamp getUpdated()Get Updated. Date this record was updated -
getUpdatedBy
int getUpdatedBy()Get Updated By. User who updated this records -
setisApply
void setisApply(boolean isApply) Set Apply Script -
isApply
boolean isApply()Get Apply Script
-