|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.danube.scrumworks.api2.Comment
public final class Comment
Web service representation of comments.
| Constructor Summary | |
|---|---|
Comment()
Constructs a new Comment. |
|
Comment(java.lang.Long id,
java.lang.String text,
User user,
java.util.Date timeStamp)
Constructs a new Comment. |
|
| Method Summary | |
|---|---|
java.lang.Long |
getId()
Gets the id. |
java.lang.String |
getText()
Gets the text. |
java.util.Date |
getTimeStamp()
Gets the time stamp. |
User |
getUser()
Gets the user. |
void |
setId(java.lang.Long id)
Sets the id. |
void |
setText(java.lang.String text)
Sets the text. |
void |
setTimeStamp(java.util.Date timeStamp)
Sets the time stamp the comment was made. |
void |
setUser(User user)
Sets the user. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Comment()
Comment.
public Comment(java.lang.Long id,
java.lang.String text,
User user,
java.util.Date timeStamp)
Comment.
id - the idtext - the text of the commentuser - the user who created the commenttimeStamp - the time the comment was created| Method Detail |
|---|
public java.lang.Long getId()
public void setId(java.lang.Long id)
id - the new idpublic java.lang.String getText()
public void setText(java.lang.String text)
text - the new textpublic User getUser()
public void setUser(User user)
user - the new userpublic java.util.Date getTimeStamp()
public void setTimeStamp(java.util.Date timeStamp)
timeStamp - the new time stamp
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||