java.lang.Objectcom.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
com.ibm.commerce.negotiation.objects.AuctionDescriptionAccessBean
com.ibm.commerce.negotiation.beans.AuctionDescriptionDataBean
Interfaces to the data members of the AuctionDescriptionAccessBean.
Field Summary | |
protected CommandContext | commandContext |
static java.lang.String | COPYRIGHT |
protected TypedProperty | requestProperties |
Fields inherited from interface com.ibm.commerce.beans.DataBean |
emptyString |
Constructor Summary | |
AuctionDescriptionDataBean() Constructs AuctionDescriptionDataBean, initializes fields to null. |
|
AuctionDescriptionDataBean(AuctionDescriptionAccessBean anAccessBean) Constructs AuctionDescriptionDataBean, initializes fields to null. |
Method Summary | |
java.lang.String | getAuctionId() Gets the auctionId. |
CommandContext | getCommandContext() Gets the active commandContext. |
java.lang.String | getLanguageId() Gets the active languageId. |
TypedProperty | getRequestProperties() Returns the request parameters as a TypedProperty. |
void | populate() Fetches field values from the access bean. |
void | setAuctionId(java.lang.String newId) Sets the auctionId field and uses it to set the auctionId key field of the access bean. |
void | setCommandContext(CommandContext newCommandContext) Sets the active commandContext. |
void | setLanguageId(java.lang.String newLanguageId) Sets the languageId field and uses it to set the languageId key field of the access bean. |
void | setRequestProperties(TypedProperty newRequestProperties) Copies the TypedProperty input parameters. |
Methods inherited from class com.ibm.commerce.negotiation.objects.AuctionDescriptionAccessBean |
commitCopyHelper, defaultJNDIName, findDescriptionsByAuctionId, getAuctionIdInEJBType, getDescription, getLanguageIdInEJBType, getLongDescription, instantiateEJB, instantiateEJBByPrimaryKey, refreshCopyHelper, setAuctionId, setDescription, setInitKey_auctionId, setInitKey_languageId, setLanguageId, setLongDescription |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected CommandContext commandContext
protected TypedProperty requestProperties
public static final java.lang.String COPYRIGHT
Constructor Detail |
public AuctionDescriptionDataBean()
public AuctionDescriptionDataBean(AuctionDescriptionAccessBean anAccessBean) throws java.lang.Exception
Method Detail |
public java.lang.String getAuctionId()
public CommandContext getCommandContext()
public java.lang.String getLanguageId()
public TypedProperty getRequestProperties()
public void populate() throws java.lang.Exception
public void setAuctionId(java.lang.String newId)
public void setCommandContext(CommandContext newCommandContext)
public void setLanguageId(java.lang.String newLanguageId)
public void setRequestProperties(TypedProperty newRequestProperties)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.