public class ToDo extends ReferenceableHeader
| Constructor and Description |
|---|
ToDo()
Default constructor
|
ToDo(ToDo template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
Map<String,String> |
getAdditionalProperties()
Return any additional properties associated with the element.
|
Date |
getCompletionTime()
Return when this was completed - or null if still outstanding.
|
Date |
getCreationTime()
Return the time that this action was created.
|
Date |
getDueTime()
Return when this needs to be completed by.
|
Map<String,Object> |
getExtendedProperties()
Return any properties associated with the subclass of this element.
|
int |
getPriority()
Return how important this is.
|
ToDoStatus |
getStatus()
Return the status of the action/to do.
|
int |
hashCode()
Return hash code for this object
|
void |
setAdditionalProperties(Map<String,String> additionalProperties)
Set up any additional properties associated with the element.
|
void |
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 |
setDueTime(Date dueTime)
Set up when this needs to be completed by.
|
void |
setExtendedProperties(Map<String,Object> additionalProperties)
Set up any additional properties associated with the element.
|
void |
setPriority(int priority)
Set up how important this is.
|
void |
setStatus(ToDoStatus status)
Set up the status of the action/to do.
|
String |
toString()
JSON-style toString
|
getClassifications, getDescription, getName, getQualifiedName, setClassifications, setDescription, setName, setQualifiedNamegetGUID, setGUIDgetOriginId, getOriginLicense, getOriginName, getOriginType, getTypeDescription, getTypeName, setOriginId, setOriginLicense, setOriginName, setOriginType, setTypeDescription, setTypeNamepublic ToDo()
public ToDo(ToDo template)
template - object to copypublic Date getCreationTime()
public void setCreationTime(Date creationTime)
creationTime - datapublic int getPriority()
public void setPriority(int priority)
priority - public Date getDueTime()
public void setDueTime(Date dueTime)
dueTime - datepublic Date getCompletionTime()
public void setCompletionTime(Date completionTime)
completionTime - datepublic ToDoStatus getStatus()
public void setStatus(ToDoStatus status)
status - status enumpublic Map<String,Object> getExtendedProperties()
public void setExtendedProperties(Map<String,Object> additionalProperties)
additionalProperties - map of property names to property valuespublic Map<String,String> getAdditionalProperties()
public void setAdditionalProperties(Map<String,String> additionalProperties)
additionalProperties - map of property names to property valuespublic String toString()
toString in class ReferenceableHeaderpublic boolean equals(Object objectToCompare)
equals in class ReferenceableHeaderobjectToCompare - test objectpublic int hashCode()
hashCode in class ReferenceableHeaderCopyright © 2018–2019 ODPi. All rights reserved.