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 13
- Author:
- iDempiere (generated)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BigDecimalAccessLevel = 6 - System - Clientstatic final StringColumn name A_Asset_IDstatic final StringColumn name AD_Client_IDstatic final StringColumn name AD_Org_IDstatic final StringColumn name C_Project_IDstatic final StringColumn name Createdstatic final StringColumn name CreatedBystatic final StringColumn name Descriptionstatic final StringColumn name IsActivestatic final StringColumn name Namestatic final StringColumn name ProfileInfostatic final StringColumn name R_IssueProject_IDstatic final StringColumn name R_IssueProject_UUstatic final StringColumn name StatisticsInfostatic final StringColumn name SystemStatusstatic final StringColumn name Updatedstatic final StringColumn name UpdatedBystatic final KeyNamePairstatic final intAD_Table_ID=842static final StringTableName=R_IssueProject -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.intGet Asset.intGet Tenant.intGet Organization.Deprecated.intGet Project.Get Created.intGet Created By.Get Description.getName()Get Name.Get Profile.intGet Issue Project.Get R_IssueProject_UUGet Statistics.Get System Status.Get Updated.intGet Updated By.booleanisActive()Get Active.voidsetA_Asset_ID(int A_Asset_ID) Set Asset.voidsetAD_Org_ID(int AD_Org_ID) Set Organization.voidsetC_Project_ID(int C_Project_ID) Set Project.voidsetDescription(String Description) Set Description.voidsetIsActive(boolean IsActive) Set Active.voidSet Name.voidsetProfileInfo(String ProfileInfo) Set Profile.voidsetR_IssueProject_ID(int R_IssueProject_ID) Set Issue Project.voidsetR_IssueProject_UU(String R_IssueProject_UU) Set R_IssueProject_UUvoidsetStatisticsInfo(String StatisticsInfo) Set Statistics.voidsetSystemStatus(String SystemStatus) Set System Status.
-
Field Details
-
Table_Name
TableName=R_IssueProject- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=842- See Also:
-
Model
-
accessLevel
AccessLevel = 6 - System - Client -
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_A_Asset_ID
Column name A_Asset_ID- See Also:
-
COLUMNNAME_C_Project_ID
Column name C_Project_ID- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_Description
Column name Description- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_Name
Column name Name- See Also:
-
COLUMNNAME_ProfileInfo
Column name ProfileInfo- See Also:
-
COLUMNNAME_R_IssueProject_ID
Column name R_IssueProject_ID- See Also:
-
COLUMNNAME_R_IssueProject_UU
Column name R_IssueProject_UU- See Also:
-
COLUMNNAME_StatisticsInfo
Column name StatisticsInfo- See Also:
-
COLUMNNAME_SystemStatus
Column name SystemStatus- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
-
-
Method Details
-
getAD_Client_ID
int getAD_Client_ID()Get Tenant. Tenant for this installation. -
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID) Set Organization. Organizational entity within tenant -
getAD_Org_ID
int getAD_Org_ID()Get Organization. Organizational entity within tenant -
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
Deprecated.- Throws:
RuntimeException
-
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
Deprecated.- Throws:
RuntimeException
-
getCreated
Timestamp getCreated()Get Created. Date this record was created -
getCreatedBy
int getCreatedBy()Get Created By. User who created this records -
setDescription
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
Set Name. Alphanumeric identifier of the entity -
getName
String getName()Get Name. Alphanumeric identifier of the entity -
setProfileInfo
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
Set R_IssueProject_UU -
getR_IssueProject_UU
String getR_IssueProject_UU()Get R_IssueProject_UU -
setStatisticsInfo
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
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
-