com.ibm.commerce.contentmanagement.objects

Class WorkspaceTaskGroupRelEntityCreationData

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


    public class WorkspaceTaskGroupRelEntityCreationData
    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

      • WorkspaceTaskGroupRelEntityCreationData

        public WorkspaceTaskGroupRelEntityCreationData()
        Default constructor.
    • Method Detail

      • getWorkspaceId

        public java.lang.Long getWorkspaceId()
        Gets the WorkspaceId.
        Returns:
        workspaceId The WorkspaceId
      • setWorkspaceId

        public void setWorkspaceId(java.lang.Long newWorkspaceId)
        Sets the workspaceId.
        Parameters:
        newWorkspaceId - The WorkspaceId
      • 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
      • reset

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

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