com.rapidtransform.org.model
Class Duration

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

public class Duration
extends AbstractBaseModel
implements TimePeriod

This class defines a duration of time. The duration is defined with a number and the units (for example days) for the number.

Author:
S. Werner
See Also:
Serialized Form

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

Duration

public Duration()