Class CommentData
- java.lang.Object
-
- de.hybris.platform.commercefacades.comment.data.CommentData
-
- All Implemented Interfaces:
java.io.Serializable
public class CommentData extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CommentData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrincipalDatagetAuthor()java.lang.StringgetCode()java.util.DategetCreationDate()java.lang.BooleangetFromCustomer()java.lang.StringgetText()voidsetAuthor(PrincipalData author)voidsetCode(java.lang.String code)voidsetCreationDate(java.util.Date creationDate)voidsetFromCustomer(java.lang.Boolean fromCustomer)voidsetText(java.lang.String text)
-
-
-
Method Detail
-
setCode
public void setCode(java.lang.String code)
-
getCode
public java.lang.String getCode()
-
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(PrincipalData author)
-
getAuthor
public PrincipalData getAuthor()
-
setFromCustomer
public void setFromCustomer(java.lang.Boolean fromCustomer)
-
getFromCustomer
public java.lang.Boolean getFromCustomer()
-
-