Adempiere 3.5.2a

org.compiere.model
Interface I_GL_Category

All Known Implementing Classes:
MGLCategory, X_GL_Category

public interface I_GL_Category

Generated Interface for GL_Category

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 2 - Client
static String COLUMNNAME_CategoryType
          Column name CategoryType
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_GL_Category_ID
          Column name GL_Category_ID
static String COLUMNNAME_IsDefault
          Column name IsDefault
static String COLUMNNAME_Name
          Column name Name
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=218
static String Table_Name
          TableName=GL_Category
 
Method Summary
 String getCategoryType()
          Get Category Type.
 String getDescription()
          Get Description.
 int getGL_Category_ID()
          Get GL Category.
 String getName()
          Get Name.
 boolean isDefault()
          Get Default.
 void setCategoryType(String CategoryType)
          Set Category Type.
 void setDescription(String Description)
          Set Description.
 void setGL_Category_ID(int GL_Category_ID)
          Set GL Category.
 void setIsDefault(boolean IsDefault)
          Set Default.
 void setName(String Name)
          Set Name.
 

Field Detail

Table_Name

static final String Table_Name
TableName=GL_Category

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=218


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 2 - Client


COLUMNNAME_CategoryType

static final String COLUMNNAME_CategoryType
Column name CategoryType

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_GL_Category_ID

static final String COLUMNNAME_GL_Category_ID
Column name GL_Category_ID

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

setCategoryType

void setCategoryType(String CategoryType)
Set Category Type. Source of the Journal with this category


getCategoryType

String getCategoryType()
Get Category Type. Source of the Journal with this category


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_Category_ID

void setGL_Category_ID(int GL_Category_ID)
Set GL Category. General Ledger Category


getGL_Category_ID

int getGL_Category_ID()
Get GL Category. General Ledger Category


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.