Adempiere 3.5.2a

org.compiere.model
Interface I_R_IssueSystem

All Known Implementing Classes:
MIssueSystem, X_R_IssueSystem

public interface I_R_IssueSystem

Generated Interface for R_IssueSystem

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 6 - System - Client
static String COLUMNNAME_A_Asset_ID
          Column name A_Asset_ID
static String COLUMNNAME_DBAddress
          Column name DBAddress
static String COLUMNNAME_ProfileInfo
          Column name ProfileInfo
static String COLUMNNAME_R_IssueSystem_ID
          Column name R_IssueSystem_ID
static String COLUMNNAME_StatisticsInfo
          Column name StatisticsInfo
static String COLUMNNAME_SystemStatus
          Column name SystemStatus
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=843
static String Table_Name
          TableName=R_IssueSystem
 
Method Summary
 int getA_Asset_ID()
          Get Asset.
 I_A_Asset getA_Asset()
           
 String getDBAddress()
          Get DB Address.
 String getProfileInfo()
          Get Profile.
 int getR_IssueSystem_ID()
          Get Issue System.
 String getStatisticsInfo()
          Get Statistics.
 String getSystemStatus()
          Get System Status.
 void setA_Asset_ID(int A_Asset_ID)
          Set Asset.
 void setDBAddress(String DBAddress)
          Set DB Address.
 void setProfileInfo(String ProfileInfo)
          Set Profile.
 void setR_IssueSystem_ID(int R_IssueSystem_ID)
          Set Issue System.
 void setStatisticsInfo(String StatisticsInfo)
          Set Statistics.
 void setSystemStatus(String SystemStatus)
          Set System Status.
 

Field Detail

Table_Name

static final String Table_Name
TableName=R_IssueSystem

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=843


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 6 - System - Client


COLUMNNAME_A_Asset_ID

static final String COLUMNNAME_A_Asset_ID
Column name A_Asset_ID

See Also:
Constant Field Values

COLUMNNAME_DBAddress

static final String COLUMNNAME_DBAddress
Column name DBAddress

See Also:
Constant Field Values

COLUMNNAME_ProfileInfo

static final String COLUMNNAME_ProfileInfo
Column name ProfileInfo

See Also:
Constant Field Values

COLUMNNAME_R_IssueSystem_ID

static final String COLUMNNAME_R_IssueSystem_ID
Column name R_IssueSystem_ID

See Also:
Constant Field Values

COLUMNNAME_StatisticsInfo

static final String COLUMNNAME_StatisticsInfo
Column name StatisticsInfo

See Also:
Constant Field Values

COLUMNNAME_SystemStatus

static final String COLUMNNAME_SystemStatus
Column name SystemStatus

See Also:
Constant Field Values
Method Detail

setA_Asset_ID

void setA_Asset_ID(int A_Asset_ID)
Set Asset. Asset used internally or by customers


getA_Asset_ID

int getA_Asset_ID()
Get Asset. Asset used internally or by customers


getA_Asset

I_A_Asset getA_Asset()
                     throws Exception
Throws:
Exception

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


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


setR_IssueSystem_ID

void setR_IssueSystem_ID(int R_IssueSystem_ID)
Set Issue System. System creating the issue


getR_IssueSystem_ID

int getR_IssueSystem_ID()
Get Issue System. System creating the issue


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


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


Adempiere 3.5.2a

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