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
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
listSize
protected int listSize
orderComments
protected OrderCommentData[] orderComments
rfqId
protected java.lang.String rfqId
OrderCommentList
public OrderCommentList()
throws java.lang.Exception
- Constructs OrderCommentList
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
setRfqId
public void setRfqId(java.lang.String newValue)
throws java.lang.Exception