com.dotmarketing.portlets.campaigns.model
Class Recipient

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

public class Recipient
extends Inode
implements java.io.Serializable

Author:
Hibernate CodeGenerator
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.dotmarketing.beans.Inode
inode, owner
 
Constructor Summary
Recipient()
           
 
Method Summary
 java.lang.String getEmail()
           
 java.lang.String getInode()
          Returns the inode.
 java.lang.String getLastMessage()
           
 java.lang.String getLastname()
          Return the lastname
 int getLastResult()
           
 java.lang.String getName()
           
 java.util.Date getOpened()
          Returns the opened.
 java.util.Date getSent()
          Returns the sent.
 java.lang.String getUserId()
           
 void setEmail(java.lang.String email)
           
 void setInode(java.lang.String inode)
          Sets the inode.
 void setLastMessage(java.lang.String lastMessage)
           
 void setLastname(java.lang.String lastname)
          Set the lastname
 void setLastResult(int lastResult)
           
 void setName(java.lang.String name)
           
 void setOpened(java.util.Date opened)
          Sets the opened.
 void setSent(java.util.Date sent)
          Sets the sent.
 void setUserId(java.lang.String userId)
           
 
Methods inherited from class com.dotmarketing.beans.Inode
acceptedPermissions, addChild, addChild, addChild, addParent, addParent, compareTo, deleteChild, deleteChild, deleteParent, deleteParent, equals, getCategoryId, getiDate, getIDate, getIdentifier, getMap, getModDate, getModUser, getOwner, getParentPermissionable, getPermissionId, getPermissionType, getTitle, getType, getVersionId, getVersionType, hasChildren, hashCode, hasParents, isArchived, isLive, isLocked, isNew, isParentPermissionable, isWorking, permissionDependencies, setiDate, setIDate, setIDate, setIdentifier, setOwner, setParents, setType, setVersionId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Recipient

public Recipient()
Method Detail

getEmail

public java.lang.String getEmail()
Returns:
Returns the email.

setEmail

public void setEmail(java.lang.String email)
Parameters:
email - The email to set.

getLastMessage

public java.lang.String getLastMessage()
Returns:
Returns the lastMessage.

setLastMessage

public void setLastMessage(java.lang.String lastMessage)
Parameters:
lastMessage - The lastMessage to set.

getLastResult

public int getLastResult()
Returns:
Returns the lastResult.

setLastResult

public void setLastResult(int lastResult)
Parameters:
lastResult - The lastResult to set.

getName

public java.lang.String getName()
Returns:
Returns the name.

setName

public void setName(java.lang.String name)
Parameters:
name - The name to set.

getInode

public java.lang.String getInode()
Returns the inode.

Specified by:
getInode in interface UUIDable
Specified by:
getInode in interface Versionable
Overrides:
getInode in class Inode
Returns:
String

getOpened

public java.util.Date getOpened()
Returns the opened.

Returns:
java.util.Date

getSent

public java.util.Date getSent()
Returns the sent.

Returns:
java.util.Date

setInode

public void setInode(java.lang.String inode)
Sets the inode.

Specified by:
setInode in interface UUIDable
Overrides:
setInode in class Inode
Parameters:
inode - The inode to set

setOpened

public void setOpened(java.util.Date opened)
Sets the opened.

Parameters:
opened - The opened to set

setSent

public void setSent(java.util.Date sent)
Sets the sent.

Parameters:
sent - The sent to set

getLastname

public java.lang.String getLastname()
Return the lastname

Returns:
lastname

setLastname

public void setLastname(java.lang.String lastname)
Set the lastname

Parameters:
lastname -

getUserId

public java.lang.String getUserId()
Returns:
the userId

setUserId

public void setUserId(java.lang.String userId)
Parameters:
userId - the userId to set


Copyright © 2010 dotCMS Inc. All Rights Reserved.