com.dotmarketing.portlets.events.model
Class EventRegistration

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

public class EventRegistration
extends Inode
implements java.io.Serializable, java.lang.Comparable

Author:
David Torres
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.dotmarketing.beans.Inode
owner
 
Constructor Summary
EventRegistration()
          default constructor
 
Method Summary
 int compareTo(java.lang.Object other)
           
 boolean equals(java.lang.Object other)
           
 java.lang.String getComments()
           
 java.lang.String getEmail()
           
 java.lang.String getFullName()
           
 java.lang.String getInode()
           
 int getNumberAttending()
           
 java.util.Date getRegistrationDate()
           
 int hashCode()
           
 void setComments(java.lang.String comments)
           
 void setEmail(java.lang.String email)
           
 void setFullName(java.lang.String fullName)
           
 void setInode(java.lang.String inode)
          Sets the inode.
 void setNumberAttending(int numberAttending)
           
 void setRegistrationDate(java.util.Date registrationDate)
           
 
Methods inherited from class com.dotmarketing.beans.Inode
acceptedPermissions, addChild, addChild, addChild, addParent, addParent, deleteChild, deleteChild, deleteParent, deleteParent, getCategoryId, getiDate, getIDate, getIdentifier, getMap, getModDate, getModUser, getOwner, getParentPermissionable, getPermissionId, getPermissionType, getTitle, getType, getVersionId, getVersionType, hasChildren, 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

EventRegistration

public EventRegistration()
default constructor

Method Detail

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class Inode

compareTo

public int compareTo(java.lang.Object other)
Specified by:
compareTo in interface java.lang.Comparable
Overrides:
compareTo in class Inode

hashCode

public int hashCode()
Overrides:
hashCode in class Inode

getComments

public java.lang.String getComments()

setComments

public void setComments(java.lang.String comments)

getEmail

public java.lang.String getEmail()

setEmail

public void setEmail(java.lang.String email)

getFullName

public java.lang.String getFullName()

setFullName

public void setFullName(java.lang.String fullName)

getInode

public java.lang.String getInode()
Specified by:
getInode in interface UUIDable
Specified by:
getInode in interface Versionable
Overrides:
getInode in class Inode

setInode

public void setInode(java.lang.String inode)
Description copied from class: Inode
Sets the inode.

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

getNumberAttending

public int getNumberAttending()

setNumberAttending

public void setNumberAttending(int numberAttending)

getRegistrationDate

public java.util.Date getRegistrationDate()

setRegistrationDate

public void setRegistrationDate(java.util.Date registrationDate)


Copyright © 2010 dotCMS Inc. All Rights Reserved.