Constructor and Description |
---|
Reply() |
Modifier and Type | Method and Description |
---|---|
Object |
deepClone()
Returns new Instance with same values
|
String |
getComment()
Reply comment
|
int |
getId()
Reply Id
|
Reply |
getParentReply()
Parent reply
|
Date |
getRepliedOn()
Reply creation date
|
User |
getUser()
Reply creator
|
protected Object |
memberwiseClone() |
void |
setComment(String value)
Reply comment
|
void |
setId(int value)
Reply Id
|
void |
setParentReply(Reply value)
Parent reply
|
void |
setRepliedOn(Date value)
Reply creation date
|
void |
setUser(User value)
Reply creator
|
String |
toString() |
public final Object deepClone()
Returns new Instance with same values
deepClone
in interface com.aspose.ms.System.ICloneable
public final String getComment()
Reply comment
public final int getId()
Reply Id
public final Reply getParentReply()
Parent reply
public final Date getRepliedOn()
Reply creation date
public final User getUser()
Reply creator
protected Object memberwiseClone()
public final void setComment(String value)
Reply comment
value
- public final void setId(int value)
Reply Id
value
- public final void setParentReply(Reply value)
Parent reply
value
- public final void setRepliedOn(Date value)
Reply creation date
value
- public final void setUser(User value)
Reply creator
value
-