public interface AuctionDescriptionListInputDataBean
Modifier and Type | Method and Description |
---|---|
void |
setAuctionDescriptions(AuctionDescriptionDataBean[] newAuctionDescriptions)
Sets the array of auction description data beans.
|
void |
setAuctionId(java.lang.String newAuctionId)
Sets the auction identifier.
|
void |
setLanguageId(java.lang.String newLanguageId)
Sets the language identifier.
|
void setAuctionDescriptions(AuctionDescriptionDataBean[] newAuctionDescriptions)
newAuctionDescriptions
- The array of auction description data beans.void setAuctionId(java.lang.String newAuctionId)
newId
- The auction identifier.void setLanguageId(java.lang.String newLanguageId)
newLanguageId
- The language identifier.