Class B2BCommentData

  • All Implemented Interfaces:
    java.io.Serializable

    @Deprecated(since="6.3",
                forRemoval=true)
    public class B2BCommentData
    extends java.lang.Object
    implements java.io.Serializable
    Deprecated, for removal: This API element is subject to removal in a future version.
    Use CommentData instead.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      B2BCommentData()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.lang.String getCode()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      java.lang.String getComment()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      PrincipalData getOwnerData()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      java.util.Date getTimeStamp()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void setCode​(java.lang.String code)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void setComment​(java.lang.String comment)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void setOwnerData​(PrincipalData ownerData)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void setTimeStamp​(java.util.Date timeStamp)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • B2BCommentData

        public B2BCommentData()
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • setComment

        public void setComment​(java.lang.String comment)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getComment

        public java.lang.String getComment()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • setCode

        public void setCode​(java.lang.String code)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getCode

        public java.lang.String getCode()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • setTimeStamp

        public void setTimeStamp​(java.util.Date timeStamp)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getTimeStamp

        public java.util.Date getTimeStamp()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • setOwnerData

        public void setOwnerData​(PrincipalData ownerData)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getOwnerData

        public PrincipalData getOwnerData()
        Deprecated, for removal: This API element is subject to removal in a future version.