public interface AuctionInfoListInputDataBean
Modifier and Type | Method and Description |
---|---|
void |
setAuctId(java.lang.String newAuctId)
Sets the auction identifier.
|
void |
setAuctions(AuctionInfoDataBean[] newAuctionVector)
Populates auction array with an auction list.
|
void |
setAuctItem(java.lang.String newAuctItem)
Sets auction item ID.
|
void |
setAuctMultipleStatus(java.lang.String[] newAuctMultipleStatus)
Sets multiple auction status.
|
void |
setAuctOwnerId(java.lang.String newAuctOwnerId)
Sets owner ID.
|
void |
setAuctShopperId(java.lang.String newAuctShopperId)
Sets shopper ID.
|
void |
setAuctStatus(java.lang.String newAuctStatus)
Sets auction status.
|
void |
setAuctStoreId(java.lang.String newAuctStoreId)
Sets store ID.
|
void |
setAuctType(java.lang.String newAuctType)
Sets auction type.
|
void setAuctId(java.lang.String newAuctId)
newAuctId
- The auction identifier.void setAuctions(AuctionInfoDataBean[] newAuctionVector)
newAuctionVector
- A vector of auction info beans.void setAuctItem(java.lang.String newAuctItem)
The
- auction item ID.void setAuctMultipleStatus(java.lang.String[] newAuctMultipleStatus)
newAuctMultipleStatus
- The auction status array.void setAuctOwnerId(java.lang.String newAuctOwnerId)
newAuctOwnerId
- The auction owner ID.void setAuctShopperId(java.lang.String newAuctShopperId)
newAuctShopperId
- The shopper ID.void setAuctStatus(java.lang.String newAuctStatus)
newAuctStatus
- The auction status.void setAuctStoreId(java.lang.String newAuctStoreId)
newAuctStoreId
- The store ID.void setAuctType(java.lang.String newAuctType)
newAuctType
- The auction type.