com.dotmarketing.portlets.workflows.model
Class WorkflowComment
java.lang.Object
com.dotmarketing.beans.Inode
com.dotmarketing.portlets.workflows.model.WorkflowComment
- All Implemented Interfaces:
- java.io.Serializable
public class WorkflowComment
- extends Inode
- See Also:
- Serialized Form
| Fields inherited from class com.dotmarketing.beans.Inode |
inode |
| Methods inherited from class com.dotmarketing.beans.Inode |
addChild, addChild, addParent, addParent, deleteChild, deleteChild, deleteParent, deleteParent, equals, getiDate, getIDate, getIdentifier, getInode, getOwner, getType, hasChildren, hasParents, isNew, setiDate, setIDate, setIDate, setIdentifier, setInode, setInode, setOwner, setOwner, setParents, setType |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
WorkflowComment
public WorkflowComment()
getCreationDate
public java.util.Date getCreationDate()
setCreationDate
public void setCreationDate(java.util.Date creationDate)
getComment
public java.lang.String getComment()
setComment
public void setComment(java.lang.String comment)
getPostedBy
public java.lang.String getPostedBy()
setPostedBy
public void setPostedBy(java.lang.String postedBy)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
getMap
public java.util.Map getMap()
- Description copied from class:
Inode
- Returns a hashmap with all the inode fields
- Overrides:
getMap in class Inode
- Returns:
- the map
Copyright © 2006 Dotmarketing, Inc. All Rights Reserved.