Class X_R_IssueSystem

java.lang.Object
org.compiere.model.PO
org.compiere.model.X_R_IssueSystem
All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_Persistent, I_R_IssueSystem, Evaluatee
Direct Known Subclasses:
MIssueSystem

public class X_R_IssueSystem extends PO implements I_R_IssueSystem, I_Persistent
Generated Model for R_IssueSystem
Version:
Release 11 - $Id$
Author:
iDempiere (generated)
See Also:
  • Field Details

    • SYSTEMSTATUS_AD_Reference_ID

      public static final int SYSTEMSTATUS_AD_Reference_ID
      SystemStatus AD_Reference_ID=374
      See Also:
    • SYSTEMSTATUS_Evaluation

      public static final String SYSTEMSTATUS_Evaluation
      Evaluation = E
      See Also:
    • SYSTEMSTATUS_Implementation

      public static final String SYSTEMSTATUS_Implementation
      Implementation = I
      See Also:
    • SYSTEMSTATUS_Production

      public static final String SYSTEMSTATUS_Production
      Production = P
      See Also:
  • Constructor Details

    • X_R_IssueSystem

      public X_R_IssueSystem(Properties ctx, int R_IssueSystem_ID, String trxName)
      Standard Constructor
    • X_R_IssueSystem

      public X_R_IssueSystem(Properties ctx, int R_IssueSystem_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_R_IssueSystem

      public X_R_IssueSystem(Properties ctx, String R_IssueSystem_UU, String trxName)
      Standard Constructor
    • X_R_IssueSystem

      public X_R_IssueSystem(Properties ctx, String R_IssueSystem_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_R_IssueSystem

      public X_R_IssueSystem(Properties ctx, ResultSet rs, String trxName)
      Load Constructor
  • Method Details

    • get_AccessLevel

      protected int get_AccessLevel()
      AccessLevel
      Specified by:
      get_AccessLevel in class PO
      Returns:
      6 - System - Client
    • initPO

      protected POInfo initPO(Properties ctx)
      Load Meta Data
      Specified by:
      initPO in class PO
      Parameters:
      ctx - context
      Returns:
      Meta data of PO
    • toString

      public String toString()
      Description copied from class: PO
      String representation
      Overrides:
      toString in class PO
      Returns:
      String representation
    • getA_Asset

      public I_A_Asset getA_Asset() throws RuntimeException
      Specified by:
      getA_Asset in interface I_R_IssueSystem
      Throws:
      RuntimeException
    • setA_Asset_ID

      public void setA_Asset_ID(int A_Asset_ID)
      Set Asset.
      Specified by:
      setA_Asset_ID in interface I_R_IssueSystem
      Parameters:
      A_Asset_ID - Asset used internally or by customers
    • getA_Asset_ID

      public int getA_Asset_ID()
      Get Asset.
      Specified by:
      getA_Asset_ID in interface I_R_IssueSystem
      Returns:
      Asset used internally or by customers
    • setDBAddress

      public void setDBAddress(String DBAddress)
      Set DB Address.
      Specified by:
      setDBAddress in interface I_R_IssueSystem
      Parameters:
      DBAddress - JDBC URL of the database server
    • getDBAddress

      public String getDBAddress()
      Get DB Address.
      Specified by:
      getDBAddress in interface I_R_IssueSystem
      Returns:
      JDBC URL of the database server
    • getKeyNamePair

      public KeyNamePair getKeyNamePair()
      Get Record ID/ColumnName
      Returns:
      ID/ColumnName pair
    • setProfileInfo

      public void setProfileInfo(String ProfileInfo)
      Set Profile.
      Specified by:
      setProfileInfo in interface I_R_IssueSystem
      Parameters:
      ProfileInfo - Information to help profiling the system for solving support issues
    • getProfileInfo

      public String getProfileInfo()
      Get Profile.
      Specified by:
      getProfileInfo in interface I_R_IssueSystem
      Returns:
      Information to help profiling the system for solving support issues
    • setR_IssueSystem_ID

      public void setR_IssueSystem_ID(int R_IssueSystem_ID)
      Set Issue System.
      Specified by:
      setR_IssueSystem_ID in interface I_R_IssueSystem
      Parameters:
      R_IssueSystem_ID - System creating the issue
    • getR_IssueSystem_ID

      public int getR_IssueSystem_ID()
      Get Issue System.
      Specified by:
      getR_IssueSystem_ID in interface I_R_IssueSystem
      Returns:
      System creating the issue
    • setR_IssueSystem_UU

      public void setR_IssueSystem_UU(String R_IssueSystem_UU)
      Set R_IssueSystem_UU.
      Specified by:
      setR_IssueSystem_UU in interface I_R_IssueSystem
      Parameters:
      R_IssueSystem_UU - R_IssueSystem_UU
    • getR_IssueSystem_UU

      public String getR_IssueSystem_UU()
      Get R_IssueSystem_UU.
      Specified by:
      getR_IssueSystem_UU in interface I_R_IssueSystem
      Returns:
      R_IssueSystem_UU
    • setStatisticsInfo

      public void setStatisticsInfo(String StatisticsInfo)
      Set Statistics.
      Specified by:
      setStatisticsInfo in interface I_R_IssueSystem
      Parameters:
      StatisticsInfo - Information to help profiling the system for solving support issues
    • getStatisticsInfo

      public String getStatisticsInfo()
      Get Statistics.
      Specified by:
      getStatisticsInfo in interface I_R_IssueSystem
      Returns:
      Information to help profiling the system for solving support issues
    • setSystemStatus

      public void setSystemStatus(String SystemStatus)
      Set System Status.
      Specified by:
      setSystemStatus in interface I_R_IssueSystem
      Parameters:
      SystemStatus - Status of the system - Support priority depends on system status
    • getSystemStatus

      public String getSystemStatus()
      Get System Status.
      Specified by:
      getSystemStatus in interface I_R_IssueSystem
      Returns:
      Status of the system - Support priority depends on system status