Class ToDoProperties
java.lang.Object
org.odpi.openmetadata.accessservices.communityprofile.properties.ReferenceableProperties
org.odpi.openmetadata.accessservices.communityprofile.properties.ToDoProperties
- All Implemented Interfaces:
Serializable
The "To Do" describes an action - it may be assigned to a person role (see PersonRoleAction).
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorToDoProperties
(ToDoProperties template) Copy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return comparison result based on the content of the properties.Return when this was completed - or null if still outstanding.Return the time that this action was created.Return the description of the asset.Return when this needs to be completed by.getName()
Return the name of the asset.int
Return how important this is.Return the status of the action/to do.int
hashCode()
Return hash code for this objectvoid
setCompletionTime
(Date completionTime) Set up when this was completed - or null if still outstanding.void
setCreationTime
(Date creationTime) Set up the time that the action was created.void
setDescription
(String description) Set up the description of the asset.void
setDueTime
(Date dueTime) Set up when this needs to be completed by.void
Set up the name of the asset.void
setPriority
(int priority) Set up how important this is.void
setStatus
(ToDoStatus status) Set up the status of the action/to do.toString()
JSON-style toStringMethods inherited from class org.odpi.openmetadata.accessservices.communityprofile.properties.ReferenceableProperties
getAdditionalProperties, getEffectiveFrom, getEffectiveTo, getExtendedProperties, getQualifiedName, getTypeName, getVendorProperties, setAdditionalProperties, setEffectiveFrom, setEffectiveTo, setExtendedProperties, setQualifiedName, setTypeName, setVendorProperties
-
Constructor Details
-
ToDoProperties
public ToDoProperties()Default constructor -
ToDoProperties
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getName
Return the name of the asset.- Returns:
- string name
-
setName
Set up the name of the asset.- Parameters:
name
- string name
-
getDescription
Return the description of the asset.- Returns:
- text
-
setDescription
Set up the description of the asset.- Parameters:
description
- text
-
getCreationTime
Return the time that this action was created.- Returns:
- date
-
setCreationTime
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
-
getDueTime
Return when this needs to be completed by.- Returns:
- date
-
setDueTime
Set up when this needs to be completed by.- Parameters:
dueTime
- date
-
getCompletionTime
Return when this was completed - or null if still outstanding.- Returns:
- date
-
setCompletionTime
Set up when this was completed - or null if still outstanding.- Parameters:
completionTime
- date
-
getStatus
Return the status of the action/to do.- Returns:
- status enum
-
setStatus
Set up the status of the action/to do.- Parameters:
status
- status enum
-
toString
JSON-style toString- Overrides:
toString
in classReferenceableProperties
- Returns:
- return string containing the property names and values
-
equals
Return comparison result based on the content of the properties.- Overrides:
equals
in classReferenceableProperties
- Parameters:
objectToCompare
- test object- Returns:
- result of comparison
-
hashCode
public int hashCode()Return hash code for this object- Overrides:
hashCode
in classReferenceableProperties
- Returns:
- int hash code
-