|
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_B_Topic
public class X_B_Topic
Generated Model for B_Topic
| 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 |
| Constructor Summary | |
|---|---|
X_B_Topic(Properties ctx,
int B_Topic_ID,
String trxName)
Standard Constructor |
|
X_B_Topic(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getB_Topic_ID()
Get Topic. |
int |
getB_TopicCategory_ID()
Get Topic Category. |
I_B_TopicCategory |
getB_TopicCategory()
|
int |
getB_TopicType_ID()
Get Topic Type. |
I_B_TopicType |
getB_TopicType()
|
Timestamp |
getDecisionDate()
Get Decision date. |
String |
getDescription()
Get Description. |
String |
getDocumentNo()
Get Document No. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
String |
getName()
Get Name. |
String |
getTextDetails()
Get Details. |
String |
getTextMsg()
Get Text Message. |
String |
getTopicAction()
Get Topic Action. |
String |
getTopicStatus()
Get Topic Status. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
boolean |
isProcessed()
Get Processed. |
boolean |
isProcessing()
Get Process Now. |
boolean |
isPublished()
Get Published. |
void |
setB_Topic_ID(int B_Topic_ID)
Set Topic. |
void |
setB_TopicCategory_ID(int B_TopicCategory_ID)
Set Topic Category. |
void |
setB_TopicType_ID(int B_TopicType_ID)
Set Topic Type. |
void |
setDecisionDate(Timestamp DecisionDate)
Set Decision date. |
void |
setDescription(String Description)
Set Description. |
void |
setDocumentNo(String DocumentNo)
Set Document No. |
void |
setIsPublished(boolean IsPublished)
Set Published. |
void |
setName(String Name)
Set Name. |
void |
setProcessed(boolean Processed)
Set Processed. |
void |
setProcessing(boolean Processing)
Set Process Now. |
void |
setTextDetails(String TextDetails)
Set Details. |
void |
setTextMsg(String TextMsg)
Set Text Message. |
void |
setTopicAction(String TopicAction)
Set Topic Action. |
void |
setTopicStatus(String TopicStatus)
Set Topic Status. |
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_B_Topic(Properties ctx,
int B_Topic_ID,
String trxName)
public X_B_Topic(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_B_TopicCategory getB_TopicCategory()
throws Exception
getB_TopicCategory in interface I_B_TopicExceptionpublic void setB_TopicCategory_ID(int B_TopicCategory_ID)
setB_TopicCategory_ID in interface I_B_TopicB_TopicCategory_ID - Auction Topic Categorypublic int getB_TopicCategory_ID()
getB_TopicCategory_ID in interface I_B_Topicpublic void setB_Topic_ID(int B_Topic_ID)
setB_Topic_ID in interface I_B_TopicB_Topic_ID - Auction Topicpublic int getB_Topic_ID()
getB_Topic_ID in interface I_B_Topic
public I_B_TopicType getB_TopicType()
throws Exception
getB_TopicType in interface I_B_TopicExceptionpublic void setB_TopicType_ID(int B_TopicType_ID)
setB_TopicType_ID in interface I_B_TopicB_TopicType_ID - Auction Topic Typepublic int getB_TopicType_ID()
getB_TopicType_ID in interface I_B_Topicpublic void setDecisionDate(Timestamp DecisionDate)
setDecisionDate in interface I_B_TopicDecisionDate - Decision datepublic Timestamp getDecisionDate()
getDecisionDate in interface I_B_Topicpublic void setDescription(String Description)
setDescription in interface I_B_TopicDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_B_Topicpublic void setDocumentNo(String DocumentNo)
setDocumentNo in interface I_B_TopicDocumentNo - Document sequence number of the documentpublic String getDocumentNo()
getDocumentNo in interface I_B_Topicpublic void setIsPublished(boolean IsPublished)
setIsPublished in interface I_B_TopicIsPublished - The Topic is published and can be viewedpublic boolean isPublished()
isPublished in interface I_B_Topicpublic void setName(String Name)
setName in interface I_B_TopicName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_B_Topicpublic KeyNamePair getKeyNamePair()
public void setProcessed(boolean Processed)
setProcessed in interface I_B_TopicProcessed - The document has been processedpublic boolean isProcessed()
isProcessed in interface I_B_Topicpublic void setProcessing(boolean Processing)
setProcessing in interface I_B_TopicProcessing - Process Nowpublic boolean isProcessing()
isProcessing in interface I_B_Topicpublic void setTextDetails(String TextDetails)
setTextDetails in interface I_B_TopicTextDetails - Detailspublic String getTextDetails()
getTextDetails in interface I_B_Topicpublic void setTextMsg(String TextMsg)
setTextMsg in interface I_B_TopicTextMsg - Text Messagepublic String getTextMsg()
getTextMsg in interface I_B_Topicpublic void setTopicAction(String TopicAction)
setTopicAction in interface I_B_TopicTopicAction - Topic Actionpublic String getTopicAction()
getTopicAction in interface I_B_Topicpublic void setTopicStatus(String TopicStatus)
setTopicStatus in interface I_B_TopicTopicStatus - Topic Statuspublic String getTopicStatus()
getTopicStatus in interface I_B_Topic
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||