portal.event
Class PortalEventType

java.lang.Object
  extended byportal.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

Field Summary
static I_PortalEventType FLUSH_CACHES
           
static I_PortalEventType RECOMPILE_XSLT
           
static I_PortalEventType SESSION_DESTROYED
           
 
Constructor Summary
PortalEventType(int typeId, java.lang.String name)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getName()
           
 java.lang.Integer getTypeId()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

PortalEventType

public PortalEventType(int typeId,
                       java.lang.String name)
Method Detail

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)