Uses of Class
com.rapidtransform.org.model.Duration

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

Uses of Duration in com.rapidtransform.org.model
 

Methods in com.rapidtransform.org.model that return Duration
 Duration OrganizationEvent.getOffset()
           
 

Methods in com.rapidtransform.org.model with parameters of type Duration
 void OrganizationEvent.setOffset(Duration offset)
           
 

Uses of Duration in com.rapidtransform.spec.model
 

Methods in com.rapidtransform.spec.model that return Duration
 Duration Effectivity.getPeriod()
           
 

Methods in com.rapidtransform.spec.model with parameters of type Duration
 void Effectivity.setPeriod(Duration period)