Class CommentWsDTO
java.lang.Object
de.hybris.platform.commercewebservicescommons.dto.comments.CommentWsDTO
- All Implemented Interfaces:
Serializable
Object of the comment, which can be added to any Item in the commerce suite.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetText()voidsetAuthor(PrincipalWsDTO author) voidsetCreationDate(Date creationDate) voidsetFromCustomer(Boolean fromCustomer) void
-
Constructor Details
-
CommentWsDTO
public CommentWsDTO()
-
-
Method Details
-
setText
-
getText
-
setCreationDate
-
getCreationDate
-
setAuthor
-
getAuthor
-
setFromCustomer
-
getFromCustomer
-