public class AuctionStyleListBean extends NegotiationListBean implements AuctionStyleListInputDataBean, AuctionStyleListSmartDataBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
sortingAtt
emptyString
Constructor and Description |
---|
AuctionStyleListBean()
Constructs an auction style list bean object.
|
Modifier and Type | Method and Description |
---|---|
AuctionStyleDataBean |
getAuctionStyle(int index)
Gets a specific auction style from an auction style list.
|
AuctionStyleDataBean[] |
getAuctionStyles()
Gets a list of auction styles.
|
java.lang.String |
getAuctStyleName()
Gets Style name.
|
java.lang.String |
getAuctStyleOwnerId()
Gets owner ID.
|
java.lang.String |
getAuctStyleType()
Gets auction style type.
|
void |
populate()
Retrieves a list of auction styles.
|
void |
setAuctStyleName(java.lang.String newAuctStyleName)
Sets Style name.
|
void |
setAuctStyleOwnerId(java.lang.String newAuctStyleOwnerId)
Sets owner ID
|
void |
setAuctStyles(AuctionStyleDataBean[] newAuctionStyleVector)
Sets an auction style array from an auction style list.
|
void |
setAuctStyleType(java.lang.String newAuctStyleType)
Sets style type.
|
getLength, getSortAtt, setSortAtt, setSortAttByString
fulfills, getCommandContext, getHttpRequest, getHttpResponse, getResources, getViewCommandContext, setCommandContext, setHttpRequest, setHttpResponse, setViewCommandContext
getRequestProperties, setRequestProperties
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getRequestProperties, setRequestProperties
public static final java.lang.String COPYRIGHT
public AuctionStyleListBean()
public AuctionStyleDataBean getAuctionStyle(int index)
getAuctionStyle
in interface AuctionStyleListSmartDataBean
index
- The index of the auction style to be returned.public AuctionStyleDataBean[] getAuctionStyles()
getAuctionStyles
in interface AuctionStyleListSmartDataBean
public java.lang.String getAuctStyleName()
getAuctStyleName
in interface AuctionStyleListSmartDataBean
public java.lang.String getAuctStyleOwnerId()
getAuctStyleOwnerId
in interface AuctionStyleListSmartDataBean
public java.lang.String getAuctStyleType()
getAuctStyleType
in interface AuctionStyleListSmartDataBean
public void populate() throws java.lang.Exception
populate
in interface SmartDataBean
populate
in class SmartDataBeanImpl
java.lang.Exception
- if any problems are encountered.public void setAuctStyleName(java.lang.String newAuctStyleName)
setAuctStyleName
in interface AuctionStyleListInputDataBean
newAuctStyleName
- The auction style name.public void setAuctStyleOwnerId(java.lang.String newAuctStyleOwnerId)
setAuctStyleOwnerId
in interface AuctionStyleListInputDataBean
newAuctStyleOwnerId
- The auction style owner ID.public void setAuctStyles(AuctionStyleDataBean[] newAuctionStyleVector)
setAuctStyles
in interface AuctionStyleListInputDataBean
newAuctionStyleVector
- The array of action style data beans.public void setAuctStyleType(java.lang.String newAuctStyleType)
setAuctStyleType
in interface AuctionStyleListInputDataBean
newAuctStyleType
- The auction style type.