Adempiere 3.5.2a

org.compiere.model
Interface I_C_CashBook

All Known Implementing Classes:
MCashBook, X_C_CashBook

public interface I_C_CashBook

Generated Interface for C_CashBook

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 3 - Client - Org
static String COLUMNNAME_C_CashBook_ID
          Column name C_CashBook_ID
static String COLUMNNAME_C_Currency_ID
          Column name C_Currency_ID
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_IsDefault
          Column name IsDefault
static String COLUMNNAME_Name
          Column name Name
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=408
static String Table_Name
          TableName=C_CashBook
 
Method Summary
 int getC_CashBook_ID()
          Get Cash Book.
 int getC_Currency_ID()
          Get Currency.
 I_C_Currency getC_Currency()
           
 String getDescription()
          Get Description.
 String getName()
          Get Name.
 boolean isDefault()
          Get Default.
 void setC_CashBook_ID(int C_CashBook_ID)
          Set Cash Book.
 void setC_Currency_ID(int C_Currency_ID)
          Set Currency.
 void setDescription(String Description)
          Set Description.
 void setIsDefault(boolean IsDefault)
          Set Default.
 void setName(String Name)
          Set Name.
 

Field Detail

Table_Name

static final String Table_Name
TableName=C_CashBook

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=408


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org


COLUMNNAME_C_CashBook_ID

static final String COLUMNNAME_C_CashBook_ID
Column name C_CashBook_ID

See Also:
Constant Field Values

COLUMNNAME_C_Currency_ID

static final String COLUMNNAME_C_Currency_ID
Column name C_Currency_ID

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_IsDefault

static final String COLUMNNAME_IsDefault
Column name IsDefault

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values
Method Detail

setC_CashBook_ID

void setC_CashBook_ID(int C_CashBook_ID)
Set Cash Book. Cash Book for recording petty cash transactions


getC_CashBook_ID

int getC_CashBook_ID()
Get Cash Book. Cash Book for recording petty cash transactions


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

setDescription

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


getDescription

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


setIsDefault

void setIsDefault(boolean IsDefault)
Set Default. Default value


isDefault

boolean isDefault()
Get Default. Default value


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.