Adempiere 3.5.2a

org.compiere.model
Interface I_AD_System

All Known Implementing Classes:
MSystem, X_AD_System

public interface I_AD_System

Generated Interface for AD_System

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 4 - System
static String COLUMNNAME_AD_System_ID
          Column name AD_System_ID
static String COLUMNNAME_CustomPrefix
          Column name CustomPrefix
static String COLUMNNAME_DBAddress
          Column name DBAddress
static String COLUMNNAME_DBInstance
          Column name DBInstance
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_EncryptionKey
          Column name EncryptionKey
static String COLUMNNAME_IDRangeEnd
          Column name IDRangeEnd
static String COLUMNNAME_IDRangeStart
          Column name IDRangeStart
static String COLUMNNAME_Info
          Column name Info
static String COLUMNNAME_IsAllowStatistics
          Column name IsAllowStatistics
static String COLUMNNAME_IsAutoErrorReport
          Column name IsAutoErrorReport
static String COLUMNNAME_IsFailOnBuildDiffer
          Column name IsFailOnBuildDiffer
static String COLUMNNAME_IsFailOnMissingModelValidator
          Column name IsFailOnMissingModelValidator
static String COLUMNNAME_IsJustMigrated
          Column name IsJustMigrated
static String COLUMNNAME_LastBuildInfo
          Column name LastBuildInfo
static String COLUMNNAME_LDAPDomain
          Column name LDAPDomain
static String COLUMNNAME_LDAPHost
          Column name LDAPHost
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_NoProcessors
          Column name NoProcessors
static String COLUMNNAME_OldName
          Column name OldName
static String COLUMNNAME_Password
          Column name Password
static String COLUMNNAME_Processing
          Column name Processing
static String COLUMNNAME_ProfileInfo
          Column name ProfileInfo
static String COLUMNNAME_Record_ID
          Column name Record_ID
static String COLUMNNAME_ReleaseNo
          Column name ReleaseNo
static String COLUMNNAME_ReplicationType
          Column name ReplicationType
static String COLUMNNAME_StatisticsInfo
          Column name StatisticsInfo
static String COLUMNNAME_Summary
          Column name Summary
static String COLUMNNAME_SupportEMail
          Column name SupportEMail
static String COLUMNNAME_SupportExpDate
          Column name SupportExpDate
static String COLUMNNAME_SupportUnits
          Column name SupportUnits
static String COLUMNNAME_SystemStatus
          Column name SystemStatus
static String COLUMNNAME_UserName
          Column name UserName
static String COLUMNNAME_Version
          Column name Version
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=531
static String Table_Name
          TableName=AD_System
 
Method Summary
 int getAD_System_ID()
          Get System.
 String getCustomPrefix()
          Get Custom Prefix.
 String getDBAddress()
          Get DB Address.
 String getDBInstance()
          Get Database Name.
 String getDescription()
          Get Description.
 String getEncryptionKey()
          Get Encryption Class.
 BigDecimal getIDRangeEnd()
          Get ID Range End.
 BigDecimal getIDRangeStart()
          Get ID Range Start.
 String getInfo()
          Get Info.
 String getLastBuildInfo()
          Get Last Build Info
 String getLDAPDomain()
          Get LDAP Domain.
 String getLDAPHost()
          Get LDAP URL.
 String getName()
          Get Name.
 int getNoProcessors()
          Get Processors.
 String getOldName()
          Get Old Name
 String getPassword()
          Get Password.
 String getProfileInfo()
          Get Profile.
 int getRecord_ID()
          Get Record ID.
 String getReleaseNo()
          Get Release No.
 String getReplicationType()
          Get Replication Type.
 String getStatisticsInfo()
          Get Statistics.
 String getSummary()
          Get Summary.
 String getSupportEMail()
          Get Support EMail.
 Timestamp getSupportExpDate()
          Get Support Expires.
 int getSupportUnits()
          Get Internal Users.
 String getSystemStatus()
          Get System Status.
 String getUserName()
          Get Registered EMail.
 String getVersion()
          Get Version.
 boolean isAllowStatistics()
          Get Maintain Statistics.
 boolean isAutoErrorReport()
          Get Error Reporting.
 boolean isFailOnBuildDiffer()
          Get Fail if Build Differ
 boolean isFailOnMissingModelValidator()
          Get Fail on Missing Model Validator
 boolean isJustMigrated()
          Get Just Migrated.
 boolean isProcessing()
          Get Process Now
 void setAD_System_ID(int AD_System_ID)
          Set System.
 void setCustomPrefix(String CustomPrefix)
          Set Custom Prefix.
 void setDBAddress(String DBAddress)
          Set DB Address.
 void setDBInstance(String DBInstance)
          Set Database Name.
 void setDescription(String Description)
          Set Description.
 void setEncryptionKey(String EncryptionKey)
          Set Encryption Class.
 void setIDRangeEnd(BigDecimal IDRangeEnd)
          Set ID Range End.
 void setIDRangeStart(BigDecimal IDRangeStart)
          Set ID Range Start.
 void setInfo(String Info)
          Set Info.
 void setIsAllowStatistics(boolean IsAllowStatistics)
          Set Maintain Statistics.
 void setIsAutoErrorReport(boolean IsAutoErrorReport)
          Set Error Reporting.
 void setIsFailOnBuildDiffer(boolean IsFailOnBuildDiffer)
          Set Fail if Build Differ
 void setIsFailOnMissingModelValidator(boolean IsFailOnMissingModelValidator)
          Set Fail on Missing Model Validator
 void setIsJustMigrated(boolean IsJustMigrated)
          Set Just Migrated.
 void setLastBuildInfo(String LastBuildInfo)
          Set Last Build Info
 void setLDAPDomain(String LDAPDomain)
          Set LDAP Domain.
 void setLDAPHost(String LDAPHost)
          Set LDAP URL.
 void setName(String Name)
          Set Name.
 void setNoProcessors(int NoProcessors)
          Set Processors.
 void setOldName(String OldName)
          Set Old Name
 void setPassword(String Password)
          Set Password.
 void setProcessing(boolean Processing)
          Set Process Now
 void setProfileInfo(String ProfileInfo)
          Set Profile.
 void setRecord_ID(int Record_ID)
          Set Record ID.
 void setReleaseNo(String ReleaseNo)
          Set Release No.
 void setReplicationType(String ReplicationType)
          Set Replication Type.
 void setStatisticsInfo(String StatisticsInfo)
          Set Statistics.
 void setSummary(String Summary)
          Set Summary.
 void setSupportEMail(String SupportEMail)
          Set Support EMail.
 void setSupportExpDate(Timestamp SupportExpDate)
          Set Support Expires.
 void setSupportUnits(int SupportUnits)
          Set Internal Users.
 void setSystemStatus(String SystemStatus)
          Set System Status.
 void setUserName(String UserName)
          Set Registered EMail.
 void setVersion(String Version)
          Set Version.
 

Field Detail

Table_Name

static final String Table_Name
TableName=AD_System

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=531


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 4 - System


COLUMNNAME_AD_System_ID

static final String COLUMNNAME_AD_System_ID
Column name AD_System_ID

See Also:
Constant Field Values

COLUMNNAME_CustomPrefix

static final String COLUMNNAME_CustomPrefix
Column name CustomPrefix

See Also:
Constant Field Values

COLUMNNAME_DBAddress

static final String COLUMNNAME_DBAddress
Column name DBAddress

See Also:
Constant Field Values

COLUMNNAME_DBInstance

static final String COLUMNNAME_DBInstance
Column name DBInstance

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_EncryptionKey

static final String COLUMNNAME_EncryptionKey
Column name EncryptionKey

See Also:
Constant Field Values

COLUMNNAME_IDRangeEnd

static final String COLUMNNAME_IDRangeEnd
Column name IDRangeEnd

See Also:
Constant Field Values

COLUMNNAME_IDRangeStart

static final String COLUMNNAME_IDRangeStart
Column name IDRangeStart

See Also:
Constant Field Values

COLUMNNAME_Info

static final String COLUMNNAME_Info
Column name Info

See Also:
Constant Field Values

COLUMNNAME_IsAllowStatistics

static final String COLUMNNAME_IsAllowStatistics
Column name IsAllowStatistics

See Also:
Constant Field Values

COLUMNNAME_IsAutoErrorReport

static final String COLUMNNAME_IsAutoErrorReport
Column name IsAutoErrorReport

See Also:
Constant Field Values

COLUMNNAME_IsFailOnBuildDiffer

static final String COLUMNNAME_IsFailOnBuildDiffer
Column name IsFailOnBuildDiffer

See Also:
Constant Field Values

COLUMNNAME_IsFailOnMissingModelValidator

static final String COLUMNNAME_IsFailOnMissingModelValidator
Column name IsFailOnMissingModelValidator

See Also:
Constant Field Values

COLUMNNAME_IsJustMigrated

static final String COLUMNNAME_IsJustMigrated
Column name IsJustMigrated

See Also:
Constant Field Values

COLUMNNAME_LastBuildInfo

static final String COLUMNNAME_LastBuildInfo
Column name LastBuildInfo

See Also:
Constant Field Values

COLUMNNAME_LDAPDomain

static final String COLUMNNAME_LDAPDomain
Column name LDAPDomain

See Also:
Constant Field Values

COLUMNNAME_LDAPHost

static final String COLUMNNAME_LDAPHost
Column name LDAPHost

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values

COLUMNNAME_NoProcessors

static final String COLUMNNAME_NoProcessors
Column name NoProcessors

See Also:
Constant Field Values

COLUMNNAME_OldName

static final String COLUMNNAME_OldName
Column name OldName

See Also:
Constant Field Values

COLUMNNAME_Password

static final String COLUMNNAME_Password
Column name Password

See Also:
Constant Field Values

COLUMNNAME_Processing

static final String COLUMNNAME_Processing
Column name Processing

See Also:
Constant Field Values

COLUMNNAME_ProfileInfo

static final String COLUMNNAME_ProfileInfo
Column name ProfileInfo

See Also:
Constant Field Values

COLUMNNAME_Record_ID

static final String COLUMNNAME_Record_ID
Column name Record_ID

See Also:
Constant Field Values

COLUMNNAME_ReleaseNo

static final String COLUMNNAME_ReleaseNo
Column name ReleaseNo

See Also:
Constant Field Values

COLUMNNAME_ReplicationType

static final String COLUMNNAME_ReplicationType
Column name ReplicationType

See Also:
Constant Field Values

COLUMNNAME_StatisticsInfo

static final String COLUMNNAME_StatisticsInfo
Column name StatisticsInfo

See Also:
Constant Field Values

COLUMNNAME_Summary

static final String COLUMNNAME_Summary
Column name Summary

See Also:
Constant Field Values

COLUMNNAME_SupportEMail

static final String COLUMNNAME_SupportEMail
Column name SupportEMail

See Also:
Constant Field Values

COLUMNNAME_SupportExpDate

static final String COLUMNNAME_SupportExpDate
Column name SupportExpDate

See Also:
Constant Field Values

COLUMNNAME_SupportUnits

static final String COLUMNNAME_SupportUnits
Column name SupportUnits

See Also:
Constant Field Values

COLUMNNAME_SystemStatus

static final String COLUMNNAME_SystemStatus
Column name SystemStatus

See Also:
Constant Field Values

COLUMNNAME_UserName

static final String COLUMNNAME_UserName
Column name UserName

See Also:
Constant Field Values

COLUMNNAME_Version

static final String COLUMNNAME_Version
Column name Version

See Also:
Constant Field Values
Method Detail

setAD_System_ID

void setAD_System_ID(int AD_System_ID)
Set System. System Definition


getAD_System_ID

int getAD_System_ID()
Get System. System Definition


setCustomPrefix

void setCustomPrefix(String CustomPrefix)
Set Custom Prefix. Prefix for Custom entities


getCustomPrefix

String getCustomPrefix()
Get Custom Prefix. Prefix for Custom entities


setDBAddress

void setDBAddress(String DBAddress)
Set DB Address. JDBC URL of the database server


getDBAddress

String getDBAddress()
Get DB Address. JDBC URL of the database server


setDBInstance

void setDBInstance(String DBInstance)
Set Database Name. Database Name


getDBInstance

String getDBInstance()
Get Database Name. Database Name


setDescription

void setDescription(String Description)
Set Description. Optional short description of the record


getDescription

String getDescription()
Get Description. Optional short description of the record


setEncryptionKey

void setEncryptionKey(String EncryptionKey)
Set Encryption Class. Encryption Class used for securing data content


getEncryptionKey

String getEncryptionKey()
Get Encryption Class. Encryption Class used for securing data content


setIDRangeEnd

void setIDRangeEnd(BigDecimal IDRangeEnd)
Set ID Range End. End if the ID Range used


getIDRangeEnd

BigDecimal getIDRangeEnd()
Get ID Range End. End if the ID Range used


setIDRangeStart

void setIDRangeStart(BigDecimal IDRangeStart)
Set ID Range Start. Start of the ID Range used


getIDRangeStart

BigDecimal getIDRangeStart()
Get ID Range Start. Start of the ID Range used


setInfo

void setInfo(String Info)
Set Info. Information


getInfo

String getInfo()
Get Info. Information


setIsAllowStatistics

void setIsAllowStatistics(boolean IsAllowStatistics)
Set Maintain Statistics. Maintain general statistics


isAllowStatistics

boolean isAllowStatistics()
Get Maintain Statistics. Maintain general statistics


setIsAutoErrorReport

void setIsAutoErrorReport(boolean IsAutoErrorReport)
Set Error Reporting. Automatically report Errors


isAutoErrorReport

boolean isAutoErrorReport()
Get Error Reporting. Automatically report Errors


setIsFailOnBuildDiffer

void setIsFailOnBuildDiffer(boolean IsFailOnBuildDiffer)
Set Fail if Build Differ


isFailOnBuildDiffer

boolean isFailOnBuildDiffer()
Get Fail if Build Differ


setIsFailOnMissingModelValidator

void setIsFailOnMissingModelValidator(boolean IsFailOnMissingModelValidator)
Set Fail on Missing Model Validator


isFailOnMissingModelValidator

boolean isFailOnMissingModelValidator()
Get Fail on Missing Model Validator


setIsJustMigrated

void setIsJustMigrated(boolean IsJustMigrated)
Set Just Migrated. Value set by Migration for post-Migation tasks.


isJustMigrated

boolean isJustMigrated()
Get Just Migrated. Value set by Migration for post-Migation tasks.


setLastBuildInfo

void setLastBuildInfo(String LastBuildInfo)
Set Last Build Info


getLastBuildInfo

String getLastBuildInfo()
Get Last Build Info


setLDAPDomain

void setLDAPDomain(String LDAPDomain)
Set LDAP Domain. Directory service domain name - e.g. adempiere.org


getLDAPDomain

String getLDAPDomain()
Get LDAP Domain. Directory service domain name - e.g. adempiere.org


setLDAPHost

void setLDAPHost(String LDAPHost)
Set LDAP URL. Connection String to LDAP server starting with ldap://


getLDAPHost

String getLDAPHost()
Get LDAP URL. Connection String to LDAP server starting with ldap://


setName

void setName(String Name)
Set Name. Alphanumeric identifier of the entity


getName

String getName()
Get Name. Alphanumeric identifier of the entity


setNoProcessors

void setNoProcessors(int NoProcessors)
Set Processors. Number of Database Processors


getNoProcessors

int getNoProcessors()
Get Processors. Number of Database Processors


setOldName

void setOldName(String OldName)
Set Old Name


getOldName

String getOldName()
Get Old Name


setPassword

void setPassword(String Password)
Set Password. Password of any length (case sensitive)


getPassword

String getPassword()
Get Password. Password of any length (case sensitive)


setProcessing

void setProcessing(boolean Processing)
Set Process Now


isProcessing

boolean isProcessing()
Get Process Now


setProfileInfo

void setProfileInfo(String ProfileInfo)
Set Profile. Information to help profiling the system for solving support issues


getProfileInfo

String getProfileInfo()
Get Profile. Information to help profiling the system for solving support issues


setRecord_ID

void setRecord_ID(int Record_ID)
Set Record ID. Direct internal record ID


getRecord_ID

int getRecord_ID()
Get Record ID. Direct internal record ID


setReleaseNo

void setReleaseNo(String ReleaseNo)
Set Release No. Internal Release Number


getReleaseNo

String getReleaseNo()
Get Release No. Internal Release Number


setReplicationType

void setReplicationType(String ReplicationType)
Set Replication Type. Type of Data Replication


getReplicationType

String getReplicationType()
Get Replication Type. Type of Data Replication


setStatisticsInfo

void setStatisticsInfo(String StatisticsInfo)
Set Statistics. Information to help profiling the system for solving support issues


getStatisticsInfo

String getStatisticsInfo()
Get Statistics. Information to help profiling the system for solving support issues


setSummary

void setSummary(String Summary)
Set Summary. Textual summary of this request


getSummary

String getSummary()
Get Summary. Textual summary of this request


setSupportEMail

void setSupportEMail(String SupportEMail)
Set Support EMail. EMail address to send support information and updates to


getSupportEMail

String getSupportEMail()
Get Support EMail. EMail address to send support information and updates to


setSupportExpDate

void setSupportExpDate(Timestamp SupportExpDate)
Set Support Expires. Date when the Adempiere support expires


getSupportExpDate

Timestamp getSupportExpDate()
Get Support Expires. Date when the Adempiere support expires


setSupportUnits

void setSupportUnits(int SupportUnits)
Set Internal Users. Number of Internal Users for Adempiere Support


getSupportUnits

int getSupportUnits()
Get Internal Users. Number of Internal Users for Adempiere Support


setSystemStatus

void setSystemStatus(String SystemStatus)
Set System Status. Status of the system - Support priority depends on system status


getSystemStatus

String getSystemStatus()
Get System Status. Status of the system - Support priority depends on system status


setUserName

void setUserName(String UserName)
Set Registered EMail. Email of the responsible for the System


getUserName

String getUserName()
Get Registered EMail. Email of the responsible for the System


setVersion

void setVersion(String Version)
Set Version. Version of the table definition


getVersion

String getVersion()
Get Version. Version of the table definition


Adempiere 3.5.2a

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