Adempiere 3.5.2a

org.compiere.model
Interface I_C_CyclePhase

All Known Implementing Classes:
X_C_CyclePhase

public interface I_C_CyclePhase

Generated Interface for C_CyclePhase

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 3 - Client - Org
static String COLUMNNAME_C_CycleStep_ID
          Column name C_CycleStep_ID
static String COLUMNNAME_C_Phase_ID
          Column name C_Phase_ID
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=433
static String Table_Name
          TableName=C_CyclePhase
 
Method Summary
 int getC_CycleStep_ID()
          Get Cycle Step.
 I_C_CycleStep getC_CycleStep()
           
 int getC_Phase_ID()
          Get Standard Phase.
 I_C_Phase getC_Phase()
           
 void setC_CycleStep_ID(int C_CycleStep_ID)
          Set Cycle Step.
 void setC_Phase_ID(int C_Phase_ID)
          Set Standard Phase.
 

Field Detail

Table_Name

static final String Table_Name
TableName=C_CyclePhase

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=433


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org


COLUMNNAME_C_CycleStep_ID

static final String COLUMNNAME_C_CycleStep_ID
Column name C_CycleStep_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
Method Detail

setC_CycleStep_ID

void setC_CycleStep_ID(int C_CycleStep_ID)
Set Cycle Step. The step for this Cycle


getC_CycleStep_ID

int getC_CycleStep_ID()
Get Cycle Step. The step for this Cycle


getC_CycleStep

I_C_CycleStep getC_CycleStep()
                             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

Adempiere 3.5.2a

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