public class Comment
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
Comment() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAuthor()
Custom name of the author of the comment, not tied to a customer name.
|
org.joda.time.DateTime |
getCreatedAt()
Date and time when this comment was created.
|
java.lang.String |
getCustomerId()
Id of the customer .
|
java.lang.String |
getId()
The unique id.
|
VersionedId |
getIdAndVersion()
The
id plus version. |
org.joda.time.DateTime |
getLastModifiedAt()
Date and time when this comment was last modified.
|
java.lang.String |
getProductId()
Id of the product this comment is attached to.
|
java.lang.String |
getText()
Text of this comment.
|
java.lang.String |
getTitle()
Title of this comment.
|
java.lang.String |
toString() |
@Nonnull public java.lang.String getId()
@Nonnull public VersionedId getIdAndVersion()
id
plus version.public java.lang.String getProductId()
public java.lang.String getCustomerId()
public java.lang.String getAuthor()
public java.lang.String getTitle()
public java.lang.String getText()
public org.joda.time.DateTime getCreatedAt()
public org.joda.time.DateTime getLastModifiedAt()
public java.lang.String toString()
toString
in class java.lang.Object