public interface AuctionInfoInputDataBean
Modifier and Type | Method and Description |
---|---|
void |
setAuctionId(java.lang.String newAuctionId)
Sets the auction identifier.
|
void |
setAuctStoreId(java.lang.String newStoreId)
Sets the auction store identifier.
|
void setAuctionId(java.lang.String newAuctionId)
newId
- The auction identifier.void setAuctStoreId(java.lang.String newStoreId)
newStoreId
- The auction store identifier.