Class CommentWsDTO

  • All Implemented Interfaces:
    java.io.Serializable

    public class CommentWsDTO
    extends java.lang.Object
    implements java.io.Serializable
    Object of the comment, which can be added to any Item in the commerce suite.
    See Also:
    Serialized Form
    • Constructor Detail

      • CommentWsDTO

        public CommentWsDTO()
    • Method Detail

      • setText

        public void setText​(java.lang.String text)
      • getText

        public java.lang.String getText()
      • setCreationDate

        public void setCreationDate​(java.util.Date creationDate)
      • getCreationDate

        public java.util.Date getCreationDate()
      • setFromCustomer

        public void setFromCustomer​(java.lang.Boolean fromCustomer)
      • getFromCustomer

        public java.lang.Boolean getFromCustomer()