public class TaskGroupComment
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
The internal copyright field.
|
Constructor and Description |
---|
TaskGroupComment()
Constructs an empty
TaskGroupComment object. |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getComments()
gets the comments
|
java.lang.Long |
getPostedBy()
Gets the member id who posted the comment
|
java.sql.Timestamp |
getPostedDate()
Gets the posted date
|
java.lang.Long |
getTaskGroupCommentId()
Get the Task Group Comment Id
|
java.lang.Long |
getTaskGroupId()
Get the Task Group Id
|
void |
setComments(java.lang.String argComments)
set comments
|
void |
setPostedBy(java.lang.Long argPosted)
set postedBy
|
void |
setPostedDate(java.sql.Timestamp argDate)
set postedDate
|
void |
setTaskGroupCommentId(java.lang.Long argId)
set the Task Group Comment Id
|
void |
setTaskGroupId(java.lang.Long argId)
set the Task Group Id
|
public static final java.lang.String COPYRIGHT
public TaskGroupComment()
TaskGroupComment
object.public java.lang.Long getTaskGroupId()
public java.lang.Long getTaskGroupCommentId()
public java.lang.String getComments()
public java.lang.Long getPostedBy()
public java.sql.Timestamp getPostedDate()
public void setTaskGroupId(java.lang.Long argId)
argId
- The task group idpublic void setTaskGroupCommentId(java.lang.Long argId)
argId
- The task group comment idpublic void setPostedBy(java.lang.Long argPosted)
argPosted
- The member id of the user who posted the commendpublic void setPostedDate(java.sql.Timestamp argDate)
argDate
- The posted date of the commentpublic void setComments(java.lang.String argComments)
argComments
- The comments