com.ibm.commerce.contentmanagement.objects

Class TaskGroupTaskRelEntityCreationData

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


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

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

      • COPYRIGHT

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

      • TaskGroupTaskRelEntityCreationData

        public TaskGroupTaskRelEntityCreationData()
        Default constructor.
    • Method Detail

      • 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
      • getTaskId

        public java.lang.Long getTaskId()
        Gets the TaskId.
        Returns:
        taskId The TaskId
      • setTaskId

        public void setTaskId(java.lang.Long newTaskId)
        Sets the taskId.
        Parameters:
        newTaskId - The TaskId
      • reset

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

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