com.ibm.commerce.contentmanagement.objects

Class TaskDescriptionEntityCreationData

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


    public class TaskDescriptionEntityCreationData
    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.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void copyFromAccessBean(TaskDescriptionAccessBean accessBean)
      Copy attributes' values from access bean to entity creation data.
      java.lang.String getDescription()
      Gets the Description.
      java.lang.Integer getLanguageId()
      Gets the LanguageId.
      java.lang.String getName()
      Gets the Name.
      java.lang.Long getTaskId()
      Gets the TaskId.
      void reset()
      Reset all attributes of the object.
      void setDescription(java.lang.String newDescription)
      Sets the description.
      void setLanguageId(java.lang.Integer newLanguageId)
      Sets the languageId.
      void setName(java.lang.String newName)
      Sets the name.
      void setTaskId(java.lang.Long newTaskId)
      Sets the taskId.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • COPYRIGHT

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

      • TaskDescriptionEntityCreationData

        public TaskDescriptionEntityCreationData()
        Default constructor.
    • Method Detail

      • 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
      • 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,
                          java.lang.NoSuchFieldException
        Reset all attributes of the object.
        Throws:
        java.lang.IllegalAccessException
        java.lang.NoSuchFieldException
      • copyFromAccessBean

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