com.jivesoftware.forum.event
Class PermissionEvent
java.lang.Object
com.jivesoftware.base.ForumObject
com.jivesoftware.forum.event.PermissionEvent
- All Implemented Interfaces:
- JiveObject
public class PermissionEvent
- extends ForumObject
Created by IntelliJ IDEA.
User: jeff ritter
Date: Sep 10, 2007
Time: 3:41:22 PM
Constructor Summary |
PermissionEvent(int eventType,
int objectType,
long objectID)
|
Methods inherited from class com.jivesoftware.base.ForumObject |
getID, getObjectType, isAnnouncement, isCategory, isForum, isMessage, isPoll, isRootCategory, isRootCategory, isThread, setID, setObjectType, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
PERMISSION_MODIFIED
public static final int PERMISSION_MODIFIED
- See Also:
- Constant Field Values
PermissionEvent
public PermissionEvent(int eventType,
int objectType,
long objectID)
getEventType
public int getEventType()
setEventType
public void setEventType(int eventType)
getDate
public java.util.Date getDate()
setDate
public void setDate(java.util.Date date)
getObjectID
public long getObjectID()
setObjectID
public void setObjectID(long objectID)
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
Copyright © 1999-2006 Jive Software.