Adempiere 3.5.2a

org.compiere.model
Interface I_C_Phase

All Known Implementing Classes:
MProjectTypePhase, X_C_Phase

public interface I_C_Phase

Generated Interface for C_Phase

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 3 - Client - Org
static String COLUMNNAME_C_Phase_ID
          Column name C_Phase_ID
static String COLUMNNAME_C_ProjectType_ID
          Column name C_ProjectType_ID
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_Help
          Column name Help
static String COLUMNNAME_M_Product_ID
          Column name M_Product_ID
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_SeqNo
          Column name SeqNo
static String COLUMNNAME_StandardQty
          Column name StandardQty
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=577
static String Table_Name
          TableName=C_Phase
 
Method Summary
 int getC_Phase_ID()
          Get Standard Phase.
 int getC_ProjectType_ID()
          Get Project Type.
 I_C_ProjectType getC_ProjectType()
           
 String getDescription()
          Get Description.
 String getHelp()
          Get Comment/Help.
 int getM_Product_ID()
          Get Product.
 I_M_Product getM_Product()
           
 String getName()
          Get Name.
 int getSeqNo()
          Get Sequence.
 BigDecimal getStandardQty()
          Get Standard Quantity.
 void setC_Phase_ID(int C_Phase_ID)
          Set Standard Phase.
 void setC_ProjectType_ID(int C_ProjectType_ID)
          Set Project Type.
 void setDescription(String Description)
          Set Description.
 void setHelp(String Help)
          Set Comment/Help.
 void setM_Product_ID(int M_Product_ID)
          Set Product.
 void setName(String Name)
          Set Name.
 void setSeqNo(int SeqNo)
          Set Sequence.
 void setStandardQty(BigDecimal StandardQty)
          Set Standard Quantity.
 

Field Detail

Table_Name

static final String Table_Name
TableName=C_Phase

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=577


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org


COLUMNNAME_C_Phase_ID

static final String COLUMNNAME_C_Phase_ID
Column name C_Phase_ID

See Also:
Constant Field Values

COLUMNNAME_C_ProjectType_ID

static final String COLUMNNAME_C_ProjectType_ID
Column name C_ProjectType_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_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_SeqNo

static final String COLUMNNAME_SeqNo
Column name SeqNo

See Also:
Constant Field Values

COLUMNNAME_StandardQty

static final String COLUMNNAME_StandardQty
Column name StandardQty

See Also:
Constant Field Values
Method Detail

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


setC_ProjectType_ID

void setC_ProjectType_ID(int C_ProjectType_ID)
Set Project Type. Type of the project


getC_ProjectType_ID

int getC_ProjectType_ID()
Get Project Type. Type of the project


getC_ProjectType

I_C_ProjectType getC_ProjectType()
                                 throws Exception
Throws:
Exception

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


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


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


setStandardQty

void setStandardQty(BigDecimal StandardQty)
Set Standard Quantity. Standard Quantity


getStandardQty

BigDecimal getStandardQty()
Get Standard Quantity. Standard Quantity


Adempiere 3.5.2a

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