Adempiere 3.5.2a

org.compiere.model
Interface I_C_CycleStep

All Known Implementing Classes:
X_C_CycleStep

public interface I_C_CycleStep

Generated Interface for C_CycleStep

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 3 - Client - Org
static String COLUMNNAME_C_Cycle_ID
          Column name C_Cycle_ID
static String COLUMNNAME_C_CycleStep_ID
          Column name C_CycleStep_ID
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_RelativeWeight
          Column name RelativeWeight
static String COLUMNNAME_SeqNo
          Column name SeqNo
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=590
static String Table_Name
          TableName=C_CycleStep
 
Method Summary
 int getC_Cycle_ID()
          Get Project Cycle.
 I_C_Cycle getC_Cycle()
           
 int getC_CycleStep_ID()
          Get Cycle Step.
 String getName()
          Get Name.
 BigDecimal getRelativeWeight()
          Get Relative Weight.
 int getSeqNo()
          Get Sequence.
 void setC_Cycle_ID(int C_Cycle_ID)
          Set Project Cycle.
 void setC_CycleStep_ID(int C_CycleStep_ID)
          Set Cycle Step.
 void setName(String Name)
          Set Name.
 void setRelativeWeight(BigDecimal RelativeWeight)
          Set Relative Weight.
 void setSeqNo(int SeqNo)
          Set Sequence.
 

Field Detail

Table_Name

static final String Table_Name
TableName=C_CycleStep

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=590


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org


COLUMNNAME_C_Cycle_ID

static final String COLUMNNAME_C_Cycle_ID
Column name C_Cycle_ID

See Also:
Constant Field Values

COLUMNNAME_C_CycleStep_ID

static final String COLUMNNAME_C_CycleStep_ID
Column name C_CycleStep_ID

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values

COLUMNNAME_RelativeWeight

static final String COLUMNNAME_RelativeWeight
Column name RelativeWeight

See Also:
Constant Field Values

COLUMNNAME_SeqNo

static final String COLUMNNAME_SeqNo
Column name SeqNo

See Also:
Constant Field Values
Method Detail

setC_Cycle_ID

void setC_Cycle_ID(int C_Cycle_ID)
Set Project Cycle. Identifier for this Project Reporting Cycle


getC_Cycle_ID

int getC_Cycle_ID()
Get Project Cycle. Identifier for this Project Reporting Cycle


getC_Cycle

I_C_Cycle getC_Cycle()
                     throws Exception
Throws:
Exception

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


setName

void setName(String Name)
Set Name. Alphanumeric identifier of the entity


getName

String getName()
Get Name. Alphanumeric identifier of the entity


setRelativeWeight

void setRelativeWeight(BigDecimal RelativeWeight)
Set Relative Weight. Relative weight of this step (0 = ignored)


getRelativeWeight

BigDecimal getRelativeWeight()
Get Relative Weight. Relative weight of this step (0 = ignored)


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


Adempiere 3.5.2a

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