Adempiere 3.5.2a

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 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 4 - System
static String COLUMNNAME_AD_MigrationScript_ID
          Column name AD_MigrationScript_ID
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_DeveloperName
          Column name DeveloperName
static String COLUMNNAME_FileName
          Column name FileName
static String COLUMNNAME_isApply
          Column name isApply
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_ProjectName
          Column name ProjectName
static String COLUMNNAME_Reference
          Column name Reference
static String COLUMNNAME_ReleaseNo
          Column name ReleaseNo
static String COLUMNNAME_Script
          Column name Script
static String COLUMNNAME_ScriptRoll
          Column name ScriptRoll
static String COLUMNNAME_Status
          Column name Status
static String COLUMNNAME_URL
          Column name URL
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=53064
static String Table_Name
          TableName=AD_MigrationScript
 
Method Summary
 int getAD_MigrationScript_ID()
          Get Migration Script
 String getDescription()
          Get Description.
 String getDeveloperName()
          Get Developer Name
 String 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 Script
 String getStatus()
          Get Status.
 String getURL()
          Get URL.
 boolean isApply()
          Get Apply Script
 void setAD_MigrationScript_ID(int AD_MigrationScript_ID)
          Set Migration Script
 void setDescription(String Description)
          Set Description.
 void setDeveloperName(String DeveloperName)
          Set Developer Name
 void setFileName(String FileName)
          Set File Name.
 void setisApply(boolean isApply)
          Set Apply Script
 void 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 Script
 void 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


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 4 - System


COLUMNNAME_AD_MigrationScript_ID

static final String COLUMNNAME_AD_MigrationScript_ID
Column name AD_MigrationScript_ID

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_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_URL

static final String COLUMNNAME_URL
Column name URL

See Also:
Constant Field Values
Method Detail

setAD_MigrationScript_ID

void setAD_MigrationScript_ID(int AD_MigrationScript_ID)
Set Migration Script


getAD_MigrationScript_ID

int getAD_MigrationScript_ID()
Get Migration Script


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


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


setURL

void setURL(String URL)
Set URL. Full URL address - e.g. http://www.adempiere.org


getURL

String getURL()
Get URL. Full URL address - e.g. http://www.adempiere.org


Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.