atg.service.webappregistry
Class WebAppEvent

java.lang.Object
  extended by java.util.EventObject
      extended by atg.service.event.GenericEvent
          extended by atg.service.webappregistry.WebAppEvent
All Implemented Interfaces:
java.io.Serializable

public class WebAppEvent
extends GenericEvent

See Also:
Serialized Form

Field Summary
static java.lang.String CLASS_VERSION
           
 
Fields inherited from class atg.service.event.GenericEvent
ALL_TYPES, mDate, mTime, mTimestamp, mType, TYPE_VANILLA
 
Fields inherited from class java.util.EventObject
source
 
Method Summary
 WebApp getWebApp()
           
 void setWebApp(WebApp pWebApp)
           
 
Methods inherited from class atg.service.event.GenericEvent
getAllTypes, getSource, getTime, getTimeAsDate, getTimeAsTimestamp, getType
 
Methods inherited from class java.util.EventObject
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Method Detail

setWebApp

public void setWebApp(WebApp pWebApp)

getWebApp

public WebApp getWebApp()