Package org.compiere.model
Interface I_C_ProjectPhase
- All Known Implementing Classes:
MProjectPhase
,X_C_ProjectPhase
public interface I_C_ProjectPhase
Generated Interface for C_ProjectPhase
- Version:
- Release 11
- Author:
- iDempiere (generated)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BigDecimal
AccessLevel = 3 - Client - Orgstatic final String
Column name AD_Client_IDstatic final String
Column name AD_Org_IDstatic final String
Column name C_Order_IDstatic final String
Column name C_Phase_IDstatic final String
Column name C_Project_IDstatic final String
Column name C_ProjectPhase_IDstatic final String
Column name C_ProjectPhase_UUstatic final String
Column name CommittedAmtstatic final String
Column name Createdstatic final String
Column name CreatedBystatic final String
Column name Descriptionstatic final String
Column name EndDatestatic final String
Column name GenerateOrderstatic final String
Column name Helpstatic final String
Column name IsActivestatic final String
Column name IsCommitCeilingstatic final String
Column name IsCompletestatic final String
Column name M_Product_IDstatic final String
Column name Namestatic final String
Column name PlannedAmtstatic final String
Column name PriceActualstatic final String
Column name ProjInvoiceRulestatic final String
Column name Qtystatic final String
Column name SeqNostatic final String
Column name StartDatestatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final KeyNamePair
static final int
AD_Table_ID=576static final String
TableName=C_ProjectPhase -
Method Summary
Modifier and TypeMethodDescriptionint
Get Tenant.int
Get Organization.int
Get Order.int
Get Standard Phase.int
Get Project.int
Get Project Phase.Get C_ProjectPhase_UUGet Committed Amount.Get Created.int
Get Created By.Get Description.Get End Date.Get Generate Order.getHelp()
Get Comment/Help.int
Get Product.getName()
Get Name.Get Planned Amount.Get Unit Price.Get Invoice Rule.getQty()
Get Quantity.int
getSeqNo()
Get Sequence.Get Start Date.Get Updated.int
Get Updated By.boolean
isActive()
Get Active.boolean
Get Commitment is Ceiling.boolean
Get Complete.void
setAD_Org_ID
(int AD_Org_ID) Set Organization.void
setC_Order_ID
(int C_Order_ID) Set Order.void
setC_Phase_ID
(int C_Phase_ID) Set Standard Phase.void
setC_Project_ID
(int C_Project_ID) Set Project.void
setC_ProjectPhase_ID
(int C_ProjectPhase_ID) Set Project Phase.void
setC_ProjectPhase_UU
(String C_ProjectPhase_UU) Set C_ProjectPhase_UUvoid
setCommittedAmt
(BigDecimal CommittedAmt) Set Committed Amount.void
setDescription
(String Description) Set Description.void
setEndDate
(Timestamp EndDate) Set End Date.void
setGenerateOrder
(String GenerateOrder) Set Generate Order.void
Set Comment/Help.void
setIsActive
(boolean IsActive) Set Active.void
setIsCommitCeiling
(boolean IsCommitCeiling) Set Commitment is Ceiling.void
setIsComplete
(boolean IsComplete) Set Complete.void
setM_Product_ID
(int M_Product_ID) Set Product.void
Set Name.void
setPlannedAmt
(BigDecimal PlannedAmt) Set Planned Amount.void
setPriceActual
(BigDecimal PriceActual) Set Unit Price.void
setProjInvoiceRule
(String ProjInvoiceRule) Set Invoice Rule.void
setQty
(BigDecimal Qty) Set Quantity.void
setSeqNo
(int SeqNo) Set Sequence.void
setStartDate
(Timestamp StartDate) Set Start Date.
-
Field Details
-
Table_Name
TableName=C_ProjectPhase- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=576- See Also:
-
Model
-
accessLevel
AccessLevel = 3 - Client - Org -
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_CommittedAmt
Column name CommittedAmt- See Also:
-
COLUMNNAME_C_Order_ID
Column name C_Order_ID- See Also:
-
COLUMNNAME_C_Phase_ID
Column name C_Phase_ID- See Also:
-
COLUMNNAME_C_Project_ID
Column name C_Project_ID- See Also:
-
COLUMNNAME_C_ProjectPhase_ID
Column name C_ProjectPhase_ID- See Also:
-
COLUMNNAME_C_ProjectPhase_UU
Column name C_ProjectPhase_UU- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_Description
Column name Description- See Also:
-
COLUMNNAME_EndDate
Column name EndDate- See Also:
-
COLUMNNAME_GenerateOrder
Column name GenerateOrder- See Also:
-
COLUMNNAME_Help
Column name Help- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_IsCommitCeiling
Column name IsCommitCeiling- See Also:
-
COLUMNNAME_IsComplete
Column name IsComplete- See Also:
-
COLUMNNAME_M_Product_ID
Column name M_Product_ID- See Also:
-
COLUMNNAME_Name
Column name Name- See Also:
-
COLUMNNAME_PlannedAmt
Column name PlannedAmt- See Also:
-
COLUMNNAME_PriceActual
Column name PriceActual- See Also:
-
COLUMNNAME_ProjInvoiceRule
Column name ProjInvoiceRule- See Also:
-
COLUMNNAME_Qty
Column name Qty- See Also:
-
COLUMNNAME_SeqNo
Column name SeqNo- See Also:
-
COLUMNNAME_StartDate
Column name StartDate- 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 -
setCommittedAmt
Set Committed Amount. The (legal) commitment amount -
getCommittedAmt
BigDecimal getCommittedAmt()Get Committed Amount. The (legal) commitment amount -
setC_Order_ID
void setC_Order_ID(int C_Order_ID) Set Order. Order -
getC_Order_ID
int getC_Order_ID()Get Order. Order -
getC_Order
- Throws:
RuntimeException
-
setC_Phase_ID
void setC_Phase_ID(int C_Phase_ID) Set Standard Phase. Standard Phase of the Project Type -
getC_Phase_ID
int getC_Phase_ID()Get Standard Phase. Standard Phase of the Project Type -
getC_Phase
- 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
- Throws:
RuntimeException
-
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 -
setC_ProjectPhase_UU
Set C_ProjectPhase_UU -
getC_ProjectPhase_UU
String getC_ProjectPhase_UU()Get C_ProjectPhase_UU -
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 -
setEndDate
Set End Date. Last effective date (inclusive) -
getEndDate
Timestamp getEndDate()Get End Date. Last effective date (inclusive) -
setGenerateOrder
Set Generate Order. Generate Order -
getGenerateOrder
String getGenerateOrder()Get Generate Order. Generate Order -
setHelp
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 -
setIsCommitCeiling
void setIsCommitCeiling(boolean IsCommitCeiling) Set Commitment is Ceiling. The commitment amount/quantity is the chargeable ceiling -
isCommitCeiling
boolean isCommitCeiling()Get Commitment is Ceiling. The commitment amount/quantity is the chargeable ceiling -
setIsComplete
void setIsComplete(boolean IsComplete) Set Complete. It is complete -
isComplete
boolean isComplete()Get Complete. It is complete -
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
- Throws:
RuntimeException
-
setName
Set Name. Alphanumeric identifier of the entity -
getName
String getName()Get Name. Alphanumeric identifier of the entity -
setPlannedAmt
Set Planned Amount. Planned amount for this project -
getPlannedAmt
BigDecimal getPlannedAmt()Get Planned Amount. Planned amount for this project -
setPriceActual
Set Unit Price. Actual Price -
getPriceActual
BigDecimal getPriceActual()Get Unit Price. Actual Price -
setProjInvoiceRule
Set Invoice Rule. Invoice Rule for the project -
getProjInvoiceRule
String getProjInvoiceRule()Get Invoice Rule. Invoice Rule for the project -
setQty
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 -
setStartDate
Set Start Date. First effective day (inclusive) -
getStartDate
Timestamp getStartDate()Get Start Date. First effective day (inclusive) -
getUpdated
Timestamp getUpdated()Get Updated. Date this record was updated -
getUpdatedBy
int getUpdatedBy()Get Updated By. User who updated this records
-