Klasse RestSimplePolicy
java.lang.Object
de.dlr.proseo.prodclmgr.rest.model.RestSimplePolicy
- Alle implementierten Schnittstellen:
Serializable
- Siehe auch:
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected DeltaTimeT0
The delta time to apply to the start of the selection period.protected DeltaTimeT1
The delta time to apply to the end of the selection period.protected Long
The persistent id of this objectprotected String
The policy type to use; for acceptable values see ESA's Generic IPF Interface Specifications(Package privat) static final long
protected Long
A version identifier to track updates to the object (especially to detect concurrent update attempts) -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungCreates a new RestSimplePolicy.RestSimplePolicy
(Long id, Long version, String policyType, DeltaTimeT0 deltaTimeT0, DeltaTimeT1 deltaTimeT1) Creates a new RestSimplePolicy. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
@NotNull @Valid DeltaTimeT0
Returns the deltaTimeT0.@NotNull @Valid DeltaTimeT1
Returns the deltaTimeT1.getId()
Returns the id.@NotNull String
Returns the policyType.Returns the version.int
hashCode()
void
setDeltaTimeT0
(DeltaTimeT0 deltaTimeT0) Set the deltaTimeT0.void
setDeltaTimeT1
(DeltaTimeT1 deltaTimeT1) Set the deltaTimeT1.void
Set the id.void
setPolicyType
(String policyType) Set the policyType.void
setVersion
(Long version) Set the version.toString()
-
Felddetails
-
serialVersionUID
static final long serialVersionUID- Siehe auch:
-
id
The persistent id of this object -
version
A version identifier to track updates to the object (especially to detect concurrent update attempts) -
policyType
The policy type to use; for acceptable values see ESA's Generic IPF Interface Specifications -
deltaTimeT0
The delta time to apply to the start of the selection period. Delta times must not be negative (i. e. reduce the interval). Default is zero days -
deltaTimeT1
The delta time to apply to the end of the selection period. Delta times must not be negative (i. e. reduce the interval). Default is zero days
-
-
Konstruktordetails
-
RestSimplePolicy
public RestSimplePolicy()Creates a new RestSimplePolicy. -
RestSimplePolicy
public RestSimplePolicy(Long id, Long version, String policyType, DeltaTimeT0 deltaTimeT0, DeltaTimeT1 deltaTimeT1) Creates a new RestSimplePolicy.
-
-
Methodendetails
-
getId
Returns the id.- Gibt zurück:
- id
-
setId
Set the id.- Parameter:
id
- the new id
-
getVersion
Returns the version.- Gibt zurück:
- version
-
setVersion
Set the version.- Parameter:
version
- the new version
-
getPolicyType
Returns the policyType.- Gibt zurück:
- policyType
-
setPolicyType
Set the policyType.- Parameter:
policyType
- the new policyType
-
getDeltaTimeT0
Returns the deltaTimeT0.- Gibt zurück:
- deltaTimeT0
-
setDeltaTimeT0
Set the deltaTimeT0.- Parameter:
deltaTimeT0
- the new deltaTimeT0
-
getDeltaTimeT1
Returns the deltaTimeT1.- Gibt zurück:
- deltaTimeT1
-
setDeltaTimeT1
Set the deltaTimeT1.- Parameter:
deltaTimeT1
- the new deltaTimeT1
-
hashCode
public int hashCode() -
equals
-
toString
-