Adempiere 3.5.2a

org.compiere.model
Interface I_B_Offer

All Known Implementing Classes:
X_B_Offer

public interface I_B_Offer

Generated Interface for B_Offer

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_Offer_ID
          Column name B_Offer_ID
static String COLUMNNAME_B_SellerFunds_ID
          Column name B_SellerFunds_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=682
static String Table_Name
          TableName=B_Offer
 
Method Summary
 int getAD_User_ID()
          Get User/Contact.
 I_AD_User getAD_User()
           
 int getB_Offer_ID()
          Get Offer.
 int getB_SellerFunds_ID()
          Get Seller Funds.
 I_B_SellerFunds getB_SellerFunds()
           
 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_Offer_ID(int B_Offer_ID)
          Set Offer.
 void setB_SellerFunds_ID(int B_SellerFunds_ID)
          Set Seller 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_Offer

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=682


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_Offer_ID

static final String COLUMNNAME_B_Offer_ID
Column name B_Offer_ID

See Also:
Constant Field Values

COLUMNNAME_B_SellerFunds_ID

static final String COLUMNNAME_B_SellerFunds_ID
Column name B_SellerFunds_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_Offer_ID

void setB_Offer_ID(int B_Offer_ID)
Set Offer. Offer for a Topic


getB_Offer_ID

int getB_Offer_ID()
Get Offer. Offer for a Topic


setB_SellerFunds_ID

void setB_SellerFunds_ID(int B_SellerFunds_ID)
Set Seller Funds. Seller Funds from Offers on Topics


getB_SellerFunds_ID

int getB_SellerFunds_ID()
Get Seller Funds. Seller Funds from Offers on Topics


getB_SellerFunds

I_B_SellerFunds getB_SellerFunds()
                                 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.