com.ibm.commerce.contentmanagement.objects

Class TaskGroupEntityCreationData

  • java.lang.Object
    • com.ibm.commerce.contentmanagement.objects.TaskGroupEntityCreationData
    • 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

      • TaskGroupEntityCreationData

        public TaskGroupEntityCreationData()
        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
      • 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
      • 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
      • getQuickPublishType

        public java.lang.Integer getQuickPublishType()
        Gets the QuickPublishType.
        Returns:
        quickPublishType The QuickPublishType
      • setQuickPublishType

        public void setQuickPublishType(java.lang.Integer newQuickPublishType)
        Sets the quickPublishType.
        Parameters:
        newQuickPublishType - The QuickPublishType
      • 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
      • getApprovedDate

        public java.sql.Timestamp getApprovedDate()
        Gets the ApprovedDate.
        Returns:
        approvedDate The ApprovedDate
      • setApprovedDate

        public void setApprovedDate(java.sql.Timestamp newApprovedDate)
        Sets the approvedDate.
        Parameters:
        newApprovedDate - The ApprovedDate
      • getPromotionDate

        public java.sql.Timestamp getPromotionDate()
        Gets the promotionDate.
        Returns:
        promotionDate The promotionDate
      • setPromotionDate

        public void setPromotionDate(java.sql.Timestamp newPromotionDate)
        Sets the promotionDate.
        Parameters:
        newPromotionDate - The promotionDate
      • getPersistentType

        public java.lang.Integer getPersistentType()
        Gets the persistentType.
        Returns:
        persistentType The persistentType
      • setPersistentType

        public void setPersistentType(java.lang.Integer newPersistentType)
        Sets the persistentType.
        Parameters:
        newPersistentType - The persistentType
      • getCommitDate

        public java.sql.Timestamp getCommitDate()
        Gets the commitDate.
        Returns:
        commitDate The commitDate
      • setCommitDate

        public void setCommitDate(java.sql.Timestamp newCommitDate)
        Sets the commitDate.
        Parameters:
        newCommitDate - The commitDate
      • reset

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

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