com.dotmarketing.portlets.events.model
Class EventRegistration
java.lang.Object
com.dotmarketing.beans.Inode
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
| Fields inherited from class com.dotmarketing.beans.Inode |
owner |
| 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 |
EventRegistration
public EventRegistration()
- default constructor
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.