Adempiere 3.5.2a

org.compiere.model
Interface I_R_IssueProject

All Known Implementing Classes:
MIssueProject, X_R_IssueProject

public interface I_R_IssueProject

Generated Interface for R_IssueProject

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 6 - System - Client
static String COLUMNNAME_A_Asset_ID
          Column name A_Asset_ID
static String COLUMNNAME_C_Project_ID
          Column name C_Project_ID
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_ProfileInfo
          Column name ProfileInfo
static String COLUMNNAME_R_IssueProject_ID
          Column name R_IssueProject_ID
static String COLUMNNAME_StatisticsInfo
          Column name StatisticsInfo
static String COLUMNNAME_SystemStatus
          Column name SystemStatus
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=842
static String Table_Name
          TableName=R_IssueProject
 
Method Summary
 int getA_Asset_ID()
          Get Asset.
 I_A_Asset getA_Asset()
           
 int getC_Project_ID()
          Get Project.
 I_C_Project getC_Project()
           
 String getDescription()
          Get Description.
 String getName()
          Get Name.
 String getProfileInfo()
          Get Profile.
 int getR_IssueProject_ID()
          Get Issue Project.
 String getStatisticsInfo()
          Get Statistics.
 String getSystemStatus()
          Get System Status.
 void setA_Asset_ID(int A_Asset_ID)
          Set Asset.
 void setC_Project_ID(int C_Project_ID)
          Set Project.
 void setDescription(String Description)
          Set Description.
 void setName(String Name)
          Set Name.
 void setProfileInfo(String ProfileInfo)
          Set Profile.
 void setR_IssueProject_ID(int R_IssueProject_ID)
          Set Issue Project.
 void setStatisticsInfo(String StatisticsInfo)
          Set Statistics.
 void setSystemStatus(String SystemStatus)
          Set System Status.
 

Field Detail

Table_Name

static final String Table_Name
TableName=R_IssueProject

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=842


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_C_Project_ID

static final String COLUMNNAME_C_Project_ID
Column name C_Project_ID

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values

COLUMNNAME_ProfileInfo

static final String COLUMNNAME_ProfileInfo
Column name ProfileInfo

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_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
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 Exception
Throws:
Exception

setC_Project_ID

void setC_Project_ID(int C_Project_ID)
Set Project. Financial Project


getC_Project_ID

int getC_Project_ID()
Get Project. Financial Project


getC_Project

I_C_Project getC_Project()
                         throws Exception
Throws:
Exception

setDescription

void setDescription(String Description)
Set Description. Optional short description of the record


getDescription

String getDescription()
Get Description. Optional short description of the record


setName

void setName(String Name)
Set Name. Alphanumeric identifier of the entity


getName

String getName()
Get Name. Alphanumeric identifier of the entity


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_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


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


Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.