public class VendorInformationDataBean
extends com.ibm.commerce.inventory.beansrc.VendorInformationListDataBeanBase
implements com.ibm.commerce.inventory.beans.VendorInformationInputDataBean, com.ibm.commerce.inventory.beans.VendorInformationSmartDataBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
The IBM copyright notice field.
|
protected CommandContext | iCommandContext |
protected java.lang.String | iDataBeanKeyAddress1 |
protected java.lang.String | iDataBeanKeyAddress2 |
protected java.lang.String | iDataBeanKeyAddress3 |
protected java.lang.String | iDataBeanKeyBusinessTitle |
protected java.lang.String | iDataBeanKeyCity |
protected java.lang.String | iDataBeanKeyCountry |
protected java.lang.String | iDataBeanKeyDescription |
protected java.lang.String | iDataBeanKeyEmail1 |
protected java.lang.String | iDataBeanKeyFax1 |
protected java.lang.String | iDataBeanKeyFirstname |
protected java.lang.String | iDataBeanKeyLastname |
protected java.lang.String | iDataBeanKeyMiddlename |
protected java.lang.String | iDataBeanKeyPersonTitle |
protected java.lang.String | iDataBeanKeyPhone1 |
protected java.lang.String | iDataBeanKeyState |
protected java.lang.String | iDataBeanKeyVendorName |
protected java.lang.String | iDataBeanKeyZipCode |
protected TypedProperty | iRequestProperties |
Constructor and Description |
---|
VendorInformationDataBean() |
Modifier and Type | Method and Description |
---|---|
CommandContext | getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String | getDataBeanKeyAddress1()
This method returns the databean key:address1.
|
java.lang.String | getDataBeanKeyAddress2()
This method returns the databean key:address2.
|
java.lang.String | getDataBeanKeyAddress3()
This method returns the databean key:address3.
|
java.lang.String | getDataBeanKeyBusinessTitle()
This method returns the databean key:business title.
|
java.lang.String | getDataBeanKeyCity()
This method returns the databean key:city.
|
java.lang.String | getDataBeanKeyCountry()
This method returns the databean key:country.
|
java.lang.String | getDataBeanKeyDescription()
This method returns the databean key:description.
|
java.lang.String | getDataBeanKeyEmail1()
This method returns the databean key:email1.
|
java.lang.String | getDataBeanKeyFax1()
This method returns the databean key:fax1.
|
java.lang.String | getDataBeanKeyFirstname()
This method returns the databean key:first name.
|
java.lang.String | getDataBeanKeyLastname()
This method returns the databean key:last name.
|
java.lang.String | getDataBeanKeyMiddlename()
This method returns the databean key:middle name.
|
java.lang.String | getDataBeanKeyPersonTitle()
This method returns the databean key:person title.
|
java.lang.String | getDataBeanKeyPhone1()
This method returns the databean key:phone1.
|
java.lang.String | getDataBeanKeyState()
This method returns the databean key:state.
|
java.lang.String | getDataBeanKeyVendorName()
This method returns the databean key:vendor name.
|
java.lang.String | getDataBeanKeyZipCode()
This method returns the databean key:zip code.
|
TypedProperty | getRequestProperties()
This method returns the request property set within this bean.
|
void | populate()
This method is used to populate the VendorInformationDataBean(It does nothing here).
|
void | setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void | setDataBeanKeyAddress1(java.lang.String aAddress1)
This method sets the databean key:address1.
|
void | setDataBeanKeyAddress2(java.lang.String aAddress2)
This method sets the databean key:address2.
|
void | setDataBeanKeyAddress3(java.lang.String aAddress3)
This method sets the databean key:address3.
|
void | setDataBeanKeyBusinessTitle(java.lang.String aBusinessTitle)
This method sets the databean key:business title.
|
void | setDataBeanKeyCity(java.lang.String aCity)
This method sets the databean key:city.
|
void | setDataBeanKeyCountry(java.lang.String aCountry)
This method sets the databean key:country.
|
void | setDataBeanKeyDescription(java.lang.String aDescription)
This method sets the databean key:description.
|
void | setDataBeanKeyEmail1(java.lang.String aEmail1)
This method sets the databean key:email1.
|
void | setDataBeanKeyFax1(java.lang.String aFax1)
This method sets the databean key:fax1.
|
void | setDataBeanKeyFirstname(java.lang.String aFirstname)
This method sets the databean key:first name.
|
void | setDataBeanKeyLastname(java.lang.String aLastname)
This method sets the databean key:last name.
|
void | setDataBeanKeyMiddlename(java.lang.String aMiddlename)
This method sets the databean key:middle name.
|
void | setDataBeanKeyPersonTitle(java.lang.String aPersonTitle)
This method sets the databean key:person title.
|
void | setDataBeanKeyPhone1(java.lang.String aPhone1)
This method sets the databean key:phone1.
|
void | setDataBeanKeyState(java.lang.String aState)
This method sets the databean key:state.
|
void | setDataBeanKeyVendorName(java.lang.String aVendorName)
This method sets the databean key:vendor name.
|
void | setDataBeanKeyZipCode(java.lang.String aZipCode)
This method sets the databean key:zip code.
|
void | setRequestProperties(TypedProperty aRequestProperty)
This method sets the request property within this bean.
|
public static final java.lang.String COPYRIGHT
protected CommandContext iCommandContext
protected TypedProperty iRequestProperties
protected java.lang.String iDataBeanKeyCity
protected java.lang.String iDataBeanKeyBusinessTitle
protected java.lang.String iDataBeanKeyCountry
protected java.lang.String iDataBeanKeyLastname
protected java.lang.String iDataBeanKeyVendorName
protected java.lang.String iDataBeanKeyState
protected java.lang.String iDataBeanKeyAddress3
protected java.lang.String iDataBeanKeyAddress2
protected java.lang.String iDataBeanKeyAddress1
protected java.lang.String iDataBeanKeyEmail1
protected java.lang.String iDataBeanKeyZipCode
protected java.lang.String iDataBeanKeyFirstname
protected java.lang.String iDataBeanKeyPersonTitle
protected java.lang.String iDataBeanKeyFax1
protected java.lang.String iDataBeanKeyMiddlename
protected java.lang.String iDataBeanKeyPhone1
protected java.lang.String iDataBeanKeyDescription
public CommandContext getCommandContext()
public java.lang.String getDataBeanKeyAddress1()
public java.lang.String getDataBeanKeyAddress2()
public java.lang.String getDataBeanKeyAddress3()
public java.lang.String getDataBeanKeyBusinessTitle()
public java.lang.String getDataBeanKeyCity()
public java.lang.String getDataBeanKeyCountry()
public java.lang.String getDataBeanKeyDescription()
public java.lang.String getDataBeanKeyEmail1()
public java.lang.String getDataBeanKeyFax1()
public java.lang.String getDataBeanKeyFirstname()
public java.lang.String getDataBeanKeyLastname()
public java.lang.String getDataBeanKeyMiddlename()
public java.lang.String getDataBeanKeyPersonTitle()
public java.lang.String getDataBeanKeyPhone1()
public java.lang.String getDataBeanKeyState()
public java.lang.String getDataBeanKeyVendorName()
public java.lang.String getDataBeanKeyZipCode()
public TypedProperty getRequestProperties()
public void populate() throws java.lang.Exception
public void setCommandContext(CommandContext aCommandContext)
public void setDataBeanKeyAddress1(java.lang.String aAddress1)
public void setDataBeanKeyAddress2(java.lang.String aAddress2)
public void setDataBeanKeyAddress3(java.lang.String aAddress3)
public void setDataBeanKeyBusinessTitle(java.lang.String aBusinessTitle)
public void setDataBeanKeyCity(java.lang.String aCity)
public void setDataBeanKeyCountry(java.lang.String aCountry)
public void setDataBeanKeyDescription(java.lang.String aDescription)
public void setDataBeanKeyEmail1(java.lang.String aEmail1)
public void setDataBeanKeyFax1(java.lang.String aFax1)
public void setDataBeanKeyFirstname(java.lang.String aFirstname)
public void setDataBeanKeyLastname(java.lang.String aLastname)
public void setDataBeanKeyMiddlename(java.lang.String aMiddlename)
public void setDataBeanKeyPersonTitle(java.lang.String aPersonTitle)
public void setDataBeanKeyPhone1(java.lang.String aPhone1)
public void setDataBeanKeyState(java.lang.String aState)
public void setDataBeanKeyVendorName(java.lang.String aVendorName)
public void setDataBeanKeyZipCode(java.lang.String aZipCode)
public void setRequestProperties(TypedProperty aRequestProperty) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException, javax.ejb.FinderException