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 TypeMethodDescriptionbooleanReturn 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.intReturn how important this is.Return the status of the action/to do.inthashCode()Return hash code for this objectvoidsetCompletionTime(Date completionTime) Set up when this was completed - or null if still outstanding.voidsetCreationTime(Date creationTime) Set up the time that the action was created.voidsetDescription(String description) Set up the description of the asset.voidsetDueTime(Date dueTime) Set up when this needs to be completed by.voidSet up the name of the asset.voidsetPriority(int priority) Set up how important this is.voidsetStatus(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:
toStringin classReferenceableProperties- Returns:
- return string containing the property names and values
-
equals
Return comparison result based on the content of the properties.- Overrides:
equalsin classReferenceableProperties- Parameters:
objectToCompare- test object- Returns:
- result of comparison
-
hashCode
public int hashCode()Return hash code for this object- Overrides:
hashCodein classReferenceableProperties- Returns:
- int hash code
-