com.ibm.commerce.negotiation.beans
Class AuctionStyleListBean
java.lang.Object
com.ibm.commerce.beans.InputDataBeanImpl
com.ibm.commerce.beans.SmartDataBeanImpl
com.ibm.commerce.negotiation.beans.NegotiationListBean
com.ibm.commerce.negotiation.beans.AuctionStyleListBean
- All Implemented Interfaces:
- AuctionStyleListInputDataBean, AuctionStyleListSmartDataBean, DataBean, InputDataBean, NegotiationListInputDataBean, NegotiationListSmartDataBean, java.io.Serializable, SmartDataBean
- public class AuctionStyleListBean
- extends NegotiationListBean
- implements AuctionStyleListInputDataBean, AuctionStyleListSmartDataBean
Retrieves a list of auction styles.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COPYRIGHT
public static final java.lang.String COPYRIGHT
-
- See Also:
- Constant Field Values
fAuctionStyles
protected AuctionStyleDataBean[] fAuctionStyles
auctStyleName
protected java.lang.String auctStyleName
auctStyleOwnerId
protected java.lang.String auctStyleOwnerId
auctStyleType
protected java.lang.String auctStyleType
AuctionStyleListBean
public AuctionStyleListBean()
- Constructs an AuctionStyleListBean object.
getAuctionStyle
public AuctionStyleDataBean getAuctionStyle(int index)
- Get a specific auction style from an auction style list.
-
- Specified by:
- getAuctionStyle in interface AuctionStyleListSmartDataBean
-
- Parameters:
- index - The index of the auction style to be returned.
- Returns:
- The auction style specified by the index parameter.
getAuctionStyles
public AuctionStyleDataBean[] getAuctionStyles()
- Get a list of auction styles.
-
- Specified by:
- getAuctionStyles in interface AuctionStyleListSmartDataBean
-
- Returns:
- The array of auction style data beans.
getAuctStyleName
public java.lang.String getAuctStyleName()
- Get Style name.
-
- Specified by:
- getAuctStyleName in interface AuctionStyleListSmartDataBean
-
- Returns:
- The auction style name.
getAuctStyleOwnerId
public java.lang.String getAuctStyleOwnerId()
- Get Owner id.
-
- Specified by:
- getAuctStyleOwnerId in interface AuctionStyleListSmartDataBean
-
- Returns:
- The auction style owner id.
getAuctStyleType
public java.lang.String getAuctStyleType()
- Get Action style type. The possible types are:
- O=OpenCry
- SB=Sealed Bid
- D=Dutch
populate
public void populate()
throws java.lang.Exception
- Retrieve a list of auction styles.
-
- Specified by:
- populate in interface SmartDataBean
- Overrides:
- populate in class SmartDataBeanImpl
-
- Throws:
- java.lang.Exception - if any problems are encountered.
setAuctStyleName
public void setAuctStyleName(java.lang.String newAuctStyleName)
- Set Style name.
-
- Specified by:
- setAuctStyleName in interface AuctionStyleListInputDataBean
-
- Parameters:
- newAuctStyleName - The auction style name.
setAuctStyleOwnerId
public void setAuctStyleOwnerId(java.lang.String newAuctStyleOwnerId)
- Set Owner id
-
- Specified by:
- setAuctStyleOwnerId in interface AuctionStyleListInputDataBean
-
- Parameters:
- newAuctStyleOwnerId - The auction style owner id.
setAuctStyles
public void setAuctStyles(AuctionStyleDataBean[] newAuctionStyleVector)
- Set an auction style array from an auction style list.
-
- Specified by:
- setAuctStyles in interface AuctionStyleListInputDataBean
-
- Parameters:
- newAuctionStyleVector - The array of action style data beans.
setAuctStyleType
public void setAuctStyleType(java.lang.String newAuctStyleType)
- Set Style type.
-
- Specified by:
- setAuctStyleType in interface AuctionStyleListInputDataBean
-
- Parameters:
- newAuctStyleType - The auction style type.
Feedback
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.