com.ibm.commerce.contentmanagement.common

Class TaskGroupComment

  • java.lang.Object
    • com.ibm.commerce.contentmanagement.common.TaskGroupComment


  • public class TaskGroupComment
    extends java.lang.Object
    This represents a Task Group Comment.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      The internal copyright field.
    • Constructor Summary

      Constructors 
      Constructor and Description
      TaskGroupComment()
      Constructs an empty TaskGroupComment object.
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        The internal copyright field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • TaskGroupComment

        public TaskGroupComment()
        Constructs an empty TaskGroupComment object.
    • Method Detail

      • getTaskGroupId

        public java.lang.Long getTaskGroupId()
        Get the Task Group Id
        Returns:
        task group id
      • getTaskGroupCommentId

        public java.lang.Long getTaskGroupCommentId()
        Get the Task Group Comment Id
        Returns:
        task group comment if
      • getComments

        public java.lang.String getComments()
        gets the comments
        Returns:
        comments
      • getPostedBy

        public java.lang.Long getPostedBy()
        Gets the member id who posted the comment
        Returns:
        member id
      • getPostedDate

        public java.sql.Timestamp getPostedDate()
        Gets the posted date
        Returns:
        postedDate
      • setTaskGroupId

        public void setTaskGroupId(java.lang.Long argId)
        set the Task Group Id
        Parameters:
        argId - The task group id
      • setTaskGroupCommentId

        public void setTaskGroupCommentId(java.lang.Long argId)
        set the Task Group Comment Id
        Parameters:
        argId - The task group comment id
      • setPostedBy

        public void setPostedBy(java.lang.Long argPosted)
        set postedBy
        Parameters:
        argPosted - The member id of the user who posted the commend
      • setPostedDate

        public void setPostedDate(java.sql.Timestamp argDate)
        set postedDate
        Parameters:
        argDate - The posted date of the comment
      • setComments

        public void setComments(java.lang.String argComments)
        set comments
        Parameters:
        argComments - The comments