Adempiere 3.5.2a

org.compiere.model
Interface I_B_Bid

All Known Implementing Classes:
X_B_Bid

public interface I_B_Bid

Generated Interface for B_Bid

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_Bid_ID
          Column name B_Bid_ID
static String COLUMNNAME_B_BuyerFunds_ID
          Column name B_BuyerFunds_ID
static String COLUMNNAME_B_Topic_ID
          Column name B_Topic_ID
static String COLUMNNAME_IsWillingToCommit
          Column name IsWillingToCommit
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_PrivateNote
          Column name PrivateNote
static String COLUMNNAME_TextMsg
          Column name TextMsg
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=686
static String Table_Name
          TableName=B_Bid
 
Method Summary
 int getAD_User_ID()
          Get User/Contact.
 I_AD_User getAD_User()
           
 int getB_Bid_ID()
          Get Bid.
 int getB_BuyerFunds_ID()
          Get Buyer Funds.
 I_B_BuyerFunds getB_BuyerFunds()
           
 int getB_Topic_ID()
          Get Topic.
 I_B_Topic getB_Topic()
           
 String getName()
          Get Name.
 String getPrivateNote()
          Get Private Note.
 String getTextMsg()
          Get Text Message.
 boolean isWillingToCommit()
          Get Willing to commit
 void setAD_User_ID(int AD_User_ID)
          Set User/Contact.
 void setB_Bid_ID(int B_Bid_ID)
          Set Bid.
 void setB_BuyerFunds_ID(int B_BuyerFunds_ID)
          Set Buyer Funds.
 void setB_Topic_ID(int B_Topic_ID)
          Set Topic.
 void setIsWillingToCommit(boolean IsWillingToCommit)
          Set Willing to commit
 void setName(String Name)
          Set Name.
 void setPrivateNote(String PrivateNote)
          Set Private Note.
 void setTextMsg(String TextMsg)
          Set Text Message.
 

Field Detail

Table_Name

static final String Table_Name
TableName=B_Bid

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=686


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_Bid_ID

static final String COLUMNNAME_B_Bid_ID
Column name B_Bid_ID

See Also:
Constant Field Values

COLUMNNAME_B_BuyerFunds_ID

static final String COLUMNNAME_B_BuyerFunds_ID
Column name B_BuyerFunds_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_IsWillingToCommit

static final String COLUMNNAME_IsWillingToCommit
Column name IsWillingToCommit

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values

COLUMNNAME_PrivateNote

static final String COLUMNNAME_PrivateNote
Column name PrivateNote

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_Bid_ID

void setB_Bid_ID(int B_Bid_ID)
Set Bid. Bid for a Topic


getB_Bid_ID

int getB_Bid_ID()
Get Bid. Bid for a Topic


setB_BuyerFunds_ID

void setB_BuyerFunds_ID(int B_BuyerFunds_ID)
Set Buyer Funds. Buyer Funds for Bids on Topics


getB_BuyerFunds_ID

int getB_BuyerFunds_ID()
Get Buyer Funds. Buyer Funds for Bids on Topics


getB_BuyerFunds

I_B_BuyerFunds getB_BuyerFunds()
                               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


getB_Topic

I_B_Topic getB_Topic()
                     throws Exception
Throws:
Exception

setIsWillingToCommit

void setIsWillingToCommit(boolean IsWillingToCommit)
Set Willing to commit


isWillingToCommit

boolean isWillingToCommit()
Get Willing to commit


setName

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


getName

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


setPrivateNote

void setPrivateNote(String PrivateNote)
Set Private Note. Private Note - not visible to the other parties


getPrivateNote

String getPrivateNote()
Get Private Note. Private Note - not visible to the other parties


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.