|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.framework.PO
org.compiere.model.X_GL_Category
public class X_GL_Category
Generated Model for GL_Category
| Field Summary | |
|---|---|
protected BigDecimal |
accessLevel
|
static int |
CATEGORYTYPE_AD_Reference_ID
CategoryType AD_Reference_ID=207 |
static String |
CATEGORYTYPE_Document
Document = D |
static String |
CATEGORYTYPE_Import
Import = I |
static String |
CATEGORYTYPE_Manual
Manual = M |
static String |
CATEGORYTYPE_SystemGenerated
System generated = S |
protected static KeyNamePair |
Model
|
static int |
Table_ID
AD_Table_ID=218 |
static String |
Table_Name
TableName=GL_Category |
static long |
updatedMS
Last Updated Timestamp 2008-06-10 15:12:06.0 |
| Fields inherited from class org.compiere.framework.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_changeVO, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
X_GL_Category(Ctx ctx,
int GL_Category_ID,
String trxName)
Standard Constructor |
|
X_GL_Category(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
String |
getCategoryType()
Get Category Type. |
String |
getDescription()
Get Description. |
int |
getGL_Category_ID()
Get GL Category. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
String |
getName()
Get Name. |
protected POInfo |
initPO(Ctx ctx)
Load Meta Data |
boolean |
isCategoryTypeValid(String test)
Is test a valid value. |
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. |
String |
toString()
Info |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final long updatedMS
public static final int Table_ID
public static final String Table_Name
protected static KeyNamePair Model
protected BigDecimal accessLevel
public static final int CATEGORYTYPE_AD_Reference_ID
public static final String CATEGORYTYPE_Document
public static final String CATEGORYTYPE_Import
public static final String CATEGORYTYPE_Manual
public static final String CATEGORYTYPE_SystemGenerated
| Constructor Detail |
|---|
public X_GL_Category(Ctx ctx,
int GL_Category_ID,
String trxName)
ctx - contextGL_Category_ID - idtrxName - transaction
public X_GL_Category(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Ctx ctx)
initPO in class POctx - context
public String toString()
toString in class POpublic boolean isCategoryTypeValid(String test)
test - testvalue
public void setCategoryType(String CategoryType)
CategoryType - Source of the Journal with this categorypublic String getCategoryType()
public void setDescription(String Description)
Description - Optional short description of the recordpublic String getDescription()
public void setGL_Category_ID(int GL_Category_ID)
GL_Category_ID - General Ledger Categorypublic int getGL_Category_ID()
public void setIsDefault(boolean IsDefault)
IsDefault - Default valuepublic boolean isDefault()
public void setName(String Name)
Name - Alphanumeric identifier of the entitypublic String getName()
public KeyNamePair getKeyNamePair()
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||