com.ibm.commerce.negotiation.beans
Interface AuctionDescriptionListInputDataBean

All Known Implementing Classes:
AuctionDescriptionListBean

public interface AuctionDescriptionListInputDataBean

Method Summary
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.

Method Detail

setAuctionDescriptions

public void setAuctionDescriptions(AuctionDescriptionDataBean[] newAuctionDescriptions)
Sets the array of auction description data beans.
Parameters:
newAuctionDescriptions - The array of auction description data beans.

setAuctionId

public void setAuctionId(java.lang.String newAuctionId)
Sets the auction identifier.

setLanguageId

public void setLanguageId(java.lang.String newLanguageId)
Sets the language identifier.
Parameters:
newLanguageId - The language identifier.

Feedback