Package org.compiere.model
Interface I_C_ProjectTask
-
- All Known Implementing Classes:
MProjectTask,X_C_ProjectTask
public interface I_C_ProjectTaskGenerated Interface for C_ProjectTask- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimalaccessLevelAccessLevel = 3 - Client - Orgstatic StringCOLUMNNAME_AD_Client_IDColumn name AD_Client_IDstatic StringCOLUMNNAME_AD_Org_IDColumn name AD_Org_IDstatic StringCOLUMNNAME_C_ProjectPhase_IDColumn name C_ProjectPhase_IDstatic StringCOLUMNNAME_C_ProjectTask_IDColumn name C_ProjectTask_IDstatic StringCOLUMNNAME_C_ProjectTask_UUColumn name C_ProjectTask_UUstatic StringCOLUMNNAME_C_Task_IDColumn name C_Task_IDstatic StringCOLUMNNAME_CommittedAmtColumn name CommittedAmtstatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_DescriptionColumn name Descriptionstatic StringCOLUMNNAME_HelpColumn name Helpstatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_M_Product_IDColumn name M_Product_IDstatic StringCOLUMNNAME_NameColumn name Namestatic StringCOLUMNNAME_PlannedAmtColumn name PlannedAmtstatic StringCOLUMNNAME_ProjInvoiceRuleColumn name ProjInvoiceRulestatic StringCOLUMNNAME_QtyColumn name Qtystatic StringCOLUMNNAME_SeqNoColumn name SeqNostatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic KeyNamePairModelstatic intTable_IDAD_Table_ID=584static StringTable_NameTableName=C_ProjectTask
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAD_Client_ID()Get Client.intgetAD_Org_ID()Get Organization.I_C_ProjectPhasegetC_ProjectPhase()intgetC_ProjectPhase_ID()Get Project Phase.intgetC_ProjectTask_ID()Get Project Task.StringgetC_ProjectTask_UU()Get C_ProjectTask_UUI_C_TaskgetC_Task()intgetC_Task_ID()Get Standard Task.BigDecimalgetCommittedAmt()Get Committed Amount.TimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.StringgetDescription()Get Description.StringgetHelp()Get Comment/Help.I_M_ProductgetM_Product()intgetM_Product_ID()Get Product.StringgetName()Get Name.BigDecimalgetPlannedAmt()Get Planned Amount.StringgetProjInvoiceRule()Get Invoice Rule.BigDecimalgetQty()Get Quantity.intgetSeqNo()Get Sequence.TimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.booleanisActive()Get Active.voidsetAD_Org_ID(int AD_Org_ID)Set Organization.voidsetC_ProjectPhase_ID(int C_ProjectPhase_ID)Set Project Phase.voidsetC_ProjectTask_ID(int C_ProjectTask_ID)Set Project Task.voidsetC_ProjectTask_UU(String C_ProjectTask_UU)Set C_ProjectTask_UUvoidsetC_Task_ID(int C_Task_ID)Set Standard Task.voidsetCommittedAmt(BigDecimal CommittedAmt)Set Committed Amount.voidsetDescription(String Description)Set Description.voidsetHelp(String Help)Set Comment/Help.voidsetIsActive(boolean IsActive)Set Active.voidsetM_Product_ID(int M_Product_ID)Set Product.voidsetName(String Name)Set Name.voidsetPlannedAmt(BigDecimal PlannedAmt)Set Planned Amount.voidsetProjInvoiceRule(String ProjInvoiceRule)Set Invoice Rule.voidsetQty(BigDecimal Qty)Set Quantity.voidsetSeqNo(int SeqNo)Set Sequence.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=C_ProjectTask- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=584- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org
-
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_CommittedAmt
static final String COLUMNNAME_CommittedAmt
Column name CommittedAmt- See Also:
- Constant Field Values
-
COLUMNNAME_C_ProjectPhase_ID
static final String COLUMNNAME_C_ProjectPhase_ID
Column name C_ProjectPhase_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_ProjectTask_ID
static final String COLUMNNAME_C_ProjectTask_ID
Column name C_ProjectTask_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_ProjectTask_UU
static final String COLUMNNAME_C_ProjectTask_UU
Column name C_ProjectTask_UU- 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_C_Task_ID
static final String COLUMNNAME_C_Task_ID
Column name C_Task_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Description
static final String COLUMNNAME_Description
Column name Description- See Also:
- Constant Field Values
-
COLUMNNAME_Help
static final String COLUMNNAME_Help
Column name Help- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_M_Product_ID
static final String COLUMNNAME_M_Product_ID
Column name M_Product_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Name
static final String COLUMNNAME_Name
Column name Name- See Also:
- Constant Field Values
-
COLUMNNAME_PlannedAmt
static final String COLUMNNAME_PlannedAmt
Column name PlannedAmt- See Also:
- Constant Field Values
-
COLUMNNAME_ProjInvoiceRule
static final String COLUMNNAME_ProjInvoiceRule
Column name ProjInvoiceRule- See Also:
- Constant Field Values
-
COLUMNNAME_Qty
static final String COLUMNNAME_Qty
Column name Qty- See Also:
- Constant Field Values
-
COLUMNNAME_SeqNo
static final String COLUMNNAME_SeqNo
Column name SeqNo- 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
-
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
-
setCommittedAmt
void setCommittedAmt(BigDecimal CommittedAmt)
Set Committed Amount. The (legal) commitment amount
-
getCommittedAmt
BigDecimal getCommittedAmt()
Get Committed Amount. The (legal) commitment amount
-
setC_ProjectPhase_ID
void setC_ProjectPhase_ID(int C_ProjectPhase_ID)
Set Project Phase. Phase of a Project
-
getC_ProjectPhase_ID
int getC_ProjectPhase_ID()
Get Project Phase. Phase of a Project
-
getC_ProjectPhase
I_C_ProjectPhase getC_ProjectPhase() throws RuntimeException
- Throws:
RuntimeException
-
setC_ProjectTask_ID
void setC_ProjectTask_ID(int C_ProjectTask_ID)
Set Project Task. Actual Project Task in a Phase
-
getC_ProjectTask_ID
int getC_ProjectTask_ID()
Get Project Task. Actual Project Task in a Phase
-
setC_ProjectTask_UU
void setC_ProjectTask_UU(String C_ProjectTask_UU)
Set C_ProjectTask_UU
-
getC_ProjectTask_UU
String getC_ProjectTask_UU()
Get C_ProjectTask_UU
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
setC_Task_ID
void setC_Task_ID(int C_Task_ID)
Set Standard Task. Standard Project Type Task
-
getC_Task_ID
int getC_Task_ID()
Get Standard Task. Standard Project Type Task
-
getC_Task
I_C_Task getC_Task() throws RuntimeException
- Throws:
RuntimeException
-
setDescription
void setDescription(String Description)
Set Description. Optional short description of the record
-
getDescription
String getDescription()
Get Description. Optional short description of the record
-
setHelp
void setHelp(String Help)
Set Comment/Help. Comment or Hint
-
getHelp
String getHelp()
Get Comment/Help. Comment or Hint
-
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
-
setM_Product_ID
void setM_Product_ID(int M_Product_ID)
Set Product. Product, Service, Item
-
getM_Product_ID
int getM_Product_ID()
Get Product. Product, Service, Item
-
getM_Product
I_M_Product getM_Product() throws RuntimeException
- Throws:
RuntimeException
-
setName
void setName(String Name)
Set Name. Alphanumeric identifier of the entity
-
getName
String getName()
Get Name. Alphanumeric identifier of the entity
-
setPlannedAmt
void setPlannedAmt(BigDecimal PlannedAmt)
Set Planned Amount. Planned amount for this project
-
getPlannedAmt
BigDecimal getPlannedAmt()
Get Planned Amount. Planned amount for this project
-
setProjInvoiceRule
void setProjInvoiceRule(String ProjInvoiceRule)
Set Invoice Rule. Invoice Rule for the project
-
getProjInvoiceRule
String getProjInvoiceRule()
Get Invoice Rule. Invoice Rule for the project
-
setQty
void setQty(BigDecimal Qty)
Set Quantity. Quantity
-
getQty
BigDecimal getQty()
Get Quantity. Quantity
-
setSeqNo
void setSeqNo(int SeqNo)
Set Sequence. Method of ordering records; lowest number comes first
-
getSeqNo
int getSeqNo()
Get Sequence. Method of ordering records; lowest number comes first
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
-