com.dotmarketing.portlets.workflows.model
Class WorkflowComment

java.lang.Object
  extended by com.dotmarketing.beans.Inode
      extended by com.dotmarketing.portlets.workflows.model.WorkflowComment
All Implemented Interfaces:
java.io.Serializable

public class WorkflowComment
extends Inode

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.dotmarketing.beans.Inode
inode
 
Constructor Summary
WorkflowComment()
           
 
Method Summary
 java.lang.String getComment()
           
 java.util.Date getCreationDate()
           
 java.util.Map getMap()
          Returns a hashmap with all the inode fields
 java.lang.String getPostedBy()
           
 void setComment(java.lang.String comment)
           
 void setCreationDate(java.util.Date creationDate)
           
 void setPostedBy(java.lang.String postedBy)
           
 java.lang.String toString()
           
 
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
 

Constructor Detail

WorkflowComment

public WorkflowComment()
Method Detail

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.