public class AuctionDataBean extends AuctionAccessBean implements AuctionInputDataBean, AuctionSmartDataBean, SmartDataBean
Modifier and Type | Field and Description |
---|---|
protected int | aDuration |
protected java.lang.String | aString |
protected BidDataBean | bestBid |
protected java.lang.String | catalogEntryShortDescription |
protected CurrencyManager | cm |
protected CommandContext | commandContext |
protected java.lang.String | dur |
protected BidDataBean | highestBid |
protected CatalogEntryAccessBean | iabCatalogEntry |
protected CatalogEntryDescriptionAccessBean | iabDescription |
protected TypedProperty | requestProperties |
protected java.lang.String | shopperId |
Constructor and Description |
---|
AuctionDataBean()
Constructs an auction data bean object.
|
AuctionDataBean(AuctionAccessBean anAccessBean)
Constructs an auction data bean object.
|
AuctionDataBean(javax.ejb.EJBObject o)
Constructs an auction data bean object.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String | getAuctDurationHour()
Gets auction duration hours.
|
java.lang.String | getAuctDurationMinute()
Gets auction duration minutes.
|
java.lang.String | getAuctDurationSecond()
Gets auction duration seconds.
|
java.lang.String | getAuctDurationTime()
Gets auction duration time.
|
java.lang.String | getAuctEndDate()
Gets auction end date.
|
java.lang.String | getAuctEndDay()
Gets auction end day.
|
java.lang.String | getAuctEndHour()
Gets auction end hours.
|
java.lang.String | getAuctEndMinute()
Gets auction end minutes.
|
java.lang.String | getAuctEndMonth()
Gets auction end month.
|
java.lang.String | getAuctEndSecond()
Gets auction end seconds.
|
java.lang.String | getAuctEndTime()
Gets auction end time.
|
java.lang.String | getAuctEndYear()
Gets auction end year.
|
java.lang.String | getAuctionId()
Gets auction ID.
|
java.lang.String | getAuctItemDesc()
get the Description of the auction item
|
java.lang.String | getAuctItemName()
get the Name of the auction Item
|
java.lang.String | getAuctItemSKU()
get the SKU of the auction item
|
java.lang.String | getAuctStartDate()
Gets auction start date.
|
java.lang.String | getAuctStartDay()
Gets auction start day.
|
java.lang.String | getAuctStartHour()
Gets auction start hours.
|
java.lang.String | getAuctStartMinute()
Gets auction start minutes.
|
java.lang.String | getAuctStartMonth()
Gets auction start month.
|
java.lang.String | getAuctStartSecond()
Gets auction start seconds.
|
java.lang.String | getAuctStartTime()
Gets auction start time.
|
java.lang.String | getAuctStartYear()
Gets auction start year.
|
BidDataBean | getBestBid()
Get best bid databean
|
CommandContext | getCommandContext()
Gets command context.
|
java.lang.String | getFormattedAuctCurPrice()
Get formatted current price
|
java.lang.String | getFormattedAuctReservePrice()
Get formatted reserve price
|
java.lang.String | getFormattedCurrentQuantity()
Get formatted current quantity
|
java.lang.String | getFormattedDeposit()
Get formatted deposit
|
java.lang.String | getFormattedEndTime()
Get formatted auction end time
|
java.lang.String | getFormattedOpenPrice()
Get formatted open price
|
java.lang.String | getFormattedQuantity()
Get formatted quantity
|
java.lang.String | getFormattedRealEndTime()
Get formatted auction real end time
|
java.lang.String | getFormattedStartTime()
Get formatted auction start time
|
java.lang.String | getFormattedUpdateTime()
Get formatted auction update time
|
BidDataBean | getHighestBid()
Get highest bid databean
|
java.lang.String | getInGallery()
Get the information whether the auction in shopper's gallery
|
java.lang.String | getLongDescription()
Get auction long description
|
java.lang.String | getPrefix()
Get prefix of currency
|
TypedProperty | getRequestProperties()
Gets request properties.
|
java.lang.String | getShopperId()
Get shopper Id
|
java.lang.String | getShortDescription()
Get auction short description
|
java.lang.String | getSuffix()
Get suffix of currency
|
void | populate()
Retrieves auction data and populates auction data bean object.
|
void | setAuctionId(java.lang.String newAuctionId)
Sets auction ID.
|
void | setCommandContext(CommandContext commandContext)
Sets command context.
|
void | setRequestProperties(TypedProperty param)
Sets request properties.
|
void | setShopperId(java.lang.String string)
Set Shopper Id
|
protected java.lang.String aString
protected int aDuration
protected java.lang.String dur
protected CommandContext commandContext
protected TypedProperty requestProperties
protected BidDataBean bestBid
protected BidDataBean highestBid
protected CatalogEntryAccessBean iabCatalogEntry
protected CatalogEntryDescriptionAccessBean iabDescription
protected java.lang.String catalogEntryShortDescription
protected CurrencyManager cm
protected java.lang.String shopperId
public AuctionDataBean()
public AuctionDataBean(AuctionAccessBean anAccessBean) throws java.lang.Exception
public AuctionDataBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
public java.lang.String getAuctDurationHour()
public java.lang.String getAuctDurationMinute()
public java.lang.String getAuctDurationSecond()
public java.lang.String getAuctDurationTime()
public java.lang.String getAuctEndDate()
public java.lang.String getAuctEndDay()
public java.lang.String getAuctEndHour()
public java.lang.String getAuctEndMinute()
public java.lang.String getAuctEndMonth()
public java.lang.String getAuctEndSecond()
public java.lang.String getAuctEndTime()
public java.lang.String getAuctEndYear()
public java.lang.String getAuctionId()
public java.lang.String getAuctStartDate()
public java.lang.String getAuctStartDay()
public java.lang.String getAuctStartHour()
public java.lang.String getAuctStartMinute()
public java.lang.String getAuctStartMonth()
public java.lang.String getAuctStartSecond()
public java.lang.String getAuctStartTime()
public java.lang.String getAuctStartYear()
public CommandContext getCommandContext()
public TypedProperty getRequestProperties()
public void populate() throws java.lang.Exception
public void setAuctionId(java.lang.String newAuctionId)
public void setCommandContext(CommandContext commandContext)
public void setRequestProperties(TypedProperty param)
public java.lang.String getAuctItemSKU()
public java.lang.String getAuctItemName()
public java.lang.String getAuctItemDesc()
public java.lang.String getFormattedAuctCurPrice()
public java.lang.String getFormattedAuctReservePrice()
public java.lang.String getFormattedDeposit()
public java.lang.String getFormattedQuantity()
public java.lang.String getFormattedCurrentQuantity()
public java.lang.String getFormattedStartTime()
public java.lang.String getFormattedEndTime()
public java.lang.String getFormattedRealEndTime()
public java.lang.String getShortDescription()
public java.lang.String getLongDescription()
public java.lang.String getInGallery()
public java.lang.String getShopperId()
public void setShopperId(java.lang.String string)
public java.lang.String getFormattedOpenPrice()
public java.lang.String getFormattedUpdateTime()
public BidDataBean getBestBid()
public BidDataBean getHighestBid()
public java.lang.String getPrefix()
public java.lang.String getSuffix()