Uses of Interface
com.rapidtransform.org.model.DatedEvent

Packages that use DatedEvent
com.rapidtransform.org.model   
com.rapidtransform.spec.model   
 

Uses of DatedEvent in com.rapidtransform.org.model
 

Classes in com.rapidtransform.org.model that implement DatedEvent
 class DateTime
          This class wraps a date and time and associates it with it's association class.
 class OrganizationEvent
          An OrganizationEvent is a point in time relative to an event.
 

Uses of DatedEvent in com.rapidtransform.spec.model
 

Methods in com.rapidtransform.spec.model that return DatedEvent
 DatedEvent Effectivity.getEnd()
           
 DatedEvent Effectivity.getStart()
           
 

Methods in com.rapidtransform.spec.model with parameters of type DatedEvent
 void Effectivity.setEnd(DatedEvent end)
           
 void Effectivity.setStart(DatedEvent start)