Package org.compiere.model
Interface I_C_ProjectTask
-
- All Known Implementing Classes:
MProjectTask
,X_C_ProjectTask
public interface I_C_ProjectTask
Generated Interface for C_ProjectTask- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 3 - Client - Orgstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_C_ProjectPhase_ID
Column name C_ProjectPhase_IDstatic String
COLUMNNAME_C_ProjectTask_ID
Column name C_ProjectTask_IDstatic String
COLUMNNAME_C_ProjectTask_UU
Column name C_ProjectTask_UUstatic String
COLUMNNAME_C_Task_ID
Column name C_Task_IDstatic String
COLUMNNAME_CommittedAmt
Column name CommittedAmtstatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_Description
Column name Descriptionstatic String
COLUMNNAME_Help
Column name Helpstatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_M_Product_ID
Column name M_Product_IDstatic String
COLUMNNAME_Name
Column name Namestatic String
COLUMNNAME_PlannedAmt
Column name PlannedAmtstatic String
COLUMNNAME_ProjInvoiceRule
Column name ProjInvoiceRulestatic String
COLUMNNAME_Qty
Column name Qtystatic String
COLUMNNAME_SeqNo
Column name SeqNostatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=584static String
Table_Name
TableName=C_ProjectTask
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAD_Client_ID()
Get Client.int
getAD_Org_ID()
Get Organization.I_C_ProjectPhase
getC_ProjectPhase()
int
getC_ProjectPhase_ID()
Get Project Phase.int
getC_ProjectTask_ID()
Get Project Task.String
getC_ProjectTask_UU()
Get C_ProjectTask_UUI_C_Task
getC_Task()
int
getC_Task_ID()
Get Standard Task.BigDecimal
getCommittedAmt()
Get Committed Amount.Timestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.String
getDescription()
Get Description.String
getHelp()
Get Comment/Help.I_M_Product
getM_Product()
int
getM_Product_ID()
Get Product.String
getName()
Get Name.BigDecimal
getPlannedAmt()
Get Planned Amount.String
getProjInvoiceRule()
Get Invoice Rule.BigDecimal
getQty()
Get Quantity.int
getSeqNo()
Get Sequence.Timestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.boolean
isActive()
Get Active.void
setAD_Org_ID(int AD_Org_ID)
Set Organization.void
setC_ProjectPhase_ID(int C_ProjectPhase_ID)
Set Project Phase.void
setC_ProjectTask_ID(int C_ProjectTask_ID)
Set Project Task.void
setC_ProjectTask_UU(String C_ProjectTask_UU)
Set C_ProjectTask_UUvoid
setC_Task_ID(int C_Task_ID)
Set Standard Task.void
setCommittedAmt(BigDecimal CommittedAmt)
Set Committed Amount.void
setDescription(String Description)
Set Description.void
setHelp(String Help)
Set Comment/Help.void
setIsActive(boolean IsActive)
Set Active.void
setM_Product_ID(int M_Product_ID)
Set Product.void
setName(String Name)
Set Name.void
setPlannedAmt(BigDecimal PlannedAmt)
Set Planned Amount.void
setProjInvoiceRule(String ProjInvoiceRule)
Set Invoice Rule.void
setQty(BigDecimal Qty)
Set Quantity.void
setSeqNo(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
-
-