Package org.compiere.model
Interface I_R_IssueSystem
-
- All Known Implementing Classes:
MIssueSystem,X_R_IssueSystem
public interface I_R_IssueSystemGenerated Interface for R_IssueSystem- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimalaccessLevelAccessLevel = 6 - System - Clientstatic StringCOLUMNNAME_A_Asset_IDColumn name A_Asset_IDstatic StringCOLUMNNAME_AD_Client_IDColumn name AD_Client_IDstatic StringCOLUMNNAME_AD_Org_IDColumn name AD_Org_IDstatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_DBAddressColumn name DBAddressstatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_ProfileInfoColumn name ProfileInfostatic StringCOLUMNNAME_R_IssueSystem_IDColumn name R_IssueSystem_IDstatic StringCOLUMNNAME_R_IssueSystem_UUColumn name R_IssueSystem_UUstatic StringCOLUMNNAME_StatisticsInfoColumn name StatisticsInfostatic StringCOLUMNNAME_SystemStatusColumn name SystemStatusstatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic KeyNamePairModelstatic intTable_IDAD_Table_ID=843static StringTable_NameTableName=R_IssueSystem
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description I_A_AssetgetA_Asset()intgetA_Asset_ID()Get Asset.intgetAD_Client_ID()Get Client.intgetAD_Org_ID()Get Organization.TimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.StringgetDBAddress()Get DB Address.StringgetProfileInfo()Get Profile.intgetR_IssueSystem_ID()Get Issue System.StringgetR_IssueSystem_UU()Get R_IssueSystem_UUStringgetStatisticsInfo()Get Statistics.StringgetSystemStatus()Get System Status.TimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.booleanisActive()Get Active.voidsetA_Asset_ID(int A_Asset_ID)Set Asset.voidsetAD_Org_ID(int AD_Org_ID)Set Organization.voidsetDBAddress(String DBAddress)Set DB Address.voidsetIsActive(boolean IsActive)Set Active.voidsetProfileInfo(String ProfileInfo)Set Profile.voidsetR_IssueSystem_ID(int R_IssueSystem_ID)Set Issue System.voidsetR_IssueSystem_UU(String R_IssueSystem_UU)Set R_IssueSystem_UUvoidsetStatisticsInfo(String StatisticsInfo)Set Statistics.voidsetSystemStatus(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- See Also:
- Constant Field Values
-
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_AD_Client_ID
static final String COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Org_ID
static final String COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Created
static final String COLUMNNAME_Created
Column name Created- See Also:
- Constant Field Values
-
COLUMNNAME_CreatedBy
static final String COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_DBAddress
static final String COLUMNNAME_DBAddress
Column name DBAddress- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- 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_R_IssueSystem_UU
static final String COLUMNNAME_R_IssueSystem_UU
Column name R_IssueSystem_UU- 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
-
COLUMNNAME_Updated
static final String COLUMNNAME_Updated
Column name Updated- See Also:
- Constant Field Values
-
COLUMNNAME_UpdatedBy
static final String COLUMNNAME_UpdatedBy
Column name UpdatedBy- 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 RuntimeException
- Throws:
RuntimeException
-
getAD_Client_ID
int getAD_Client_ID()
Get Client. Client/Tenant for this installation.
-
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID)
Set Organization. Organizational entity within client
-
getAD_Org_ID
int getAD_Org_ID()
Get Organization. Organizational entity within client
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
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
-
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
-
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
-
setR_IssueSystem_UU
void setR_IssueSystem_UU(String R_IssueSystem_UU)
Set R_IssueSystem_UU
-
getR_IssueSystem_UU
String getR_IssueSystem_UU()
Get R_IssueSystem_UU
-
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
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
-