com.ibm.commerce.contentmanagement.objects

Class TaskGroupDescriptionEntityCreationData

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


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

      • TaskGroupDescriptionEntityCreationData

        public TaskGroupDescriptionEntityCreationData()
        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
      • getLanguageId

        public java.lang.Integer getLanguageId()
        Gets the LanguageId.
        Returns:
        languageId The LanguageId
      • setLanguageId

        public void setLanguageId(java.lang.Integer newLanguageId)
        Sets the languageId.
        Parameters:
        newLanguageId - The LanguageId
      • getName

        public java.lang.String getName()
        Gets the Name.
        Returns:
        name The Name
      • setName

        public void setName(java.lang.String newName)
        Sets the name.
        Parameters:
        newName - The Name
      • getDescription

        public java.lang.String getDescription()
        Gets the Description.
        Returns:
        description The Description
      • setDescription

        public void setDescription(java.lang.String newDescription)
        Sets the description.
        Parameters:
        newDescription - The Description
      • reset

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

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