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

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM copyright notice field.
    • Constructor Summary

      Constructors 
      Constructor and Description
      OrderCommentList()
      Constructs OrderCommentList
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      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)
      Sets the comment list value.
      void setRfqId(java.lang.String newValue)
      Sets the RFQ id value.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM copyright notice field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • OrderCommentList

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

      • 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
        Sets the comment list value.
        Throws:
        java.lang.Exception
      • setRfqId

        public void setRfqId(java.lang.String newValue)
                      throws java.lang.Exception
        Sets the RFQ id value.
        Throws:
        java.lang.Exception