com.rapidtransform.org.model
Class OrganizationEvent

java.lang.Object
  extended by com.rapidtransform.core.model.AbstractBaseModel
      extended by com.rapidtransform.org.model.OrganizationEvent
All Implemented Interfaces:
Model, DatedEvent, OrganizationElement, TimePeriod, java.io.Serializable

public class OrganizationEvent
extends AbstractBaseModel
implements DatedEvent, TimePeriod, OrganizationElement

An OrganizationEvent is a point in time relative to an event.

Author:
S. Werner
See Also:
Serialized Form

Constructor Summary
OrganizationEvent()
           
 
Method Summary
 OrganizationalData getContext()
           
 java.lang.String getDescription()
           
 java.lang.String getEventType()
           
 Duration getOffset()
           
 void setContext(OrganizationalData context)
           
 void setDescription(java.lang.String description)
           
 void setEventType(java.lang.String eventType)
           
 void setOffset(Duration offset)
           
 
Methods inherited from class com.rapidtransform.core.model.AbstractBaseModel
equals, generateUuid, getId, getMetaTypeName, getPropertyHolder, getUuid, hashCode, setId, setMetaTypeName, setPropertyHolder, setUuid
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrganizationEvent

public OrganizationEvent()
Method Detail

getContext

public OrganizationalData getContext()
Returns:
Returns the context.

setContext

public void setContext(OrganizationalData context)
Parameters:
context - The context to set.

getDescription

public java.lang.String getDescription()
Returns:
Returns the description.

setDescription

public void setDescription(java.lang.String description)
Parameters:
description - The description to set.

getEventType

public java.lang.String getEventType()
Returns:
Returns the eventType.

setEventType

public void setEventType(java.lang.String eventType)
Parameters:
eventType - The eventType to set.

getOffset

public Duration getOffset()
Returns:
Returns the offset.

setOffset

public void setOffset(Duration offset)
Parameters:
offset - The offset to set.