public class AuctionDescriptionListBean extends NegotiationListBean implements AuctionDescriptionListInputDataBean, AuctionDescriptionListSmartDataBean
Modifier and Type | Field and Description |
---|---|
protected java.lang.String | aString |
protected java.lang.String | auctionId |
static java.lang.String | COPYRIGHT |
protected AuctionDescriptionDataBean[] | fAuctionDescriptions |
protected java.lang.String | languageId |
protected java.lang.String | ownerId |
Constructor and Description |
---|
AuctionDescriptionListBean() |
Modifier and Type | Method and Description |
---|---|
AuctionDescriptionDataBean[] | getAuctionDescriptions()
Gets an array of auction description data bean.
|
java.lang.String | getAuctionId()
Gets the auction ID.
|
java.lang.String | getLanguageId()
Gets the active language ID.
|
void | populate()
Looks up a list of auction descriptions, then uses the list contents to populate an array of auction description data bean objects.
|
void | setAuctionDescriptions(AuctionDescriptionDataBean[] newAuctionDescriptions)
Loads the array auction description data bean.
|
void | setAuctionId(java.lang.String newAuctionId)
Sets the auction ID.
|
void | setLanguageId(java.lang.String newLanguageId)
Sets the language ID field.
|
protected java.lang.String aString
protected java.lang.String ownerId
protected java.lang.String auctionId
protected AuctionDescriptionDataBean[] fAuctionDescriptions
protected java.lang.String languageId
public static final java.lang.String COPYRIGHT
public AuctionDescriptionDataBean[] getAuctionDescriptions()
public java.lang.String getAuctionId()
public java.lang.String getLanguageId()
public void populate() throws java.lang.Exception
public void setAuctionDescriptions(AuctionDescriptionDataBean[] newAuctionDescriptions)
public void setAuctionId(java.lang.String newAuctionId)
public void setLanguageId(java.lang.String newLanguageId)