com.dotmarketing.portlets.workflowmessages.model
Class WorkflowMessage

java.lang.Object
  extended by com.dotmarketing.beans.Inode
      extended by com.dotmarketing.beans.WebAsset
          extended by com.dotmarketing.portlets.workflowmessages.model.WorkflowMessage
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public class WorkflowMessage
extends WebAsset
implements java.io.Serializable, java.lang.Comparable

Author:
Hibernate CodeGenerator
See Also:
Serialized Form

Constructor Summary
WorkflowMessage()
          default constructor
 
Method Summary
 int compareTo(java.lang.Object compObject)
           
 void copy(WorkflowMessage newWorkflowMessage)
           
 long getActionId()
           
 java.util.Date getAssignedToUserDate()
           
 java.lang.String getAssignedToUserId()
           
 long getInode()
           
 java.lang.String getMessage()
          Returns the message.
 java.util.Date getNotifyRoleDate()
           
 java.lang.String getNotifyRoleId()
           
 long getParent()
          Returns the parent.
 java.util.Date getRequestDate()
          Returns the requestDate.
 java.lang.String getRequestUser()
          Returns the requestUser.
 long getStatusId()
           
 java.lang.String getURI(Folder folder)
           
 long getWebasset()
          Returns the webasset.
 void setActionId(long l)
           
 void setAssignedToUserDate(java.util.Date date)
           
 void setAssignedToUserId(java.lang.String string)
           
 void setInode(long inode)
          Sets the inode.
 void setMessage(java.lang.String message)
          Sets the message.
 void setNotifyRoleDate(java.util.Date date)
           
 void setNotifyRoleId(java.lang.String string)
           
 void setParent(long parent)
          Sets the parent.
 void setRequestDate(java.util.Date requestDate)
          Sets the requestDate.
 void setRequestUser(java.lang.String requestUser)
          Sets the requestUser.
 void setStatusId(long l)
           
 void setWebasset(long webasset)
          Sets the webasset.
 
Methods inherited from class com.dotmarketing.beans.WebAsset
copy, getFriendlyName, getMap, getModDate, getModUser, getSortOrder, getTitle, isDeleted, isLive, isLocked, isShowOnMenu, isWorking, setDeleted, setFriendlyName, setLive, setLocked, setModDate, setModUser, setShowOnMenu, setSortOrder, setTitle, setWorking
 
Methods inherited from class com.dotmarketing.beans.Inode
addChild, addChild, addParent, addParent, deleteChild, deleteChild, deleteParent, deleteParent, equals, getiDate, getIDate, getIdentifier, getOwner, getType, hasChildren, hasParents, isNew, setiDate, setIDate, setIDate, setIdentifier, setInode, setOwner, setOwner, setParents, setType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkflowMessage

public WorkflowMessage()
default constructor

Method Detail

getInode

public long getInode()
Overrides:
getInode in class Inode

getParent

public long getParent()
Returns the parent.

Returns:
long

setParent

public void setParent(long parent)
Sets the parent.

Parameters:
parent - The parent to set

setInode

public void setInode(long inode)
Sets the inode.

Overrides:
setInode in class Inode
Parameters:
inode - The inode to set

copy

public void copy(WorkflowMessage newWorkflowMessage)

compareTo

public int compareTo(java.lang.Object compObject)
Specified by:
compareTo in interface java.lang.Comparable
Specified by:
compareTo in class WebAsset

getURI

public java.lang.String getURI(Folder folder)
Specified by:
getURI in class WebAsset

getMessage

public java.lang.String getMessage()
Returns the message.

Returns:
String

getRequestDate

public java.util.Date getRequestDate()
Returns the requestDate.

Returns:
Date

getRequestUser

public java.lang.String getRequestUser()
Returns the requestUser.

Returns:
String

setMessage

public void setMessage(java.lang.String message)
Sets the message.

Parameters:
message - The message to set

setRequestDate

public void setRequestDate(java.util.Date requestDate)
Sets the requestDate.

Parameters:
requestDate - The requestDate to set

setRequestUser

public void setRequestUser(java.lang.String requestUser)
Sets the requestUser.

Parameters:
requestUser - The requestUser to set

getWebasset

public long getWebasset()
Returns the webasset.

Returns:
long

setWebasset

public void setWebasset(long webasset)
Sets the webasset.

Parameters:
webasset - The webasset to set

getAssignedToUserId

public java.lang.String getAssignedToUserId()
Returns:

setAssignedToUserId

public void setAssignedToUserId(java.lang.String string)
Parameters:
string -

getActionId

public long getActionId()
Returns:

getStatusId

public long getStatusId()
Returns:

setActionId

public void setActionId(long l)
Parameters:
l -

setStatusId

public void setStatusId(long l)
Parameters:
l -

getNotifyRoleDate

public java.util.Date getNotifyRoleDate()
Returns:

getNotifyRoleId

public java.lang.String getNotifyRoleId()
Returns:

setNotifyRoleDate

public void setNotifyRoleDate(java.util.Date date)
Parameters:
date -

setNotifyRoleId

public void setNotifyRoleId(java.lang.String string)
Parameters:
string -

getAssignedToUserDate

public java.util.Date getAssignedToUserDate()
Returns:

setAssignedToUserDate

public void setAssignedToUserDate(java.util.Date date)
Parameters:
date -


Copyright © 2006 Dotmarketing, Inc. All Rights Reserved.