com.dotmarketing.portlets.workflows.model
Class WorkflowHistory

java.lang.Object
  extended by com.dotmarketing.beans.Inode
      extended by com.dotmarketing.portlets.workflows.model.WorkflowHistory
All Implemented Interfaces:
UUIDable, Permissionable, Versionable, Categorizable, java.io.Serializable, java.lang.Comparable

public class WorkflowHistory
extends Inode

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.dotmarketing.beans.Inode
inode, owner
 
Constructor Summary
WorkflowHistory()
           
 
Method Summary
 java.lang.String getChangeDescription()
           
 java.util.Date getCreationDate()
           
 java.lang.String getMadeBy()
           
 java.util.Map getMap()
          Returns a hashmap with all the inode fields
 void setChangeDescription(java.lang.String changeDescription)
           
 void setCreationDate(java.util.Date creationDate)
           
 void setMadeBy(java.lang.String madeBy)
           
 java.lang.String toString()
           
 
Methods inherited from class com.dotmarketing.beans.Inode
acceptedPermissions, addChild, addChild, addChild, addParent, addParent, compareTo, deleteChild, deleteChild, deleteParent, deleteParent, equals, getCategoryId, getiDate, getIDate, getIdentifier, getInode, getModDate, getModUser, getOwner, getParentPermissionable, getPermissionId, getPermissionType, getTitle, getType, getVersionId, getVersionType, hasChildren, hashCode, hasParents, isArchived, isLive, isLocked, isNew, isParentPermissionable, isWorking, permissionDependencies, setiDate, setIDate, setIDate, setIdentifier, setInode, setOwner, setParents, setType, setVersionId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WorkflowHistory

public WorkflowHistory()
Method Detail

getCreationDate

public java.util.Date getCreationDate()

setCreationDate

public void setCreationDate(java.util.Date creationDate)

getChangeDescription

public java.lang.String getChangeDescription()

setChangeDescription

public void setChangeDescription(java.lang.String changeDescription)

getMadeBy

public java.lang.String getMadeBy()

setMadeBy

public void setMadeBy(java.lang.String madeBy)

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 © 2010 dotCMS Inc. All Rights Reserved.