|
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_K_Category
public class X_K_Category
Generated Model for K_Category
| Field Summary |
|---|
| 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_K_Category |
|---|
accessLevel, COLUMNNAME_Description, COLUMNNAME_Help, COLUMNNAME_K_Category_ID, COLUMNNAME_Name, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_K_Category(Properties ctx,
int K_Category_ID,
String trxName)
Standard Constructor |
|
X_K_Category(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
String |
getDescription()
Get Description. |
String |
getHelp()
Get Comment/Help. |
int |
getK_Category_ID()
Get Knowledge Category. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
String |
getName()
Get Name. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
void |
setDescription(String Description)
Set Description. |
void |
setHelp(String Help)
Set Comment/Help. |
void |
setK_Category_ID(int K_Category_ID)
Set Knowledge Category. |
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 |
| Constructor Detail |
|---|
public X_K_Category(Properties ctx,
int K_Category_ID,
String trxName)
public X_K_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 setDescription(String Description)
setDescription in interface I_K_CategoryDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_K_Categorypublic void setHelp(String Help)
setHelp in interface I_K_CategoryHelp - Comment or Hintpublic String getHelp()
getHelp in interface I_K_Categorypublic void setK_Category_ID(int K_Category_ID)
setK_Category_ID in interface I_K_CategoryK_Category_ID - Knowledge Categorypublic int getK_Category_ID()
getK_Category_ID in interface I_K_Categorypublic void setName(String Name)
setName in interface I_K_CategoryName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_K_Categorypublic KeyNamePair getKeyNamePair()
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||