Package 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 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 6 - System - Clientstatic String
COLUMNNAME_A_Asset_ID
Column name A_Asset_IDstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_C_Project_ID
Column name C_Project_IDstatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_Description
Column name Descriptionstatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_Name
Column name Namestatic String
COLUMNNAME_ProfileInfo
Column name ProfileInfostatic String
COLUMNNAME_R_IssueProject_ID
Column name R_IssueProject_IDstatic String
COLUMNNAME_R_IssueProject_UU
Column name R_IssueProject_UUstatic String
COLUMNNAME_StatisticsInfo
Column name StatisticsInfostatic String
COLUMNNAME_SystemStatus
Column name SystemStatusstatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=842static String
Table_Name
TableName=R_IssueProject
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description I_A_Asset
getA_Asset()
int
getA_Asset_ID()
Get Asset.int
getAD_Client_ID()
Get Client.int
getAD_Org_ID()
Get Organization.I_C_Project
getC_Project()
int
getC_Project_ID()
Get Project.Timestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.String
getDescription()
Get Description.String
getName()
Get Name.String
getProfileInfo()
Get Profile.int
getR_IssueProject_ID()
Get Issue Project.String
getR_IssueProject_UU()
Get R_IssueProject_UUString
getStatisticsInfo()
Get Statistics.String
getSystemStatus()
Get System Status.Timestamp
getUpdated()
Get Updated.int
getUpdatedBy()
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
setC_Project_ID(int C_Project_ID)
Set Project.void
setDescription(String Description)
Set Description.void
setIsActive(boolean IsActive)
Set Active.void
setName(String Name)
Set Name.void
setProfileInfo(String ProfileInfo)
Set Profile.void
setR_IssueProject_ID(int R_IssueProject_ID)
Set Issue Project.void
setR_IssueProject_UU(String R_IssueProject_UU)
Set R_IssueProject_UUvoid
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- 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_Org_ID
static final String COLUMNNAME_AD_Org_ID
Column name AD_Org_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_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_Description
static final String COLUMNNAME_Description
Column name Description- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- 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_R_IssueProject_UU
static final String COLUMNNAME_R_IssueProject_UU
Column name R_IssueProject_UU- 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
-
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
-
-
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_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
-
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 RuntimeException
- Throws:
RuntimeException
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
setDescription
void setDescription(String Description)
Set Description. Optional short description of the record
-
getDescription
String getDescription()
Get Description. Optional short description of the record
-
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
-
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
-
setR_IssueProject_UU
void setR_IssueProject_UU(String R_IssueProject_UU)
Set R_IssueProject_UU
-
getR_IssueProject_UU
String getR_IssueProject_UU()
Get R_IssueProject_UU
-
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
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
-