ie.deri.wsmx.datamodel.event
Class EventTypeHandle

java.lang.Object
  extended byie.deri.wsmx.datamodel.event.EventTypeHandle
All Implemented Interfaces:
java.io.Serializable

public class EventTypeHandle
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
EventTypeHandle(EventType eventType, EventStatus eventStatus)
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 EventStatus getEventStatus()
           
 EventType getEventType()
           
static void main(java.lang.String[] args)
           
 void setEventStatus(EventStatus status)
           
 void setEventType(EventType type)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventTypeHandle

public EventTypeHandle(EventType eventType,
                       EventStatus eventStatus)
Method Detail

getEventStatus

public EventStatus getEventStatus()
Returns:

getEventType

public EventType getEventType()
Returns:

setEventStatus

public void setEventStatus(EventStatus status)
Parameters:
status -

setEventType

public void setEventType(EventType type)
Parameters:
type -

equals

public boolean equals(java.lang.Object object)

main

public static void main(java.lang.String[] args)