public class TaskComment extends HashMap<String,Serializable>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
TaskComment(Map<String,Serializable> taskCommentMap) |
TaskComment(String author,
String text) |
TaskComment(String author,
String text,
Date commentDate) |
Modifier and Type | Method and Description |
---|---|
String |
getAuthor() |
Calendar |
getCreationDate() |
String |
getText() |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
equals, hashCode, toString
public TaskComment(Map<String,Serializable> taskCommentMap)
public TaskComment(String author, String text)
public TaskComment(String author, String text, Date commentDate)
Copyright © 2017 Nuxeo. All rights reserved.