Adempiere 3.5.2a

org.compiere.model
Interface I_GL_FundRestriction

All Known Implementing Classes:
X_GL_FundRestriction

public interface I_GL_FundRestriction

Generated Interface for GL_FundRestriction

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 2 - Client
static String COLUMNNAME_C_ElementValue_ID
          Column name C_ElementValue_ID
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_GL_Fund_ID
          Column name GL_Fund_ID
static String COLUMNNAME_GL_FundRestriction_ID
          Column name GL_FundRestriction_ID
static String COLUMNNAME_Name
          Column name Name
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=824
static String Table_Name
          TableName=GL_FundRestriction
 
Method Summary
 int getC_ElementValue_ID()
          Get Account Element.
 I_C_ElementValue getC_ElementValue()
           
 String getDescription()
          Get Description.
 int getGL_Fund_ID()
          Get GL Fund.
 I_GL_Fund getGL_Fund()
           
 int getGL_FundRestriction_ID()
          Get Fund Restriction.
 String getName()
          Get Name.
 void setC_ElementValue_ID(int C_ElementValue_ID)
          Set Account Element.
 void setDescription(String Description)
          Set Description.
 void setGL_Fund_ID(int GL_Fund_ID)
          Set GL Fund.
 void setGL_FundRestriction_ID(int GL_FundRestriction_ID)
          Set Fund Restriction.
 void setName(String Name)
          Set Name.
 

Field Detail

Table_Name

static final String Table_Name
TableName=GL_FundRestriction

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=824


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 2 - Client


COLUMNNAME_C_ElementValue_ID

static final String COLUMNNAME_C_ElementValue_ID
Column name C_ElementValue_ID

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_GL_Fund_ID

static final String COLUMNNAME_GL_Fund_ID
Column name GL_Fund_ID

See Also:
Constant Field Values

COLUMNNAME_GL_FundRestriction_ID

static final String COLUMNNAME_GL_FundRestriction_ID
Column name GL_FundRestriction_ID

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values
Method Detail

setC_ElementValue_ID

void setC_ElementValue_ID(int C_ElementValue_ID)
Set Account Element. Account Element


getC_ElementValue_ID

int getC_ElementValue_ID()
Get Account Element. Account Element


getC_ElementValue

I_C_ElementValue getC_ElementValue()
                                   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


setGL_Fund_ID

void setGL_Fund_ID(int GL_Fund_ID)
Set GL Fund. General Ledger Funds Control


getGL_Fund_ID

int getGL_Fund_ID()
Get GL Fund. General Ledger Funds Control


getGL_Fund

I_GL_Fund getGL_Fund()
                     throws Exception
Throws:
Exception

setGL_FundRestriction_ID

void setGL_FundRestriction_ID(int GL_FundRestriction_ID)
Set Fund Restriction. Restriction of Funds


getGL_FundRestriction_ID

int getGL_FundRestriction_ID()
Get Fund Restriction. Restriction of Funds


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.