com.ibm.commerce.contentmanagement.objects

Class TaskEntityCreationData

  • java.lang.Object
    • com.ibm.commerce.contentmanagement.objects.TaskEntityCreationData
    • 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(TaskAccessBean accessBean)
      Copy attributes' values from access bean to entity creation data.
      java.sql.Timestamp getCompleteDate()
      Gets the CompleteDate.
      java.sql.Timestamp getDueDate()
      Gets the DueDate.
      java.lang.String getIdentifier()
      Gets the Identifier.
      java.lang.Integer getStatus()
      Gets the Status.
      java.lang.Long getTaskId()
      Gets the TaskId.
      java.lang.Integer getTemplateType()
      Gets the TemplateType.
      java.lang.Integer getType()
      Gets the Type.
      java.lang.Integer getUsage()
      Gets the Usage.
      void reset()
      Reset all attributes of the object.
      void setCompleteDate(java.sql.Timestamp newCompleteDate)
      Sets the completeDate.
      void setDueDate(java.sql.Timestamp newDueDate)
      Sets the dueDate.
      void setIdentifier(java.lang.String newIdentifier)
      Sets the identifier.
      void setStatus(java.lang.Integer newStatus)
      Sets the status.
      void setTaskId(java.lang.Long newTaskId)
      Sets the taskId.
      void setTemplateType(java.lang.Integer newTemplateType)
      Sets the templateType.
      void setType(java.lang.Integer newType)
      Sets the type.
      void setUsage(java.lang.Integer newUsage)
      Sets the usage.
      • 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

      • TaskEntityCreationData

        public TaskEntityCreationData()
        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
      • getIdentifier

        public java.lang.String getIdentifier()
        Gets the Identifier.
        Returns:
        identifier The Identifier
      • setIdentifier

        public void setIdentifier(java.lang.String newIdentifier)
        Sets the identifier.
        Parameters:
        newIdentifier - The Identifier
      • getStatus

        public java.lang.Integer getStatus()
        Gets the Status.
        Returns:
        status The Status
      • setStatus

        public void setStatus(java.lang.Integer newStatus)
        Sets the status.
        Parameters:
        newStatus - The Status
      • getUsage

        public java.lang.Integer getUsage()
        Gets the Usage.
        Returns:
        usage The Usage
      • setUsage

        public void setUsage(java.lang.Integer newUsage)
        Sets the usage.
        Parameters:
        newUsage - The Usage
      • getType

        public java.lang.Integer getType()
        Gets the Type.
        Returns:
        type The Type
      • setType

        public void setType(java.lang.Integer newType)
        Sets the type.
        Parameters:
        newType - The Type
      • getTemplateType

        public java.lang.Integer getTemplateType()
        Gets the TemplateType.
        Returns:
        templateType The TemplateType
      • setTemplateType

        public void setTemplateType(java.lang.Integer newTemplateType)
        Sets the templateType.
        Parameters:
        newTemplateType - The TemplateType
      • getDueDate

        public java.sql.Timestamp getDueDate()
        Gets the DueDate.
        Returns:
        dueDate The DueDate
      • setDueDate

        public void setDueDate(java.sql.Timestamp newDueDate)
        Sets the dueDate.
        Parameters:
        newDueDate - The DueDate
      • getCompleteDate

        public java.sql.Timestamp getCompleteDate()
        Gets the CompleteDate.
        Returns:
        completeDate The CompleteDate
      • setCompleteDate

        public void setCompleteDate(java.sql.Timestamp newCompleteDate)
        Sets the completeDate.
        Parameters:
        newCompleteDate - The CompleteDate
      • reset

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

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