com.ibm.commerce.negotiation.beans
Interface AuctionInfoListInputDataBean

All Known Implementing Classes:
AuctionInfoListBean

public interface AuctionInfoListInputDataBean


Method Summary
 void setAuctId(java.lang.String newAuctId)
          Sets the auction identifier.
 void setAuctions(AuctionInfoDataBean[] newAuctionVector)
          Populate auction array with an auction list.
 void setAuctItem(java.lang.String newAuctItem)
          Set auction item id.
 void setAuctMultipleStatus(java.lang.String[] newAuctMultipleStatus)
          Set multiple auction status.
 void setAuctOwnerId(java.lang.String newAuctOwnerId)
          Set Owner id.
 void setAuctShopperId(java.lang.String newAuctShopperId)
          Set Shopper id.
 void setAuctStatus(java.lang.String newAuctStatus)
          Set Auction status.
 void setAuctStoreId(java.lang.String newAuctStoreId)
          Set Store id.
 void setAuctType(java.lang.String newAuctType)
          Set Auction type.
 

Method Detail

setAuctId

public void setAuctId(java.lang.String newAuctId)
Sets the auction identifier.
Parameters:
newAuctId - The auction identifier.

setAuctions

public void setAuctions(AuctionInfoDataBean[] newAuctionVector)
Populate auction array with an auction list.
Parameters:
newAuctionVector - A vector of auction info beans.

setAuctItem

public void setAuctItem(java.lang.String newAuctItem)
Set auction item id. Item id is also catalog entry id.
Parameters:
The - auction item id.

setAuctMultipleStatus

public void setAuctMultipleStatus(java.lang.String[] newAuctMultipleStatus)
Set multiple auction status. The possible status are:
Parameters:
newAuctMultipleStatus - The auction status array.

setAuctOwnerId

public void setAuctOwnerId(java.lang.String newAuctOwnerId)
Set Owner id.
Parameters:
newAuctOwnerId - The auction owner id.

setAuctShopperId

public void setAuctShopperId(java.lang.String newAuctShopperId)
Set Shopper id.
Parameters:
newAuctShopperId - The shopper id.

setAuctStatus

public void setAuctStatus(java.lang.String newAuctStatus)
Set Auction status. The possible status are:
Parameters:
newAuctStatus - The auction status.

setAuctStoreId

public void setAuctStoreId(java.lang.String newAuctStoreId)
Set Store id.
Parameters:
newAuctStoreId - The store id.

setAuctType

public void setAuctType(java.lang.String newAuctType)
Set Auction type. The possible types are:
Parameters:
newAuctType - The auction type.