java.lang.Object
de.hybris.platform.b2bacceleratorfacades.order.data.B2BCommentData
All Implemented Interfaces:
Serializable

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

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

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setComment(String comment)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setTimeStamp(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 Details

    • B2BCommentData

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

    • setComment

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

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

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

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

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

      public 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.