|
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_Entry
public class X_K_Entry
Generated Model for K_Entry
| 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_Entry |
|---|
accessLevel, COLUMNNAME_AD_Session_ID, COLUMNNAME_DescriptionURL, COLUMNNAME_IsPublic, COLUMNNAME_K_Entry_ID, COLUMNNAME_K_Source_ID, COLUMNNAME_K_Topic_ID, COLUMNNAME_Keywords, COLUMNNAME_Name, COLUMNNAME_Rating, COLUMNNAME_TextMsg, COLUMNNAME_ValidTo, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_K_Entry(Properties ctx,
int K_Entry_ID,
String trxName)
Standard Constructor |
|
X_K_Entry(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getAD_Session_ID()
Get Session. |
I_AD_Session |
getAD_Session()
|
String |
getDescriptionURL()
Get Description URL. |
int |
getK_Entry_ID()
Get Entry. |
int |
getK_Source_ID()
Get Knowledge Source. |
I_K_Source |
getK_Source()
|
int |
getK_Topic_ID()
Get Knowledge Topic. |
I_K_Topic |
getK_Topic()
|
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
String |
getKeywords()
Get Keywords. |
String |
getName()
Get Name. |
int |
getRating()
Get Rating. |
String |
getTextMsg()
Get Text Message. |
Timestamp |
getValidTo()
Get Valid to. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
boolean |
isPublic()
Get Public. |
void |
setAD_Session_ID(int AD_Session_ID)
Set Session. |
void |
setDescriptionURL(String DescriptionURL)
Set Description URL. |
void |
setIsPublic(boolean IsPublic)
Set Public. |
void |
setK_Entry_ID(int K_Entry_ID)
Set Entry. |
void |
setK_Source_ID(int K_Source_ID)
Set Knowledge Source. |
void |
setK_Topic_ID(int K_Topic_ID)
Set Knowledge Topic. |
void |
setKeywords(String Keywords)
Set Keywords. |
void |
setName(String Name)
Set Name. |
void |
setRating(int Rating)
Set Rating. |
void |
setTextMsg(String TextMsg)
Set Text Message. |
void |
setValidTo(Timestamp ValidTo)
Set Valid to. |
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_Entry(Properties ctx,
int K_Entry_ID,
String trxName)
public X_K_Entry(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 PO
public I_AD_Session getAD_Session()
throws Exception
getAD_Session in interface I_K_EntryExceptionpublic void setAD_Session_ID(int AD_Session_ID)
setAD_Session_ID in interface I_K_EntryAD_Session_ID - User Session Online or Webpublic int getAD_Session_ID()
getAD_Session_ID in interface I_K_Entrypublic void setDescriptionURL(String DescriptionURL)
setDescriptionURL in interface I_K_EntryDescriptionURL - URL for the descriptionpublic String getDescriptionURL()
getDescriptionURL in interface I_K_Entrypublic void setIsPublic(boolean IsPublic)
setIsPublic in interface I_K_EntryIsPublic - Public can read entrypublic boolean isPublic()
isPublic in interface I_K_Entrypublic void setK_Entry_ID(int K_Entry_ID)
setK_Entry_ID in interface I_K_EntryK_Entry_ID - Knowledge Entrypublic int getK_Entry_ID()
getK_Entry_ID in interface I_K_Entrypublic void setKeywords(String Keywords)
setKeywords in interface I_K_EntryKeywords - List of Keywords - separated by space, comma or semicolonpublic String getKeywords()
getKeywords in interface I_K_Entry
public I_K_Source getK_Source()
throws Exception
getK_Source in interface I_K_EntryExceptionpublic void setK_Source_ID(int K_Source_ID)
setK_Source_ID in interface I_K_EntryK_Source_ID - Source of a Knowledge Entrypublic int getK_Source_ID()
getK_Source_ID in interface I_K_Entry
public I_K_Topic getK_Topic()
throws Exception
getK_Topic in interface I_K_EntryExceptionpublic void setK_Topic_ID(int K_Topic_ID)
setK_Topic_ID in interface I_K_EntryK_Topic_ID - Knowledge Topicpublic int getK_Topic_ID()
getK_Topic_ID in interface I_K_Entrypublic void setName(String Name)
setName in interface I_K_EntryName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_K_Entrypublic KeyNamePair getKeyNamePair()
public void setRating(int Rating)
setRating in interface I_K_EntryRating - Classification or Importancepublic int getRating()
getRating in interface I_K_Entrypublic void setTextMsg(String TextMsg)
setTextMsg in interface I_K_EntryTextMsg - Text Messagepublic String getTextMsg()
getTextMsg in interface I_K_Entrypublic void setValidTo(Timestamp ValidTo)
setValidTo in interface I_K_EntryValidTo - Valid to including this date (last day)public Timestamp getValidTo()
getValidTo in interface I_K_Entry
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||