com.ibm.commerce.utf.beans

Class OrderCommentData

  • java.lang.Object
    • com.ibm.commerce.utf.beans.OrderCommentData


  • public class OrderCommentData
    extends java.lang.Object
    Interfaces to the data members of the OrderTCOrderCommentsAccessBean.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      java.lang.String changeableFlag
      Changeable flag.
      java.lang.String comment
      Comment value.
      static java.lang.String COPYRIGHT
      IBM copyright notice field.
      java.lang.String mandatoryFlag
      Mandatory flag.
      java.lang.String tcId
      Terms and conditions ID.
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getChangeableFlag()
      Gets the changeable flag.
      java.lang.String getComment()
      Gets the comment.
      java.lang.String getMandatoryFlag()
      Gets the mandatory flag.
      java.lang.String getTcId()
      Gets the term cond id.
      void setChangeableFlag(java.lang.String newValue)
      Sets the changeable flag field
      void setComment(java.lang.String newValue)
      Sets the comment value.
      void setMandatoryFlag(java.lang.String newValue)
      Sets the mandatory flag field
      void setTcId(java.lang.String newValue)
      Sets the term cond 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
      • changeableFlag

        public java.lang.String changeableFlag
        Changeable flag.
      • comment

        public java.lang.String comment
        Comment value.
      • mandatoryFlag

        public java.lang.String mandatoryFlag
        Mandatory flag.
      • tcId

        public java.lang.String tcId
        Terms and conditions ID.
    • Constructor Detail

      • OrderCommentData

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

      • getChangeableFlag

        public java.lang.String getChangeableFlag()
        Gets the changeable flag.
      • getComment

        public java.lang.String getComment()
        Gets the comment.
      • getMandatoryFlag

        public java.lang.String getMandatoryFlag()
        Gets the mandatory flag.
      • getTcId

        public java.lang.String getTcId()
        Gets the term cond id.
      • setChangeableFlag

        public void setChangeableFlag(java.lang.String newValue)
        Sets the changeable flag field
      • setComment

        public void setComment(java.lang.String newValue)
                        throws java.lang.Exception
        Sets the comment value.
        Throws:
        java.lang.Exception
      • setMandatoryFlag

        public void setMandatoryFlag(java.lang.String newValue)
        Sets the mandatory flag field
      • setTcId

        public void setTcId(java.lang.String newValue)
                     throws java.lang.Exception
        Sets the term cond id value.
        Throws:
        java.lang.Exception