com.rapidtransform.org.model
Class OrganizationEvent
java.lang.Object
com.rapidtransform.core.model.AbstractBaseModel
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
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 |
OrganizationEvent
public OrganizationEvent()
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.