com.ibm.commerce.negotiation.beans
Interface AuctionInfoListInputDataBean
-
- All Known Implementing Classes:
- AuctionInfoListBean
public interface AuctionInfoListInputDataBean
The interface of auction info list input data bean.
-
-
Method Summary
All Methods Instance Methods Abstract Methods 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.
-
-
-
Method Detail
-
setAuctId
void setAuctId(java.lang.String newAuctId)
Sets the auction identifier.- Parameters:
newAuctId
- The auction identifier.
-
setAuctions
void setAuctions(AuctionInfoDataBean[] newAuctionVector)
Populates auction array with an auction list.- Parameters:
newAuctionVector
- A vector of auction info beans.
-
setAuctItem
void setAuctItem(java.lang.String newAuctItem)
Sets auction item ID. Item ID is also catalog entry ID.- Parameters:
The
- auction item ID.
-
setAuctMultipleStatus
void setAuctMultipleStatus(java.lang.String[] newAuctMultipleStatus)
Sets multiple auction status. The possible status is:- F=Future
- C=Current
- R=Retracted(deleted)
- SC=Settlement Closed
- BC=Bidding Closed.
- Parameters:
newAuctMultipleStatus
- The auction status array.
-
setAuctOwnerId
void setAuctOwnerId(java.lang.String newAuctOwnerId)
Sets owner ID.- Parameters:
newAuctOwnerId
- The auction owner ID.
-
setAuctShopperId
void setAuctShopperId(java.lang.String newAuctShopperId)
Sets shopper ID.- Parameters:
newAuctShopperId
- The shopper ID.
-
setAuctStatus
void setAuctStatus(java.lang.String newAuctStatus)
Sets auction status. The possible status is:- F=Future
- C=Current
- R=Retracted(deleted)
- SC=Settlement Closed
- BC=Bidding Closed.
- Parameters:
newAuctStatus
- The auction status.
-
setAuctStoreId
void setAuctStoreId(java.lang.String newAuctStoreId)
Sets store ID.- Parameters:
newAuctStoreId
- The store ID.
-
setAuctType
void setAuctType(java.lang.String newAuctType)
Sets auction type. The possible types are:- O=Open Cry
- S=Sealed Bid
- D=Dutch
- Parameters:
newAuctType
- The auction type.
-
-