public class AuctionDescriptionDataBean extends AuctionDescriptionAccessBean implements AuctionDescriptionInputDataBean, AuctionDescriptionSmartDataBean, SmartDataBean
AuctionDescriptionAccessBean
,
SmartDataBean
,
Serialized FormModifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
emptyString
Constructor and Description |
---|
AuctionDescriptionDataBean()
Constructs auction description data bean, initializes fields to null.
|
AuctionDescriptionDataBean(AuctionDescriptionAccessBean anAccessBean)
Constructs auction description data bean, initializes fields to null.
|
Modifier and Type | Method and Description |
---|---|
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 auction ID field and uses it to
set the auction ID 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 language ID key field of the access bean.
|
void |
setRequestProperties(TypedProperty newRequestProperties)
Copies the TypedProperty input parameters.
|
findDescriptionsByAuctionId, getAuctionIdInEntityType, getDescription, getEntity, getLanguageIdInEntityType, getLongDescription, instantiateEntity, setAuctionId, setDescription, setInitKey_auctionId, setInitKey_languageId, setLanguageId, setLongDescription
public static final java.lang.String COPYRIGHT
public AuctionDescriptionDataBean()
public AuctionDescriptionDataBean(AuctionDescriptionAccessBean anAccessBean)
anAccessBean
- com.ibm.commerce.negotiation.objects.AuctionDescriptionAccessBeanECException
public java.lang.String getAuctionId()
getAuctionId
in interface AuctionDescriptionSmartDataBean
getAuctionId
in class AuctionDescriptionAccessBean
public CommandContext getCommandContext()
getCommandContext
in interface SmartDataBean
public java.lang.String getLanguageId()
getLanguageId
in interface AuctionDescriptionSmartDataBean
getLanguageId
in class AuctionDescriptionAccessBean
public TypedProperty getRequestProperties()
getRequestProperties
in interface InputDataBean
public void populate()
populate
in interface SmartDataBean
java.lang.Exception
- On any access bean error.public void setAuctionId(java.lang.String newId)
setAuctionId
in interface AuctionDescriptionInputDataBean
setAuctionId
in class AuctionDescriptionAccessBean
newId
- the relevant auctionId.public void setCommandContext(CommandContext newCommandContext)
setCommandContext
in interface SmartDataBean
newCommandContext
- the active command context.public void setLanguageId(java.lang.String newLanguageId)
setLanguageId
in interface AuctionDescriptionInputDataBean
setLanguageId
in class AuctionDescriptionAccessBean
newLanguageId
- the desired language ID.public void setRequestProperties(TypedProperty newRequestProperties)
setRequestProperties
in interface InputDataBean
newRequestProperties
- com.ibm.commerce.datatype.TypedProperty