com.rapidtransform.org.model
Class DateTime

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

public class DateTime
extends AbstractBaseModel
implements DatedEvent, TimePeriod

This class wraps a date and time and associates it with it's association class. TODO analysis on the need for encapsulating Calendar in DateTime. Is it possible to accomplish this with only Calendar?

Author:
S. Werner
See Also:
Serialized Form

Constructor Summary
DateTime()
           
 
Method Summary
 
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

DateTime

public DateTime()