wt.audit.eventinfo
Interface EventInfo

All Superinterfaces:
NetFactor, ObjectMappable, Persistable, Serializable
All Known Implementing Classes:
AccessRuleEventInfo, ActionItemEventInfo, AdHocEventInfo, CADNameChangeEventInfo, CustomEventInfo, ExecObjectEventInfo, GroupEventInfo, LocationChangeEventInfo, NotAuthorizedEventInfo, ProjectEventInfo, RenameEventInfo, TeamEventRolePoolInfo, TeamEventRolePrincipalInfo, WfVariableEventInfo

public interface EventInfo
extends Persistable



Supported API: false

Extendable: false


Field Summary
static String EVENT
          Label for the attribute.
static String EVENT_REFERENCE
          Label for the attribute.
 
Fields inherited from interface wt.fc.Persistable
IDENTITY, PERSIST_INFO, TYPE
 
Method Summary
 ProjectAuditEvent getEvent()
          Gets the object for the association that plays role: EVENT.
 ObjectReference getEventReference()
          Gets the value of the attribute: EVENT_REFERENCE.
 void setEvent(ProjectAuditEvent a_Event)
          Sets the object for the association that plays role: EVENT.
 void setEventReference(ObjectReference a_EventReference)
          Sets the value of the attribute: EVENT_REFERENCE.
 
Methods inherited from interface wt.fc.Persistable
checkAttributes, getIdentity, getPersistInfo, getType, setPersistInfo
 
Methods inherited from interface wt.fc.ObjectMappable
readExternal, writeExternal
 
Methods inherited from interface wt.fc.NetFactor
getClassInfo, getConceptualClassname
 

Field Detail

EVENT

public static final String EVENT
Label for the attribute.

Supported API: false

See Also:
Constant Field Values

EVENT_REFERENCE

public static final String EVENT_REFERENCE
Label for the attribute.

Supported API: false

See Also:
Constant Field Values
Method Detail

getEvent

public ProjectAuditEvent getEvent()
Gets the object for the association that plays role: EVENT.

Supported API: false

Returns:
ProjectAuditEvent

setEvent

public void setEvent(ProjectAuditEvent a_Event)
              throws WTPropertyVetoException,
                     WTException
Sets the object for the association that plays role: EVENT.

Supported API: false

Parameters:
a_Event -
Throws:
WTPropertyVetoException
WTException

getEventReference

public ObjectReference getEventReference()
Gets the value of the attribute: EVENT_REFERENCE.

Supported API: false

Returns:
ObjectReference

setEventReference

public void setEventReference(ObjectReference a_EventReference)
                       throws WTPropertyVetoException
Sets the value of the attribute: EVENT_REFERENCE.

Supported API: false

Parameters:
a_EventReference -
Throws:
WTPropertyVetoException