Constructor and Description |
---|
AnnotationReply() |
Modifier and Type | Method and Description |
---|---|
long |
getAnnotationId()
Gets or sets the annotation identifier.
|
String |
getGuid()
Gets or sets the unique identifier.
|
long |
getId()
Gets or sets the identifier.
|
String |
getMessage()
Gets or sets the message.
|
long |
getParentReplyId()
Gets or sets the parent reply identifier.
|
Date |
getRepliedOn()
Gets or sets the replied on.
|
long |
getUserId()
Gets or sets the user identifier.
|
void |
setAnnotationId(long value)
Gets or sets the annotation identifier.
|
void |
setGuid(String value)
Gets or sets the unique identifier.
|
void |
setId(long value)
Gets or sets the identifier.
|
void |
setMessage(String value)
Gets or sets the message.
|
void |
setParentReplyId(long value)
Gets or sets the parent reply identifier.
|
void |
setRepliedOn(Date value)
Gets or sets the replied on.
|
void |
setUserId(long value)
Gets or sets the user identifier.
|
public long getId()
Gets or sets the identifier.
Value: The identifier.public void setId(long value)
Gets or sets the identifier.
Value: The identifier.public long getAnnotationId()
Gets or sets the annotation identifier.
Value: The annotation identifier.public void setAnnotationId(long value)
Gets or sets the annotation identifier.
Value: The annotation identifier.value
- public long getUserId()
Gets or sets the user identifier.
Value: The user identifier.public void setUserId(long value)
Gets or sets the user identifier.
Value: The user identifier.value
- public String getGuid()
Gets or sets the unique identifier.
Value: The unique identifier.public void setGuid(String value)
Gets or sets the unique identifier.
Value: The unique identifier.value
- public String getMessage()
Gets or sets the message.
Value: The message.public void setMessage(String value)
Gets or sets the message.
Value: The message.value
- public Date getRepliedOn()
Gets or sets the replied on.
Value: The replied on.public void setRepliedOn(Date value)
Gets or sets the replied on.
Value: The replied on.value
- public long getParentReplyId()
Gets or sets the parent reply identifier.
Value: The parent reply identifier.public void setParentReplyId(long value)
Gets or sets the parent reply identifier.
Value: The parent reply identifier.value
-