Adempiere 3.5.2a

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 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 3 - Client - Org
static String COLUMNNAME_C_Order_ID
          Column name C_Order_ID
static String COLUMNNAME_C_Phase_ID
          Column name C_Phase_ID
static String COLUMNNAME_C_Project_ID
          Column name C_Project_ID
static String COLUMNNAME_C_ProjectPhase_ID
          Column name C_ProjectPhase_ID
static String COLUMNNAME_CommittedAmt
          Column name CommittedAmt
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_EndDate
          Column name EndDate
static String COLUMNNAME_GenerateOrder
          Column name GenerateOrder
static String COLUMNNAME_Help
          Column name Help
static String COLUMNNAME_IsCommitCeiling
          Column name IsCommitCeiling
static String COLUMNNAME_IsComplete
          Column name IsComplete
static String COLUMNNAME_M_Product_ID
          Column name M_Product_ID
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_PlannedAmt
          Column name PlannedAmt
static String COLUMNNAME_PriceActual
          Column name PriceActual
static String COLUMNNAME_ProjInvoiceRule
          Column name ProjInvoiceRule
static String COLUMNNAME_Qty
          Column name Qty
static String COLUMNNAME_SeqNo
          Column name SeqNo
static String COLUMNNAME_StartDate
          Column name StartDate
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=576
static String Table_Name
          TableName=C_ProjectPhase
 
Method Summary
 int getC_Order_ID()
          Get Order.
 I_C_Order getC_Order()
           
 int getC_Phase_ID()
          Get Standard Phase.
 I_C_Phase getC_Phase()
           
 int getC_Project_ID()
          Get Project.
 I_C_Project getC_Project()
           
 int getC_ProjectPhase_ID()
          Get Project Phase.
 BigDecimal getCommittedAmt()
          Get Committed Amount.
 String getDescription()
          Get Description.
 Timestamp getEndDate()
          Get End Date.
 String getGenerateOrder()
          Get Generate Order.
 String getHelp()
          Get Comment/Help.
 int getM_Product_ID()
          Get Product.
 I_M_Product getM_Product()
           
 String getName()
          Get Name.
 BigDecimal getPlannedAmt()
          Get Planned Amount.
 BigDecimal getPriceActual()
          Get Unit Price.
 String getProjInvoiceRule()
          Get Invoice Rule.
 BigDecimal getQty()
          Get Quantity.
 int getSeqNo()
          Get Sequence.
 Timestamp getStartDate()
          Get Start Date.
 boolean isCommitCeiling()
          Get Commitment is Ceiling.
 boolean isComplete()
          Get Complete.
 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 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 setHelp(String Help)
          Set Comment/Help.
 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 setName(String Name)
          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 Detail

Table_Name

static final String Table_Name
TableName=C_ProjectPhase

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=576


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org


COLUMNNAME_CommittedAmt

static final String COLUMNNAME_CommittedAmt
Column name CommittedAmt

See Also:
Constant Field Values

COLUMNNAME_C_Order_ID

static final String COLUMNNAME_C_Order_ID
Column name C_Order_ID

See Also:
Constant Field Values

COLUMNNAME_C_Phase_ID

static final String COLUMNNAME_C_Phase_ID
Column name C_Phase_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_C_ProjectPhase_ID

static final String COLUMNNAME_C_ProjectPhase_ID
Column name C_ProjectPhase_ID

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_EndDate

static final String COLUMNNAME_EndDate
Column name EndDate

See Also:
Constant Field Values

COLUMNNAME_GenerateOrder

static final String COLUMNNAME_GenerateOrder
Column name GenerateOrder

See Also:
Constant Field Values

COLUMNNAME_Help

static final String COLUMNNAME_Help
Column name Help

See Also:
Constant Field Values

COLUMNNAME_IsCommitCeiling

static final String COLUMNNAME_IsCommitCeiling
Column name IsCommitCeiling

See Also:
Constant Field Values

COLUMNNAME_IsComplete

static final String COLUMNNAME_IsComplete
Column name IsComplete

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_PriceActual

static final String COLUMNNAME_PriceActual
Column name PriceActual

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_StartDate

static final String COLUMNNAME_StartDate
Column name StartDate

See Also:
Constant Field Values
Method Detail

setCommittedAmt

void setCommittedAmt(BigDecimal CommittedAmt)
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

I_C_Order getC_Order()
                     throws Exception
Throws:
Exception

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

I_C_Phase getC_Phase()
                     throws Exception
Throws:
Exception

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 Exception
Throws:
Exception

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


setDescription

void setDescription(String Description)
Set Description. Optional short description of the record


getDescription

String getDescription()
Get Description. Optional short description of the record


setEndDate

void setEndDate(Timestamp EndDate)
Set End Date. Last effective date (inclusive)


getEndDate

Timestamp getEndDate()
Get End Date. Last effective date (inclusive)


setGenerateOrder

void setGenerateOrder(String GenerateOrder)
Set Generate Order. Generate Order


getGenerateOrder

String getGenerateOrder()
Get Generate Order. Generate Order


setHelp

void setHelp(String Help)
Set Comment/Help. Comment or Hint


getHelp

String getHelp()
Get Comment/Help. Comment or Hint


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

I_M_Product getM_Product()
                         throws Exception
Throws:
Exception

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


setPriceActual

void setPriceActual(BigDecimal PriceActual)
Set Unit Price. Actual Price


getPriceActual

BigDecimal getPriceActual()
Get Unit Price. Actual Price


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


setStartDate

void setStartDate(Timestamp StartDate)
Set Start Date. First effective day (inclusive)


getStartDate

Timestamp getStartDate()
Get Start Date. First effective day (inclusive)


Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.