Class AbstractArchivedTaskAllOf

    • Constructor Detail

      • AbstractArchivedTaskAllOf

        public AbstractArchivedTaskAllOf()
    • Method Detail

      • getSourceObjectId

        @Nullable
        public String getSourceObjectId()
        the original id of the task before it was archived
        Returns:
        sourceObjectId
      • setSourceObjectId

        public void setSourceObjectId​(String sourceObjectId)
      • getArchivedDate

        @Nullable
        public String getArchivedDate()
        the date ('yyyy-MM-dd HH:mm:ss.SSS') when the current task was assigned for example '2014-10-17 16:05:42.626'
        Returns:
        archivedDate
      • setArchivedDate

        public void setArchivedDate​(String archivedDate)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object