com.ibm.commerce.contentmanagement.objects

Class TaskGroupCommentEntityCreationData

  • java.lang.Object
    • com.ibm.commerce.contentmanagement.objects.TaskGroupCommentEntityCreationData
  • All Implemented Interfaces:
    EntityBeanCreationData, java.io.Serializable


    public class TaskGroupCommentEntityCreationData
    extends java.lang.Object
    implements EntityBeanCreationData
    This EntityCreationData represents the data object for creating the corresponding EJB object.
    See Also:
    Serialized Form
    • Field Detail

      • COPYRIGHT

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

      • TaskGroupCommentEntityCreationData

        public TaskGroupCommentEntityCreationData()
        Default constructor.
    • Method Detail

      • getTaskGroupCommentId

        public java.lang.Long getTaskGroupCommentId()
        Gets the TaskGroupCommentId.
        Returns:
        taskGroupCommentId The TaskGroupCommentId
      • setTaskGroupCommentId

        public void setTaskGroupCommentId(java.lang.Long newTaskGroupCommentId)
        Sets the taskGroupCommentId.
        Parameters:
        newTaskGroupCommentId - The TaskGroupCommentId
      • getTaskGroupId

        public java.lang.Long getTaskGroupId()
        Gets the TaskGroupId.
        Returns:
        taskGroupId The TaskGroupId
      • setTaskGroupId

        public void setTaskGroupId(java.lang.Long newTaskGroupId)
        Sets the taskGroupId.
        Parameters:
        newTaskGroupId - The TaskGroupId
      • getMemberId

        public java.lang.Long getMemberId()
        Gets the MemberId.
        Returns:
        memberId The MemberId
      • setMemberId

        public void setMemberId(java.lang.Long newMemberId)
        Sets the memberId.
        Parameters:
        newMemberId - The MemberId
      • getComments

        public java.lang.String getComments()
        Gets the Comments.
        Returns:
        comments The Comments
      • setComments

        public void setComments(java.lang.String newComments)
        Sets the comments.
        Parameters:
        newComments - The Comments
      • getPostedDate

        public java.sql.Timestamp getPostedDate()
        Gets the PostedDate.
        Returns:
        postedDate The PostedDate
      • setPostedDate

        public void setPostedDate(java.sql.Timestamp newPostedDate)
        Sets the postedDate.
        Parameters:
        newPostedDate - The PostedDate
      • reset

        public void reset()
                   throws java.lang.IllegalAccessException
        Reset all attributes of the object.
        Throws:
        java.lang.IllegalAccessException
      • copyFromAccessBean

        public void copyFromAccessBean(TaskGroupCommentAccessBean accessBean)
        Copy attributes' values from access bean to entity creation data.
        Parameters:
        AccessBean - The corresponding access bean