portal.event
Class PortalEventType
java.lang.Object
portal.event.PortalEventType
- All Implemented Interfaces:
- I_PortalEventType
- public class PortalEventType
- extends java.lang.Object
- implements I_PortalEventType
Contains static referencies of all event types currently known in OpenVend.
- Version:
- $Revision: 1.6 $
- Author:
- Thomas Weckert
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
FLUSH_CACHES
public static final I_PortalEventType FLUSH_CACHES
RECOMPILE_XSLT
public static final I_PortalEventType RECOMPILE_XSLT
SESSION_DESTROYED
public static final I_PortalEventType SESSION_DESTROYED
PortalEventType
public PortalEventType(int typeId,
java.lang.String name)
getName
public java.lang.String getName()
- Specified by:
getName in interface I_PortalEventType
- See Also:
I_PortalEventType.getName()
getTypeId
public java.lang.Integer getTypeId()
- Specified by:
getTypeId in interface I_PortalEventType
- See Also:
I_PortalEventType.getTypeId()
hashCode
public int hashCode()
- See Also:
Object.hashCode()
equals
public boolean equals(java.lang.Object obj)
- See Also:
Object.equals(java.lang.Object)