java.lang.Object
org.odpi.openmetadata.accessservices.communityprofile.properties.ReferenceableProperties
org.odpi.openmetadata.accessservices.communityprofile.properties.ToDoProperties

public class ToDoProperties extends ReferenceableProperties
The "To Do" describes an action - it may be assigned to a person role (see PersonRoleAction).
  • Constructor Details

    • ToDoProperties

      public ToDoProperties()
      Default constructor
    • ToDoProperties

      public ToDoProperties(ToDoProperties template)
      Copy/clone constructor
      Parameters:
      template - object to copy
  • Method Details

    • getName

      public String getName()
      Return the name of the asset.
      Returns:
      string name
    • setName

      public void setName(String name)
      Set up the name of the asset.
      Parameters:
      name - string name
    • getDescription

      public String getDescription()
      Return the description of the asset.
      Returns:
      text
    • setDescription

      public void setDescription(String description)
      Set up the description of the asset.
      Parameters:
      description - text
    • getToDoType

      public String getToDoType()
      Return the
      Returns:
    • setToDoType

      public void setToDoType(String toDoType)
    • getCreationTime

      public Date getCreationTime()
      Return the time that this action was created.
      Returns:
      date
    • setCreationTime

      public void setCreationTime(Date creationTime)
      Set up the time that the action was created.
      Parameters:
      creationTime - data
    • getPriority

      public int getPriority()
      Return how important this is.
      Returns:
      int
    • setPriority

      public void setPriority(int priority)
      Set up how important this is.
      Parameters:
      priority - integer
    • getLastReviewTime

      public Date getLastReviewTime()
      Return the last time the action was reviewed for priority, ownership etc.
      Returns:
      date
    • setLastReviewTime

      public void setLastReviewTime(Date lastReviewTime)
      Set up the last time the action was reviewed for priority, ownership etc.
      Parameters:
      lastReviewTime - data
    • getDueTime

      public Date getDueTime()
      Return when this needs to be completed by.
      Returns:
      date
    • setDueTime

      public void setDueTime(Date dueTime)
      Set up when this needs to be completed by.
      Parameters:
      dueTime - date
    • getCompletionTime

      public Date getCompletionTime()
      Return when this was completed - or null if still outstanding.
      Returns:
      date
    • setCompletionTime

      public void setCompletionTime(Date completionTime)
      Set up when this was completed - or null if still outstanding.
      Parameters:
      completionTime - date
    • getToDoStatus

      public ToDoStatus getToDoStatus()
      Return the status of the action/to do.
      Returns:
      status enum
    • setToDoStatus

      public void setToDoStatus(ToDoStatus toDoStatus)
      Set up the status of the action/to do.
      Parameters:
      toDoStatus - status enum
    • toString

      public String toString()
      JSON-style toString
      Overrides:
      toString in class ReferenceableProperties
      Returns:
      return string containing the property names and values
    • equals

      public boolean equals(Object objectToCompare)
      Return comparison result based on the content of the properties.
      Overrides:
      equals in class ReferenceableProperties
      Parameters:
      objectToCompare - test object
      Returns:
      result of comparison
    • hashCode

      public int hashCode()
      Return hash code for this object
      Overrides:
      hashCode in class ReferenceableProperties
      Returns:
      int hash code