Package org.compiere.model
Interface I_AD_Issue
-
- All Known Implementing Classes:
MIssue,X_AD_Issue
public interface I_AD_IssueGenerated Interface for AD_Issue- 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_Form_IDColumn name AD_Form_IDstatic StringCOLUMNNAME_AD_Issue_IDColumn name AD_Issue_IDstatic StringCOLUMNNAME_AD_Issue_UUColumn name AD_Issue_UUstatic StringCOLUMNNAME_AD_Org_IDColumn name AD_Org_IDstatic StringCOLUMNNAME_AD_Process_IDColumn name AD_Process_IDstatic StringCOLUMNNAME_AD_Window_IDColumn name AD_Window_IDstatic StringCOLUMNNAME_CommentsColumn name Commentsstatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_DatabaseInfoColumn name DatabaseInfostatic StringCOLUMNNAME_DBAddressColumn name DBAddressstatic StringCOLUMNNAME_ErrorTraceColumn name ErrorTracestatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_IsReproducibleColumn name IsReproduciblestatic StringCOLUMNNAME_IssueSourceColumn name IssueSourcestatic StringCOLUMNNAME_IssueSummaryColumn name IssueSummarystatic StringCOLUMNNAME_IsVanillaSystemColumn name IsVanillaSystemstatic StringCOLUMNNAME_JavaInfoColumn name JavaInfostatic StringCOLUMNNAME_LineNoColumn name LineNostatic StringCOLUMNNAME_Local_HostColumn name Local_Hoststatic StringCOLUMNNAME_LoggerNameColumn name LoggerNamestatic StringCOLUMNNAME_NameColumn name Namestatic StringCOLUMNNAME_OperatingSystemInfoColumn name OperatingSystemInfostatic StringCOLUMNNAME_ProcessedColumn name Processedstatic StringCOLUMNNAME_ProcessingColumn name Processingstatic StringCOLUMNNAME_ProfileInfoColumn name ProfileInfostatic StringCOLUMNNAME_R_IssueKnown_IDColumn name R_IssueKnown_IDstatic StringCOLUMNNAME_R_IssueProject_IDColumn name R_IssueProject_IDstatic StringCOLUMNNAME_R_IssueSystem_IDColumn name R_IssueSystem_IDstatic StringCOLUMNNAME_R_IssueUser_IDColumn name R_IssueUser_IDstatic StringCOLUMNNAME_R_Request_IDColumn name R_Request_IDstatic StringCOLUMNNAME_Record_IDColumn name Record_IDstatic StringCOLUMNNAME_ReleaseNoColumn name ReleaseNostatic StringCOLUMNNAME_ReleaseTagColumn name ReleaseTagstatic StringCOLUMNNAME_Remote_AddrColumn name Remote_Addrstatic StringCOLUMNNAME_Remote_HostColumn name Remote_Hoststatic StringCOLUMNNAME_RequestDocumentNoColumn name RequestDocumentNostatic StringCOLUMNNAME_ResponseTextColumn name ResponseTextstatic StringCOLUMNNAME_SourceClassNameColumn name SourceClassNamestatic StringCOLUMNNAME_SourceMethodNameColumn name SourceMethodNamestatic StringCOLUMNNAME_StackTraceColumn name StackTracestatic StringCOLUMNNAME_StatisticsInfoColumn name StatisticsInfostatic StringCOLUMNNAME_SupportEMailColumn name SupportEMailstatic StringCOLUMNNAME_SystemStatusColumn name SystemStatusstatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic StringCOLUMNNAME_UserNameColumn name UserNamestatic StringCOLUMNNAME_VersionColumn name Versionstatic KeyNamePairModelstatic intTable_IDAD_Table_ID=828static StringTable_NameTableName=AD_Issue
-
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.I_AD_FormgetAD_Form()intgetAD_Form_ID()Get Special Form.intgetAD_Issue_ID()Get System Issue.StringgetAD_Issue_UU()Get AD_Issue_UUintgetAD_Org_ID()Get Organization.I_AD_ProcessgetAD_Process()intgetAD_Process_ID()Get Process.I_AD_WindowgetAD_Window()intgetAD_Window_ID()Get Window.StringgetComments()Get Comments.TimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.StringgetDatabaseInfo()Get Database.StringgetDBAddress()Get DB Address.StringgetErrorTrace()Get Error Trace.StringgetIsReproducible()Get Reproducible.StringgetIssueSource()Get Source.StringgetIssueSummary()Get Issue Summary.StringgetIsVanillaSystem()Get Vanilla System.StringgetJavaInfo()Get Java Info.intgetLineNo()Get Line.StringgetLocal_Host()Get Local Host.StringgetLoggerName()Get Logger.StringgetName()Get Name.StringgetOperatingSystemInfo()Get Operating System.StringgetProfileInfo()Get Profile.I_R_IssueKnowngetR_IssueKnown()intgetR_IssueKnown_ID()Get Known Issue.I_R_IssueProjectgetR_IssueProject()intgetR_IssueProject_ID()Get Issue Project.I_R_IssueSystemgetR_IssueSystem()intgetR_IssueSystem_ID()Get Issue System.I_R_IssueUsergetR_IssueUser()intgetR_IssueUser_ID()Get IssueUser.I_R_RequestgetR_Request()intgetR_Request_ID()Get Request.intgetRecord_ID()Get Record ID.StringgetReleaseNo()Get Release No.StringgetReleaseTag()Get Release Tag.StringgetRemote_Addr()Get Remote Addr.StringgetRemote_Host()Get Remote Host.StringgetRequestDocumentNo()Get Request Document No.StringgetResponseText()Get Response Text.StringgetSourceClassName()Get Source Class.StringgetSourceMethodName()Get Source Method.StringgetStackTrace()Get Stack Trace.StringgetStatisticsInfo()Get Statistics.StringgetSupportEMail()Get Support EMail.StringgetSystemStatus()Get System Status.TimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.StringgetUserName()Get User NameStringgetVersion()Get Version.booleanisActive()Get Active.booleanisProcessed()Get Processed.booleanisProcessing()Get Process NowvoidsetA_Asset_ID(int A_Asset_ID)Set Asset.voidsetAD_Form_ID(int AD_Form_ID)Set Special Form.voidsetAD_Issue_ID(int AD_Issue_ID)Set System Issue.voidsetAD_Issue_UU(String AD_Issue_UU)Set AD_Issue_UUvoidsetAD_Org_ID(int AD_Org_ID)Set Organization.voidsetAD_Process_ID(int AD_Process_ID)Set Process.voidsetAD_Window_ID(int AD_Window_ID)Set Window.voidsetComments(String Comments)Set Comments.voidsetDatabaseInfo(String DatabaseInfo)Set Database.voidsetDBAddress(String DBAddress)Set DB Address.voidsetErrorTrace(String ErrorTrace)Set Error Trace.voidsetIsActive(boolean IsActive)Set Active.voidsetIsReproducible(String IsReproducible)Set Reproducible.voidsetIssueSource(String IssueSource)Set Source.voidsetIssueSummary(String IssueSummary)Set Issue Summary.voidsetIsVanillaSystem(String IsVanillaSystem)Set Vanilla System.voidsetJavaInfo(String JavaInfo)Set Java Info.voidsetLineNo(int LineNo)Set Line.voidsetLocal_Host(String Local_Host)Set Local Host.voidsetLoggerName(String LoggerName)Set Logger.voidsetName(String Name)Set Name.voidsetOperatingSystemInfo(String OperatingSystemInfo)Set Operating System.voidsetProcessed(boolean Processed)Set Processed.voidsetProcessing(boolean Processing)Set Process NowvoidsetProfileInfo(String ProfileInfo)Set Profile.voidsetR_IssueKnown_ID(int R_IssueKnown_ID)Set Known Issue.voidsetR_IssueProject_ID(int R_IssueProject_ID)Set Issue Project.voidsetR_IssueSystem_ID(int R_IssueSystem_ID)Set Issue System.voidsetR_IssueUser_ID(int R_IssueUser_ID)Set IssueUser.voidsetR_Request_ID(int R_Request_ID)Set Request.voidsetRecord_ID(int Record_ID)Set Record ID.voidsetReleaseNo(String ReleaseNo)Set Release No.voidsetReleaseTag(String ReleaseTag)Set Release Tag.voidsetRemote_Addr(String Remote_Addr)Set Remote Addr.voidsetRemote_Host(String Remote_Host)Set Remote Host.voidsetRequestDocumentNo(String RequestDocumentNo)Set Request Document No.voidsetResponseText(String ResponseText)Set Response Text.voidsetSourceClassName(String SourceClassName)Set Source Class.voidsetSourceMethodName(String SourceMethodName)Set Source Method.voidsetStackTrace(String StackTrace)Set Stack Trace.voidsetStatisticsInfo(String StatisticsInfo)Set Statistics.voidsetSupportEMail(String SupportEMail)Set Support EMail.voidsetSystemStatus(String SystemStatus)Set System Status.voidsetUserName(String UserName)Set User NamevoidsetVersion(String Version)Set Version.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=AD_Issue- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=828- 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_Form_ID
static final String COLUMNNAME_AD_Form_ID
Column name AD_Form_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Issue_ID
static final String COLUMNNAME_AD_Issue_ID
Column name AD_Issue_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Issue_UU
static final String COLUMNNAME_AD_Issue_UU
Column name AD_Issue_UU- 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_AD_Process_ID
static final String COLUMNNAME_AD_Process_ID
Column name AD_Process_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Window_ID
static final String COLUMNNAME_AD_Window_ID
Column name AD_Window_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Comments
static final String COLUMNNAME_Comments
Column name Comments- 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_DatabaseInfo
static final String COLUMNNAME_DatabaseInfo
Column name DatabaseInfo- See Also:
- Constant Field Values
-
COLUMNNAME_DBAddress
static final String COLUMNNAME_DBAddress
Column name DBAddress- See Also:
- Constant Field Values
-
COLUMNNAME_ErrorTrace
static final String COLUMNNAME_ErrorTrace
Column name ErrorTrace- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_IsReproducible
static final String COLUMNNAME_IsReproducible
Column name IsReproducible- See Also:
- Constant Field Values
-
COLUMNNAME_IssueSource
static final String COLUMNNAME_IssueSource
Column name IssueSource- See Also:
- Constant Field Values
-
COLUMNNAME_IssueSummary
static final String COLUMNNAME_IssueSummary
Column name IssueSummary- See Also:
- Constant Field Values
-
COLUMNNAME_IsVanillaSystem
static final String COLUMNNAME_IsVanillaSystem
Column name IsVanillaSystem- See Also:
- Constant Field Values
-
COLUMNNAME_JavaInfo
static final String COLUMNNAME_JavaInfo
Column name JavaInfo- See Also:
- Constant Field Values
-
COLUMNNAME_LineNo
static final String COLUMNNAME_LineNo
Column name LineNo- See Also:
- Constant Field Values
-
COLUMNNAME_Local_Host
static final String COLUMNNAME_Local_Host
Column name Local_Host- See Also:
- Constant Field Values
-
COLUMNNAME_LoggerName
static final String COLUMNNAME_LoggerName
Column name LoggerName- See Also:
- Constant Field Values
-
COLUMNNAME_Name
static final String COLUMNNAME_Name
Column name Name- See Also:
- Constant Field Values
-
COLUMNNAME_OperatingSystemInfo
static final String COLUMNNAME_OperatingSystemInfo
Column name OperatingSystemInfo- See Also:
- Constant Field Values
-
COLUMNNAME_Processed
static final String COLUMNNAME_Processed
Column name Processed- 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_ReleaseTag
static final String COLUMNNAME_ReleaseTag
Column name ReleaseTag- See Also:
- Constant Field Values
-
COLUMNNAME_Remote_Addr
static final String COLUMNNAME_Remote_Addr
Column name Remote_Addr- See Also:
- Constant Field Values
-
COLUMNNAME_Remote_Host
static final String COLUMNNAME_Remote_Host
Column name Remote_Host- See Also:
- Constant Field Values
-
COLUMNNAME_RequestDocumentNo
static final String COLUMNNAME_RequestDocumentNo
Column name RequestDocumentNo- See Also:
- Constant Field Values
-
COLUMNNAME_ResponseText
static final String COLUMNNAME_ResponseText
Column name ResponseText- See Also:
- Constant Field Values
-
COLUMNNAME_R_IssueKnown_ID
static final String COLUMNNAME_R_IssueKnown_ID
Column name R_IssueKnown_ID- See Also:
- Constant Field Values
-
COLUMNNAME_R_IssueProject_ID
static final String COLUMNNAME_R_IssueProject_ID
Column name R_IssueProject_ID- 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_IssueUser_ID
static final String COLUMNNAME_R_IssueUser_ID
Column name R_IssueUser_ID- See Also:
- Constant Field Values
-
COLUMNNAME_R_Request_ID
static final String COLUMNNAME_R_Request_ID
Column name R_Request_ID- See Also:
- Constant Field Values
-
COLUMNNAME_SourceClassName
static final String COLUMNNAME_SourceClassName
Column name SourceClassName- See Also:
- Constant Field Values
-
COLUMNNAME_SourceMethodName
static final String COLUMNNAME_SourceMethodName
Column name SourceMethodName- See Also:
- Constant Field Values
-
COLUMNNAME_StackTrace
static final String COLUMNNAME_StackTrace
Column name StackTrace- See Also:
- Constant Field Values
-
COLUMNNAME_StatisticsInfo
static final String COLUMNNAME_StatisticsInfo
Column name StatisticsInfo- See Also:
- Constant Field Values
-
COLUMNNAME_SupportEMail
static final String COLUMNNAME_SupportEMail
Column name SupportEMail- 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
-
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
-
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_Form_ID
void setAD_Form_ID(int AD_Form_ID)
Set Special Form. Special Form
-
getAD_Form_ID
int getAD_Form_ID()
Get Special Form. Special Form
-
getAD_Form
I_AD_Form getAD_Form() throws RuntimeException
- Throws:
RuntimeException
-
setAD_Issue_ID
void setAD_Issue_ID(int AD_Issue_ID)
Set System Issue. Automatically created or manually entered System Issue
-
getAD_Issue_ID
int getAD_Issue_ID()
Get System Issue. Automatically created or manually entered System Issue
-
setAD_Issue_UU
void setAD_Issue_UU(String AD_Issue_UU)
Set AD_Issue_UU
-
getAD_Issue_UU
String getAD_Issue_UU()
Get AD_Issue_UU
-
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
-
setAD_Process_ID
void setAD_Process_ID(int AD_Process_ID)
Set Process. Process or Report
-
getAD_Process_ID
int getAD_Process_ID()
Get Process. Process or Report
-
getAD_Process
I_AD_Process getAD_Process() throws RuntimeException
- Throws:
RuntimeException
-
setAD_Window_ID
void setAD_Window_ID(int AD_Window_ID)
Set Window. Data entry or display window
-
getAD_Window_ID
int getAD_Window_ID()
Get Window. Data entry or display window
-
getAD_Window
I_AD_Window getAD_Window() throws RuntimeException
- Throws:
RuntimeException
-
setComments
void setComments(String Comments)
Set Comments. Comments or additional information
-
getComments
String getComments()
Get Comments. Comments or additional information
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
setDatabaseInfo
void setDatabaseInfo(String DatabaseInfo)
Set Database. Database Information
-
getDatabaseInfo
String getDatabaseInfo()
Get Database. Database Information
-
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
-
setErrorTrace
void setErrorTrace(String ErrorTrace)
Set Error Trace. System Error Trace
-
getErrorTrace
String getErrorTrace()
Get Error Trace. System Error Trace
-
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
-
setIsReproducible
void setIsReproducible(String IsReproducible)
Set Reproducible. Problem can re reproduced in Gardenworld
-
getIsReproducible
String getIsReproducible()
Get Reproducible. Problem can re reproduced in Gardenworld
-
setIssueSource
void setIssueSource(String IssueSource)
Set Source. Issue Source
-
getIssueSource
String getIssueSource()
Get Source. Issue Source
-
setIssueSummary
void setIssueSummary(String IssueSummary)
Set Issue Summary. Issue Summary
-
getIssueSummary
String getIssueSummary()
Get Issue Summary. Issue Summary
-
setIsVanillaSystem
void setIsVanillaSystem(String IsVanillaSystem)
Set Vanilla System. The system was NOT compiled from Source - i.e. standard distribution
-
getIsVanillaSystem
String getIsVanillaSystem()
Get Vanilla System. The system was NOT compiled from Source - i.e. standard distribution
-
setJavaInfo
void setJavaInfo(String JavaInfo)
Set Java Info. Java Version Info
-
getJavaInfo
String getJavaInfo()
Get Java Info. Java Version Info
-
setLineNo
void setLineNo(int LineNo)
Set Line. Line No
-
getLineNo
int getLineNo()
Get Line. Line No
-
setLocal_Host
void setLocal_Host(String Local_Host)
Set Local Host. Local Host Info
-
getLocal_Host
String getLocal_Host()
Get Local Host. Local Host Info
-
setLoggerName
void setLoggerName(String LoggerName)
Set Logger. Logger Name
-
getLoggerName
String getLoggerName()
Get Logger. Logger Name
-
setName
void setName(String Name)
Set Name. Alphanumeric identifier of the entity
-
getName
String getName()
Get Name. Alphanumeric identifier of the entity
-
setOperatingSystemInfo
void setOperatingSystemInfo(String OperatingSystemInfo)
Set Operating System. Operating System Info
-
getOperatingSystemInfo
String getOperatingSystemInfo()
Get Operating System. Operating System Info
-
setProcessed
void setProcessed(boolean Processed)
Set Processed. The document has been processed
-
isProcessed
boolean isProcessed()
Get Processed. The document has been processed
-
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
-
setReleaseTag
void setReleaseTag(String ReleaseTag)
Set Release Tag. Release Tag
-
getReleaseTag
String getReleaseTag()
Get Release Tag. Release Tag
-
setRemote_Addr
void setRemote_Addr(String Remote_Addr)
Set Remote Addr. Remote Address
-
getRemote_Addr
String getRemote_Addr()
Get Remote Addr. Remote Address
-
setRemote_Host
void setRemote_Host(String Remote_Host)
Set Remote Host. Remote host Info
-
getRemote_Host
String getRemote_Host()
Get Remote Host. Remote host Info
-
setRequestDocumentNo
void setRequestDocumentNo(String RequestDocumentNo)
Set Request Document No. iDempiere Request Document No
-
getRequestDocumentNo
String getRequestDocumentNo()
Get Request Document No. iDempiere Request Document No
-
setResponseText
void setResponseText(String ResponseText)
Set Response Text. Request Response Text
-
getResponseText
String getResponseText()
Get Response Text. Request Response Text
-
setR_IssueKnown_ID
void setR_IssueKnown_ID(int R_IssueKnown_ID)
Set Known Issue. Known Issue
-
getR_IssueKnown_ID
int getR_IssueKnown_ID()
Get Known Issue. Known Issue
-
getR_IssueKnown
I_R_IssueKnown getR_IssueKnown() throws RuntimeException
- Throws:
RuntimeException
-
setR_IssueProject_ID
void setR_IssueProject_ID(int R_IssueProject_ID)
Set Issue Project. Implementation Projects
-
getR_IssueProject_ID
int getR_IssueProject_ID()
Get Issue Project. Implementation Projects
-
getR_IssueProject
I_R_IssueProject getR_IssueProject() throws RuntimeException
- Throws:
RuntimeException
-
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
-
getR_IssueSystem
I_R_IssueSystem getR_IssueSystem() throws RuntimeException
- Throws:
RuntimeException
-
setR_IssueUser_ID
void setR_IssueUser_ID(int R_IssueUser_ID)
Set IssueUser. User who reported issues
-
getR_IssueUser_ID
int getR_IssueUser_ID()
Get IssueUser. User who reported issues
-
getR_IssueUser
I_R_IssueUser getR_IssueUser() throws RuntimeException
- Throws:
RuntimeException
-
setR_Request_ID
void setR_Request_ID(int R_Request_ID)
Set Request. Request from a Business Partner or Prospect
-
getR_Request_ID
int getR_Request_ID()
Get Request. Request from a Business Partner or Prospect
-
getR_Request
I_R_Request getR_Request() throws RuntimeException
- Throws:
RuntimeException
-
setSourceClassName
void setSourceClassName(String SourceClassName)
Set Source Class. Source Class Name
-
getSourceClassName
String getSourceClassName()
Get Source Class. Source Class Name
-
setSourceMethodName
void setSourceMethodName(String SourceMethodName)
Set Source Method. Source Method Name
-
getSourceMethodName
String getSourceMethodName()
Get Source Method. Source Method Name
-
setStackTrace
void setStackTrace(String StackTrace)
Set Stack Trace. System Log Trace
-
getStackTrace
String getStackTrace()
Get Stack Trace. System Log Trace
-
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
-
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
-
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
-
setUserName
void setUserName(String UserName)
Set User Name
-
getUserName
String getUserName()
Get User Name
-
setVersion
void setVersion(String Version)
Set Version. Version of the table definition
-
getVersion
String getVersion()
Get Version. Version of the table definition
-
-