com.ibm.commerce.negotiation.beans
Interface AuctionDescriptionInputDataBean

All Known Implementing Classes:
AuctionDescriptionDataBean

public interface AuctionDescriptionInputDataBean


Method Summary
 void setAuctionId(java.lang.String newId)
          Sets the auction identifier.
 void setLanguageId(java.lang.String newLanguageId)
          Sets the language identifier.
 

Method Detail

setAuctionId

public void setAuctionId(java.lang.String newId)
Sets the auction identifier.
Parameters:
newId - The auction identifier.

setLanguageId

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