Class CommentWsDTO
- java.lang.Object
-
- de.hybris.platform.commercewebservicescommons.dto.comments.CommentWsDTO
-
- All Implemented Interfaces:
java.io.Serializable
public class CommentWsDTO extends java.lang.Object implements java.io.SerializableObject of the comment, which can be added to any Item in the commerce suite.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CommentWsDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrincipalWsDTOgetAuthor()java.util.DategetCreationDate()java.lang.BooleangetFromCustomer()java.lang.StringgetText()voidsetAuthor(PrincipalWsDTO author)voidsetCreationDate(java.util.Date creationDate)voidsetFromCustomer(java.lang.Boolean fromCustomer)voidsetText(java.lang.String text)
-
-
-
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()
-
setAuthor
public void setAuthor(PrincipalWsDTO author)
-
getAuthor
public PrincipalWsDTO getAuthor()
-
setFromCustomer
public void setFromCustomer(java.lang.Boolean fromCustomer)
-
getFromCustomer
public java.lang.Boolean getFromCustomer()
-
-