Class X_R_IssueProject

java.lang.Object
org.compiere.model.PO
org.compiere.model.X_R_IssueProject
All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_Persistent, I_R_IssueProject, Evaluatee
Direct Known Subclasses:
MIssueProject

public class X_R_IssueProject extends PO implements I_R_IssueProject, I_Persistent
Generated Model for R_IssueProject
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_IssueProject

      public X_R_IssueProject(Properties ctx, int R_IssueProject_ID, String trxName)
      Standard Constructor
    • X_R_IssueProject

      public X_R_IssueProject(Properties ctx, int R_IssueProject_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_R_IssueProject

      public X_R_IssueProject(Properties ctx, String R_IssueProject_UU, String trxName)
      Standard Constructor
    • X_R_IssueProject

      public X_R_IssueProject(Properties ctx, String R_IssueProject_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_R_IssueProject

      public X_R_IssueProject(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_IssueProject
      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_IssueProject
      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_IssueProject
      Returns:
      Asset used internally or by customers
    • getC_Project

      public I_C_Project getC_Project() throws RuntimeException
      Specified by:
      getC_Project in interface I_R_IssueProject
      Throws:
      RuntimeException
    • setC_Project_ID

      public void setC_Project_ID(int C_Project_ID)
      Set Project.
      Specified by:
      setC_Project_ID in interface I_R_IssueProject
      Parameters:
      C_Project_ID - Financial Project
    • getC_Project_ID

      public int getC_Project_ID()
      Get Project.
      Specified by:
      getC_Project_ID in interface I_R_IssueProject
      Returns:
      Financial Project
    • setDescription

      public void setDescription(String Description)
      Set Description.
      Specified by:
      setDescription in interface I_R_IssueProject
      Parameters:
      Description - Optional short description of the record
    • getDescription

      public String getDescription()
      Get Description.
      Specified by:
      getDescription in interface I_R_IssueProject
      Returns:
      Optional short description of the record
    • setName

      public void setName(String Name)
      Set Name.
      Specified by:
      setName in interface I_R_IssueProject
      Parameters:
      Name - Alphanumeric identifier of the entity
    • getName

      public String getName()
      Get Name.
      Specified by:
      getName in interface I_R_IssueProject
      Returns:
      Alphanumeric identifier of the entity
    • 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_IssueProject
      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_IssueProject
      Returns:
      Information to help profiling the system for solving support issues
    • setR_IssueProject_ID

      public void setR_IssueProject_ID(int R_IssueProject_ID)
      Set Issue Project.
      Specified by:
      setR_IssueProject_ID in interface I_R_IssueProject
      Parameters:
      R_IssueProject_ID - Implementation Projects
    • getR_IssueProject_ID

      public int getR_IssueProject_ID()
      Get Issue Project.
      Specified by:
      getR_IssueProject_ID in interface I_R_IssueProject
      Returns:
      Implementation Projects
    • setR_IssueProject_UU

      public void setR_IssueProject_UU(String R_IssueProject_UU)
      Set R_IssueProject_UU.
      Specified by:
      setR_IssueProject_UU in interface I_R_IssueProject
      Parameters:
      R_IssueProject_UU - R_IssueProject_UU
    • getR_IssueProject_UU

      public String getR_IssueProject_UU()
      Get R_IssueProject_UU.
      Specified by:
      getR_IssueProject_UU in interface I_R_IssueProject
      Returns:
      R_IssueProject_UU
    • setStatisticsInfo

      public void setStatisticsInfo(String StatisticsInfo)
      Set Statistics.
      Specified by:
      setStatisticsInfo in interface I_R_IssueProject
      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_IssueProject
      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_IssueProject
      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_IssueProject
      Returns:
      Status of the system - Support priority depends on system status