Adempiere 3.5.2a

org.compiere.model
Interface I_C_Cycle

All Known Implementing Classes:
X_C_Cycle

public interface I_C_Cycle

Generated Interface for C_Cycle

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 3 - Client - Org
static String COLUMNNAME_C_Currency_ID
          Column name C_Currency_ID
static String COLUMNNAME_C_Cycle_ID
          Column name C_Cycle_ID
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_Name
          Column name Name
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=432
static String Table_Name
          TableName=C_Cycle
 
Method Summary
 int getC_Currency_ID()
          Get Currency.
 I_C_Currency getC_Currency()
           
 int getC_Cycle_ID()
          Get Project Cycle.
 String getDescription()
          Get Description.
 String getName()
          Get Name.
 void setC_Currency_ID(int C_Currency_ID)
          Set Currency.
 void setC_Cycle_ID(int C_Cycle_ID)
          Set Project Cycle.
 void setDescription(String Description)
          Set Description.
 void setName(String Name)
          Set Name.
 

Field Detail

Table_Name

static final String Table_Name
TableName=C_Cycle

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=432


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org


COLUMNNAME_C_Currency_ID

static final String COLUMNNAME_C_Currency_ID
Column name C_Currency_ID

See Also:
Constant Field Values

COLUMNNAME_C_Cycle_ID

static final String COLUMNNAME_C_Cycle_ID
Column name C_Cycle_ID

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values
Method Detail

setC_Currency_ID

void setC_Currency_ID(int C_Currency_ID)
Set Currency. The Currency for this record


getC_Currency_ID

int getC_Currency_ID()
Get Currency. The Currency for this record


getC_Currency

I_C_Currency getC_Currency()
                           throws Exception
Throws:
Exception

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


setDescription

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


getDescription

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


setName

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


getName

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


Adempiere 3.5.2a

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