|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.model.PO
org.compiere.model.X_GL_Category
public class X_GL_Category
Generated Model for GL_Category
| Field Summary | |
|---|---|
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 |
| Fields inherited from class org.compiere.model.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_ctx, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Fields inherited from interface org.compiere.model.I_GL_Category |
|---|
accessLevel, COLUMNNAME_CategoryType, COLUMNNAME_Description, COLUMNNAME_GL_Category_ID, COLUMNNAME_IsDefault, COLUMNNAME_Name, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_GL_Category(Properties ctx,
int GL_Category_ID,
String trxName)
Standard Constructor |
|
X_GL_Category(Properties 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(Properties ctx)
Load Meta Data |
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()
String representation |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.compiere.model.I_Persistent |
|---|
save |
| Field Detail |
|---|
public static final int CATEGORYTYPE_AD_Reference_ID
public static final String CATEGORYTYPE_Manual
public static final String CATEGORYTYPE_Import
public static final String CATEGORYTYPE_Document
public static final String CATEGORYTYPE_SystemGenerated
| Constructor Detail |
|---|
public X_GL_Category(Properties ctx,
int GL_Category_ID,
String trxName)
public X_GL_Category(Properties ctx,
ResultSet rs,
String trxName)
| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Properties ctx)
initPO in class POctx - context
public String toString()
PO
toString in class POpublic void setCategoryType(String CategoryType)
setCategoryType in interface I_GL_CategoryCategoryType - Source of the Journal with this categorypublic String getCategoryType()
getCategoryType in interface I_GL_Categorypublic void setDescription(String Description)
setDescription in interface I_GL_CategoryDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_GL_Categorypublic void setGL_Category_ID(int GL_Category_ID)
setGL_Category_ID in interface I_GL_CategoryGL_Category_ID - General Ledger Categorypublic int getGL_Category_ID()
getGL_Category_ID in interface I_GL_Categorypublic void setIsDefault(boolean IsDefault)
setIsDefault in interface I_GL_CategoryIsDefault - Default valuepublic boolean isDefault()
isDefault in interface I_GL_Categorypublic void setName(String Name)
setName in interface I_GL_CategoryName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_GL_Categorypublic KeyNamePair getKeyNamePair()
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||