Adempiere 3.5.2a

org.compiere.model
Interface I_B_Topic

All Known Implementing Classes:
X_B_Topic

public interface I_B_Topic

Generated Interface for B_Topic

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 3 - Client - Org
static String COLUMNNAME_B_Topic_ID
          Column name B_Topic_ID
static String COLUMNNAME_B_TopicCategory_ID
          Column name B_TopicCategory_ID
static String COLUMNNAME_B_TopicType_ID
          Column name B_TopicType_ID
static String COLUMNNAME_DecisionDate
          Column name DecisionDate
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_DocumentNo
          Column name DocumentNo
static String COLUMNNAME_IsPublished
          Column name IsPublished
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_Processed
          Column name Processed
static String COLUMNNAME_Processing
          Column name Processing
static String COLUMNNAME_TextDetails
          Column name TextDetails
static String COLUMNNAME_TextMsg
          Column name TextMsg
static String COLUMNNAME_TopicAction
          Column name TopicAction
static String COLUMNNAME_TopicStatus
          Column name TopicStatus
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=679
static String Table_Name
          TableName=B_Topic
 
Method Summary
 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.
 String getName()
          Get Name.
 String getTextDetails()
          Get Details
 String getTextMsg()
          Get Text Message.
 String getTopicAction()
          Get Topic Action
 String getTopicStatus()
          Get Topic Status
 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
 

Field Detail

Table_Name

static final String Table_Name
TableName=B_Topic

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=679


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org


COLUMNNAME_B_TopicCategory_ID

static final String COLUMNNAME_B_TopicCategory_ID
Column name B_TopicCategory_ID

See Also:
Constant Field Values

COLUMNNAME_B_Topic_ID

static final String COLUMNNAME_B_Topic_ID
Column name B_Topic_ID

See Also:
Constant Field Values

COLUMNNAME_B_TopicType_ID

static final String COLUMNNAME_B_TopicType_ID
Column name B_TopicType_ID

See Also:
Constant Field Values

COLUMNNAME_DecisionDate

static final String COLUMNNAME_DecisionDate
Column name DecisionDate

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_DocumentNo

static final String COLUMNNAME_DocumentNo
Column name DocumentNo

See Also:
Constant Field Values

COLUMNNAME_IsPublished

static final String COLUMNNAME_IsPublished
Column name IsPublished

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values

COLUMNNAME_Processed

static final String COLUMNNAME_Processed
Column name Processed

See Also:
Constant Field Values

COLUMNNAME_Processing

static final String COLUMNNAME_Processing
Column name Processing

See Also:
Constant Field Values

COLUMNNAME_TextDetails

static final String COLUMNNAME_TextDetails
Column name TextDetails

See Also:
Constant Field Values

COLUMNNAME_TextMsg

static final String COLUMNNAME_TextMsg
Column name TextMsg

See Also:
Constant Field Values

COLUMNNAME_TopicAction

static final String COLUMNNAME_TopicAction
Column name TopicAction

See Also:
Constant Field Values

COLUMNNAME_TopicStatus

static final String COLUMNNAME_TopicStatus
Column name TopicStatus

See Also:
Constant Field Values
Method Detail

setB_TopicCategory_ID

void setB_TopicCategory_ID(int B_TopicCategory_ID)
Set Topic Category. Auction Topic Category


getB_TopicCategory_ID

int getB_TopicCategory_ID()
Get Topic Category. Auction Topic Category


getB_TopicCategory

I_B_TopicCategory getB_TopicCategory()
                                     throws Exception
Throws:
Exception

setB_Topic_ID

void setB_Topic_ID(int B_Topic_ID)
Set Topic. Auction Topic


getB_Topic_ID

int getB_Topic_ID()
Get Topic. Auction Topic


setB_TopicType_ID

void setB_TopicType_ID(int B_TopicType_ID)
Set Topic Type. Auction Topic Type


getB_TopicType_ID

int getB_TopicType_ID()
Get Topic Type. Auction Topic Type


getB_TopicType

I_B_TopicType getB_TopicType()
                             throws Exception
Throws:
Exception

setDecisionDate

void setDecisionDate(Timestamp DecisionDate)
Set Decision date


getDecisionDate

Timestamp getDecisionDate()
Get Decision date


setDescription

void setDescription(String Description)
Set Description. Optional short description of the record


getDescription

String getDescription()
Get Description. Optional short description of the record


setDocumentNo

void setDocumentNo(String DocumentNo)
Set Document No. Document sequence number of the document


getDocumentNo

String getDocumentNo()
Get Document No. Document sequence number of the document


setIsPublished

void setIsPublished(boolean IsPublished)
Set Published. The Topic is published and can be viewed


isPublished

boolean isPublished()
Get Published. The Topic is published and can be viewed


setName

void setName(String Name)
Set Name. Alphanumeric identifier of the entity


getName

String getName()
Get Name. Alphanumeric identifier of the entity


setProcessed

void setProcessed(boolean Processed)
Set Processed. The document has been processed


isProcessed

boolean isProcessed()
Get Processed. The document has been processed


setProcessing

void setProcessing(boolean Processing)
Set Process Now


isProcessing

boolean isProcessing()
Get Process Now


setTextDetails

void setTextDetails(String TextDetails)
Set Details


getTextDetails

String getTextDetails()
Get Details


setTextMsg

void setTextMsg(String TextMsg)
Set Text Message. Text Message


getTextMsg

String getTextMsg()
Get Text Message. Text Message


setTopicAction

void setTopicAction(String TopicAction)
Set Topic Action


getTopicAction

String getTopicAction()
Get Topic Action


setTopicStatus

void setTopicStatus(String TopicStatus)
Set Topic Status


getTopicStatus

String getTopicStatus()
Get Topic Status


Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.