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() |
Date |
getCreationDate() |
String |
getText() |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
equals, hashCode, toString
public TaskComment(Map<String,Serializable> taskCommentMap)
Copyright © 2011 Nuxeo SA. All Rights Reserved.