Uses of Class
de.dlr.proseo.prodclmgr.rest.model.DeltaTimeT0
Packages that use DeltaTimeT0
Package
Description
Utility classes for the prosEO Product Class Manager component
-
Uses of DeltaTimeT0 in de.dlr.proseo.prodclmgr.rest.model
Fields in de.dlr.proseo.prodclmgr.rest.model declared as DeltaTimeT0Modifier and TypeFieldDescriptionprotected DeltaTimeT0RestSimplePolicy.deltaTimeT0The delta time to apply to the start of the selection period.Methods in de.dlr.proseo.prodclmgr.rest.model that return DeltaTimeT0Modifier and TypeMethodDescription@NotNull @Valid DeltaTimeT0RestSimplePolicy.getDeltaTimeT0()Returns the deltaTimeT0.Methods in de.dlr.proseo.prodclmgr.rest.model with parameters of type DeltaTimeT0Modifier and TypeMethodDescriptionvoidRestSimplePolicy.setDeltaTimeT0(DeltaTimeT0 deltaTimeT0) Set the deltaTimeT0.Constructors in de.dlr.proseo.prodclmgr.rest.model with parameters of type DeltaTimeT0ModifierConstructorDescriptionRestSimplePolicy(Long id, Long version, String policyType, DeltaTimeT0 deltaTimeT0, DeltaTimeT1 deltaTimeT1) Creates a new RestSimplePolicy.