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
java.lang.String changeableFlag
java.lang.String comment
static java.lang.String COPYRIGHT
java.lang.String mandatoryFlag
java.lang.String tcId
Constructor Summary
OrderCommentData()
Constructs OrderCommentData
Method Summary
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)
void setMandatoryFlag(java.lang.String newValue)
Sets the mandatory flag field
void setTcId(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

changeableFlag

public java.lang.String changeableFlag

comment

public java.lang.String comment

mandatoryFlag

public java.lang.String mandatoryFlag

tcId

public java.lang.String tcId
Constructor Detail

OrderCommentData

public OrderCommentData()
                 throws java.lang.Exception
Constructs OrderCommentData
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
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
Throws:
java.lang.Exception

Feedback