Adempiere 3.5.2a

org.compiere.model
Interface I_B_BidComment

All Known Implementing Classes:
X_B_BidComment

public interface I_B_BidComment

Generated Interface for B_BidComment

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 3 - Client - Org
static String COLUMNNAME_AD_User_ID
          Column name AD_User_ID
static String COLUMNNAME_B_BidComment_ID
          Column name B_BidComment_ID
static String COLUMNNAME_B_Topic_ID
          Column name B_Topic_ID
static String COLUMNNAME_TextMsg
          Column name TextMsg
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=685
static String Table_Name
          TableName=B_BidComment
 
Method Summary
 int getAD_User_ID()
          Get User/Contact.
 I_AD_User getAD_User()
           
 int getB_BidComment_ID()
          Get Bid Comment.
 int getB_Topic_ID()
          Get Topic.
 I_B_Topic getB_Topic()
           
 String getTextMsg()
          Get Text Message.
 void setAD_User_ID(int AD_User_ID)
          Set User/Contact.
 void setB_BidComment_ID(int B_BidComment_ID)
          Set Bid Comment.
 void setB_Topic_ID(int B_Topic_ID)
          Set Topic.
 void setTextMsg(String TextMsg)
          Set Text Message.
 

Field Detail

Table_Name

static final String Table_Name
TableName=B_BidComment

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=685


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org


COLUMNNAME_AD_User_ID

static final String COLUMNNAME_AD_User_ID
Column name AD_User_ID

See Also:
Constant Field Values

COLUMNNAME_B_BidComment_ID

static final String COLUMNNAME_B_BidComment_ID
Column name B_BidComment_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_TextMsg

static final String COLUMNNAME_TextMsg
Column name TextMsg

See Also:
Constant Field Values
Method Detail

setAD_User_ID

void setAD_User_ID(int AD_User_ID)
Set User/Contact. User within the system - Internal or Business Partner Contact


getAD_User_ID

int getAD_User_ID()
Get User/Contact. User within the system - Internal or Business Partner Contact


getAD_User

I_AD_User getAD_User()
                     throws Exception
Throws:
Exception

setB_BidComment_ID

void setB_BidComment_ID(int B_BidComment_ID)
Set Bid Comment. Make a comment to a Bid Topic


getB_BidComment_ID

int getB_BidComment_ID()
Get Bid Comment. Make a comment to a Bid Topic


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


getB_Topic

I_B_Topic getB_Topic()
                     throws Exception
Throws:
Exception

setTextMsg

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


getTextMsg

String getTextMsg()
Get Text Message. Text Message


Adempiere 3.5.2a

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