java.lang.Object
de.hybris.platform.commercewebservicescommons.dto.comments.CommentWsDTO
All Implemented Interfaces:
Serializable

public class CommentWsDTO extends Object implements Serializable
Object of the comment, which can be added to any Item in the commerce suite.
See Also:
  • Constructor Details

    • CommentWsDTO

      public CommentWsDTO()
  • Method Details

    • setText

      public void setText(String text)
    • getText

      public String getText()
    • setCreationDate

      public void setCreationDate(Date creationDate)
    • getCreationDate

      public Date getCreationDate()
    • setAuthor

      public void setAuthor(PrincipalWsDTO author)
    • getAuthor

      public PrincipalWsDTO getAuthor()
    • setFromCustomer

      public void setFromCustomer(Boolean fromCustomer)
    • getFromCustomer

      public Boolean getFromCustomer()