com.ibm.commerce.utf.beans
Class RFQListBean

java.lang.Object
  |
  +--com.ibm.commerce.beans.InputDataBeanImpl
        |
        +--com.ibm.commerce.beans.SmartDataBeanImpl
              |
              +--com.ibm.commerce.utf.beans.UTFListBean
                    |
                    +--com.ibm.commerce.utf.beans.RFQListBean
All Implemented Interfaces:
DataBean, InputDataBean, RFQListInputDataBean, RFQListSmartDataBean, java.io.Serializable, SmartDataBean, UTFListInputDataBean, UTFListSmartDataBean

public class RFQListBean
extends UTFListBean
implements RFQListInputDataBean, RFQListSmartDataBean

Provides a list of RFQDataBean objects.

See Also:
Serialized Form

Field Summary
protected  java.lang.String activateTime
           
protected  java.lang.String aString
           
protected  java.lang.String closeTime
           
protected  java.lang.String completeTime
           
static java.lang.String COPYRIGHT
           
protected  java.lang.String createTime
           
protected  java.lang.String matchName
           
protected  java.lang.Integer[] multiStates
           
protected  java.lang.String name
           
protected  java.lang.String ownerId
           
protected  java.lang.String participantId
           
protected  RFQDataBean[] RFQs
           
 com.ibm.commerce.utf.beans.SortingAttribute sortingAtt
           
protected  java.lang.String state
           
protected  java.lang.String storeId
           
 
Fields inherited from class com.ibm.commerce.utf.beans.UTFListBean
listSize
 
Fields inherited from class com.ibm.commerce.beans.SmartDataBeanImpl
commandContext
 
Fields inherited from class com.ibm.commerce.beans.InputDataBeanImpl
requestProperties
 
Fields inherited from interface com.ibm.commerce.beans.DataBean
emptyString
 
Constructor Summary
RFQListBean()
          Constructs an RFQListBean object.
 
Method Summary
 java.lang.String getActivateTime()
          Gets the activate time.
 java.lang.String getCloseTime()
          Gets the close time.
 java.lang.String getCompleteTime()
          Gets the complete time.
 java.lang.String getCreateTime()
          Gets the create time.
 java.lang.String getMatchName()
          Gets the match name.
 java.lang.Integer[] getMultiStates()
          Gets the states.
 java.lang.String getName()
          Gets the name.
 java.lang.String getOwnerId()
          Gets the ownerId.
 java.lang.String getParticipantId()
          Gets the participantId.
 RFQDataBean[] getRFQs()
          Gets an array of RFQs.
 java.lang.String getState()
          Gets the state.
 java.lang.String getStoreId()
          Gets the store id.
 void populate()
          Looks up a list of RFQs, then uses the list contents to populate an array of RFQDataBean objects.
 void setActivateTime(java.lang.String newActivateTime)
          Sets the activate time.
 void setCloseTime(java.lang.String newCloseTime)
          Sets the close time.
 void setCompleteTime(java.lang.String newCompleteTime)
          Sets the complete time.
 void setCreateTime(java.lang.String newCreateTime)
          Sets the create time.
 void setMatchName(java.lang.String newName)
          Sets the match name.
 void setMultiStates(java.lang.Integer[] newMultiStates)
          Sets the states.
 void setName(java.lang.String newName)
          Sets the name.
 void setOwnerId(java.lang.String newOwnerId)
          Sets the ownerId.
 void setParticipantId(java.lang.String newParticipantId)
          Sets the participantId field.
 void setRFQs(RFQDataBean[] newRFQ)
          Loads the array RFQs.
 void setState(java.lang.String newState)
          Sets the state.
 void setStoreId(java.lang.String newStore)
          Sets the store.
 
Methods inherited from class com.ibm.commerce.utf.beans.UTFListBean
getLength, getSortAtt, setSortAtt
 
Methods inherited from class com.ibm.commerce.beans.SmartDataBeanImpl
fulfills, getCommandContext, getResources, setCommandContext
 
Methods inherited from class com.ibm.commerce.beans.InputDataBeanImpl
getRequestProperties, setRequestProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.ibm.commerce.beans.InputDataBean
getRequestProperties, setRequestProperties
 

Field Detail

activateTime

protected java.lang.String activateTime

aString

protected java.lang.String aString

closeTime

protected java.lang.String closeTime

completeTime

protected java.lang.String completeTime

COPYRIGHT

public static final java.lang.String COPYRIGHT

createTime

protected java.lang.String createTime

matchName

protected java.lang.String matchName

multiStates

protected java.lang.Integer[] multiStates

name

protected java.lang.String name

ownerId

protected java.lang.String ownerId

participantId

protected java.lang.String participantId

RFQs

protected RFQDataBean[] RFQs

sortingAtt

public com.ibm.commerce.utf.beans.SortingAttribute sortingAtt

state

protected java.lang.String state

storeId

protected java.lang.String storeId
Constructor Detail

RFQListBean

public RFQListBean()
Constructs an RFQListBean object.
Method Detail

getActivateTime

public java.lang.String getActivateTime()
Gets the activate time.
Specified by:
getActivateTime in interface RFQListSmartDataBean

getCloseTime

public java.lang.String getCloseTime()
Gets the close time.
Specified by:
getCloseTime in interface RFQListSmartDataBean

getCompleteTime

public java.lang.String getCompleteTime()
Gets the complete time.
Specified by:
getCompleteTime in interface RFQListSmartDataBean

getCreateTime

public java.lang.String getCreateTime()
Gets the create time.
Specified by:
getCreateTime in interface RFQListSmartDataBean

getMatchName

public java.lang.String getMatchName()
Gets the match name.
Specified by:
getMatchName in interface RFQListSmartDataBean

getMultiStates

public java.lang.Integer[] getMultiStates()
Gets the states.
Specified by:
getMultiStates in interface RFQListSmartDataBean

getName

public java.lang.String getName()
Gets the name.
Specified by:
getName in interface RFQListSmartDataBean

getOwnerId

public java.lang.String getOwnerId()
Gets the ownerId.
Specified by:
getOwnerId in interface RFQListSmartDataBean

getParticipantId

public java.lang.String getParticipantId()
Gets the participantId.
Specified by:
getParticipantId in interface RFQListSmartDataBean

getRFQs

public RFQDataBean[] getRFQs()
Gets an array of RFQs.
Specified by:
getRFQs in interface RFQListSmartDataBean

getState

public java.lang.String getState()
Gets the state.
Specified by:
getState in interface RFQListSmartDataBean

getStoreId

public java.lang.String getStoreId()
Gets the store id.
Specified by:
getStoreId in interface RFQListSmartDataBean

populate

public void populate()
              throws java.lang.Exception
Looks up a list of RFQs, then uses the list contents to populate an array of RFQDataBean objects.
Overrides:
populate in class SmartDataBeanImpl
Throws:
java.lang.Exception - if the access bean could not be created.

setActivateTime

public void setActivateTime(java.lang.String newActivateTime)
Sets the activate time.
Specified by:
setActivateTime in interface RFQListInputDataBean

setCloseTime

public void setCloseTime(java.lang.String newCloseTime)
Sets the close time.
Specified by:
setCloseTime in interface RFQListInputDataBean

setCompleteTime

public void setCompleteTime(java.lang.String newCompleteTime)
Sets the complete time.
Specified by:
setCompleteTime in interface RFQListInputDataBean

setCreateTime

public void setCreateTime(java.lang.String newCreateTime)
Sets the create time.
Specified by:
setCreateTime in interface RFQListInputDataBean

setMatchName

public void setMatchName(java.lang.String newName)
Sets the match name.
Specified by:
setMatchName in interface RFQListInputDataBean

setMultiStates

public void setMultiStates(java.lang.Integer[] newMultiStates)
Sets the states.
Specified by:
setMultiStates in interface RFQListInputDataBean

setName

public void setName(java.lang.String newName)
Sets the name.
Specified by:
setName in interface RFQListInputDataBean

setOwnerId

public void setOwnerId(java.lang.String newOwnerId)
Sets the ownerId.
Specified by:
setOwnerId in interface RFQListInputDataBean

setParticipantId

public void setParticipantId(java.lang.String newParticipantId)
Sets the participantId field.
Specified by:
setParticipantId in interface RFQListInputDataBean
Parameters:
newParticipantId - the desired language id.

setRFQs

public void setRFQs(RFQDataBean[] newRFQ)
Loads the array RFQs.
Specified by:
setRFQs in interface RFQListInputDataBean

setState

public void setState(java.lang.String newState)
Sets the state.
Specified by:
setState in interface RFQListInputDataBean

setStoreId

public void setStoreId(java.lang.String newStore)
Sets the store.
Specified by:
setStoreId in interface RFQListInputDataBean