Adempiere 3.5.2a

org.compiere.model
Interface I_W_Basket

All Known Implementing Classes:
X_W_Basket

public interface I_W_Basket

Generated Interface for W_Basket

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 4 - System
static String COLUMNNAME_AD_User_ID
          Column name AD_User_ID
static String COLUMNNAME_C_BPartner_ID
          Column name C_BPartner_ID
static String COLUMNNAME_EMail
          Column name EMail
static String COLUMNNAME_M_PriceList_ID
          Column name M_PriceList_ID
static String COLUMNNAME_Session_ID
          Column name Session_ID
static String COLUMNNAME_W_Basket_ID
          Column name W_Basket_ID
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=402
static String Table_Name
          TableName=W_Basket
 
Method Summary
 int getAD_User_ID()
          Get User/Contact.
 I_AD_User getAD_User()
           
 int getC_BPartner_ID()
          Get Business Partner .
 I_C_BPartner getC_BPartner()
           
 String getEMail()
          Get EMail Address.
 int getM_PriceList_ID()
          Get Price List.
 I_M_PriceList getM_PriceList()
           
 int getSession_ID()
          Get Session ID
 int getW_Basket_ID()
          Get W_Basket_ID.
 void setAD_User_ID(int AD_User_ID)
          Set User/Contact.
 void setC_BPartner_ID(int C_BPartner_ID)
          Set Business Partner .
 void setEMail(String EMail)
          Set EMail Address.
 void setM_PriceList_ID(int M_PriceList_ID)
          Set Price List.
 void setSession_ID(int Session_ID)
          Set Session ID
 void setW_Basket_ID(int W_Basket_ID)
          Set W_Basket_ID.
 

Field Detail

Table_Name

static final String Table_Name
TableName=W_Basket

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=402


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 4 - System


COLUMNNAME_AD_User_ID

static final String COLUMNNAME_AD_User_ID
Column name AD_User_ID

See Also:
Constant Field Values

COLUMNNAME_C_BPartner_ID

static final String COLUMNNAME_C_BPartner_ID
Column name C_BPartner_ID

See Also:
Constant Field Values

COLUMNNAME_EMail

static final String COLUMNNAME_EMail
Column name EMail

See Also:
Constant Field Values

COLUMNNAME_M_PriceList_ID

static final String COLUMNNAME_M_PriceList_ID
Column name M_PriceList_ID

See Also:
Constant Field Values

COLUMNNAME_Session_ID

static final String COLUMNNAME_Session_ID
Column name Session_ID

See Also:
Constant Field Values

COLUMNNAME_W_Basket_ID

static final String COLUMNNAME_W_Basket_ID
Column name W_Basket_ID

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

setC_BPartner_ID

void setC_BPartner_ID(int C_BPartner_ID)
Set Business Partner . Identifies a Business Partner


getC_BPartner_ID

int getC_BPartner_ID()
Get Business Partner . Identifies a Business Partner


getC_BPartner

I_C_BPartner getC_BPartner()
                           throws Exception
Throws:
Exception

setEMail

void setEMail(String EMail)
Set EMail Address. Electronic Mail Address


getEMail

String getEMail()
Get EMail Address. Electronic Mail Address


setM_PriceList_ID

void setM_PriceList_ID(int M_PriceList_ID)
Set Price List. Unique identifier of a Price List


getM_PriceList_ID

int getM_PriceList_ID()
Get Price List. Unique identifier of a Price List


getM_PriceList

I_M_PriceList getM_PriceList()
                             throws Exception
Throws:
Exception

setSession_ID

void setSession_ID(int Session_ID)
Set Session ID


getSession_ID

int getSession_ID()
Get Session ID


setW_Basket_ID

void setW_Basket_ID(int W_Basket_ID)
Set W_Basket_ID. Web Basket


getW_Basket_ID

int getW_Basket_ID()
Get W_Basket_ID. Web Basket


Adempiere 3.5.2a

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