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