com.ibm.commerce.negotiation.beans
Interface AuctionInputDataBean
-
- All Superinterfaces:
- DataBean, InputDataBean, java.io.Serializable
- All Known Implementing Classes:
- AuctionDataBean
public interface AuctionInputDataBean extends InputDataBean
The interface of auction input data bean
-
-
Field Summary
-
Fields inherited from interface com.ibm.commerce.beans.InputDataBean
COPYRIGHT
-
Fields inherited from interface com.ibm.commerce.beans.DataBean
emptyString
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description void
setAuctionId(java.lang.String newAuctionId)
Sets the auction identifier.-
Methods inherited from interface com.ibm.commerce.beans.InputDataBean
getRequestProperties, setRequestProperties
-
-