com.ibm.commerce.utf.beans
Class RFQListBean

java.lang.Object
  UTFListBean
      com.ibm.commerce.utf.beans.RFQListBean
All Implemented Interfaces:
RFQListInputDataBean, RFQListSmartDataBean

public class RFQListBean
extends UTFListBean
implements RFQListInputDataBean, RFQListSmartDataBean

Provides a list of RFQDataBean objects.

See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
The IBM Copyright
SortingAttribute sortingAtt
The sorting attribute
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.
int getRowCount()
Get the number of total record
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 setInitialPosition(int initialPosition)
Sets the cursor initial position
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 setSize(int size)
Sets the number of record to retrieve
void setState(java.lang.String newState)
Sets the state.
void setStoreId(java.lang.String newStore)
Sets the store.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
The IBM Copyright
See Also:
Constant Field Values

sortingAtt

public SortingAttribute sortingAtt
The sorting attribute
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
Returns:
java.lang.String

getCloseTime

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

getCompleteTime

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

getCreateTime

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

getMatchName

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

getMultiStates

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

getName

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

getOwnerId

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

getParticipantId

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

getRFQs

public RFQDataBean[] getRFQs()
Gets an array of RFQs.
Specified by:
getRFQs in interface RFQListSmartDataBean
Returns:
com.ibm.commerce.utf.beans.RFQDataBean[]

getState

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

getStoreId

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

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.
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
Parameters:
newActivateTime - activate time

setCloseTime

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

setCompleteTime

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

setCreateTime

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

setMatchName

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

setMultiStates

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

setName

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

setOwnerId

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

setParticipantId

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

setRFQs

public void setRFQs(RFQDataBean[] newRFQ)
Loads the array RFQs.
Specified by:
setRFQs in interface RFQListInputDataBean
Parameters:
newRFQ - the list of RFQ databean

setState

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

setStoreId

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

setInitialPosition

public void setInitialPosition(int initialPosition)
Sets the cursor initial position
Parameters:
initialPosition - initial position

setSize

public void setSize(int size)
Sets the number of record to retrieve
Parameters:
size - size

getRowCount

public int getRowCount()
Get the number of total record
Returns:
int

Feedback