Package 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 11
- Author:
- iDempiere (generated)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BigDecimal
AccessLevel = 6 - System - Clientstatic final String
Column name A_Asset_IDstatic final String
Column name AD_Client_IDstatic final String
Column name AD_Org_IDstatic final String
Column name Createdstatic final String
Column name CreatedBystatic final String
Column name DBAddressstatic final String
Column name IsActivestatic final String
Column name ProfileInfostatic final String
Column name R_IssueSystem_IDstatic final String
Column name R_IssueSystem_UUstatic final String
Column name StatisticsInfostatic final String
Column name SystemStatusstatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final KeyNamePair
static final int
AD_Table_ID=843static final String
TableName=R_IssueSystem -
Method Summary
Modifier and TypeMethodDescriptionint
Get Asset.int
Get Tenant.int
Get Organization.Get Created.int
Get Created By.Get DB Address.Get Profile.int
Get Issue System.Get R_IssueSystem_UUGet Statistics.Get System Status.Get Updated.int
Get Updated By.boolean
isActive()
Get Active.void
setA_Asset_ID
(int A_Asset_ID) Set Asset.void
setAD_Org_ID
(int AD_Org_ID) Set Organization.void
setDBAddress
(String DBAddress) Set DB Address.void
setIsActive
(boolean IsActive) Set Active.void
setProfileInfo
(String ProfileInfo) Set Profile.void
setR_IssueSystem_ID
(int R_IssueSystem_ID) Set Issue System.void
setR_IssueSystem_UU
(String R_IssueSystem_UU) Set R_IssueSystem_UUvoid
setStatisticsInfo
(String StatisticsInfo) Set Statistics.void
setSystemStatus
(String SystemStatus) Set System Status.
-
Field Details
-
Table_Name
TableName=R_IssueSystem- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=843- See Also:
-
Model
-
accessLevel
AccessLevel = 6 - System - Client -
COLUMNNAME_A_Asset_ID
Column name A_Asset_ID- See Also:
-
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- 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_DBAddress
Column name DBAddress- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_ProfileInfo
Column name ProfileInfo- See Also:
-
COLUMNNAME_R_IssueSystem_ID
Column name R_IssueSystem_ID- See Also:
-
COLUMNNAME_R_IssueSystem_UU
Column name R_IssueSystem_UU- See Also:
-
COLUMNNAME_StatisticsInfo
Column name StatisticsInfo- See Also:
-
COLUMNNAME_SystemStatus
Column name SystemStatus- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
-
-
Method Details
-
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
- Throws:
RuntimeException
-
getAD_Client_ID
int getAD_Client_ID()Get Tenant. Tenant for this installation. -
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 -
setDBAddress
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
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
Set R_IssueSystem_UU -
getR_IssueSystem_UU
String getR_IssueSystem_UU()Get R_IssueSystem_UU -
setStatisticsInfo
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
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
-