com.ibm.commerce.negotiation.beans
Interface AuctionInfoInputDataBean

All Known Implementing Classes:
AuctionInfoDataBean

public interface AuctionInfoInputDataBean


Method Summary
 void setAuctionId(java.lang.String newAuctionId)
          Sets the auction identifier.
 void setAuctStoreId(java.lang.String newStoreId)
          Sets the auction store identifier.
 

Method Detail

setAuctionId

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

setAuctStoreId

public void setAuctStoreId(java.lang.String newStoreId)
Sets the auction store identifier.
Parameters:
newStoreId - The auction store identifier.