Klasse ApplicationCreateEvent
java.lang.Object
de.uplanet.lucy.server.businesslogic.adminapp.ApplicationCreateEvent
- Alle implementierten Schnittstellen:
IApplicationAdminEvent,IApplicationCreateEvent,IServerEvent,de.uplanet.lucy.server.events.ITimestampedEvent,Serializable
@Scriptable
public final class ApplicationCreateEvent
extends Object
implements IApplicationCreateEvent, Serializable
- Siehe auch:
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungApplicationCreateEvent(String p_strApplicationGuid) ApplicationCreateEvent(String p_strApplicationGuid, long p_lTimeStamp) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungThe the GUID of the application this event belongs to.long
-
Konstruktordetails
-
ApplicationCreateEvent
@ConstructorProperties("applicationGuid") public ApplicationCreateEvent(String p_strApplicationGuid) -
ApplicationCreateEvent
@ConstructorProperties({"applicationGuid","timestamp"}) public ApplicationCreateEvent(String p_strApplicationGuid, long p_lTimeStamp)
-
-
Methodendetails
-
getApplicationGuid
Beschreibung aus Schnittstelle kopiert:IApplicationAdminEventThe the GUID of the application this event belongs to.- Angegeben von:
getApplicationGuidin SchnittstelleIApplicationAdminEvent- Gibt zurück:
- The application GUID.
-
getTimestamp
public long getTimestamp()- Angegeben von:
getTimestampin Schnittstellede.uplanet.lucy.server.events.ITimestampedEvent
-