com.ibm.commerce.utf.beans
Class OrderCommentList

java.lang.Object
  com.ibm.commerce.utf.beans.OrderCommentList

public class OrderCommentList
extends java.lang.Object

Returns a list of OrderCommentData


Field Summary
static java.lang.String COPYRIGHT
protected int listSize
protected OrderCommentData[] orderComments
protected java.lang.String rfqId
Constructor Summary
OrderCommentList()
Constructs OrderCommentList
Method Summary
OrderCommentData[] getComments()
Gets the comments.
java.lang.String getRfqId()
Gets the rfqId.
void populate()
Looks up a list of Order Comments, then uses the list contents to populate an array of OrderCommentData objects.
void setComments(OrderCommentData[] newComments)
void setRfqId(java.lang.String newValue)
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
See Also:
Constant Field Values

listSize

protected int listSize

orderComments

protected OrderCommentData[] orderComments

rfqId

protected java.lang.String rfqId
Constructor Detail

OrderCommentList

public OrderCommentList()
                 throws java.lang.Exception
Constructs OrderCommentList
Method Detail

getComments

public OrderCommentData[] getComments()
Gets the comments.

getRfqId

public java.lang.String getRfqId()
Gets the rfqId.

populate

public void populate()
              throws java.lang.Exception
Looks up a list of Order Comments, then uses the list contents to populate an array of OrderCommentData objects.
Throws:
java.lang.Exception - if the access bean could not be created.

setComments

public void setComments(OrderCommentData[] newComments)
                 throws java.lang.Exception
Throws:
java.lang.Exception

setRfqId

public void setRfqId(java.lang.String newValue)
              throws java.lang.Exception
Throws:
java.lang.Exception

Feedback