Klasse DeltaTimeT0
java.lang.Object
de.dlr.proseo.prodclmgr.rest.model.DeltaTimeT0
- Alle implementierten Schnittstellen:
Serializable
- Siehe auch:
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungCreates a new DeltaTimeT0.DeltaTimeT0
(Long duration, String unit) Creates a new DeltaTimeT0. -
Methodenübersicht
-
Felddetails
-
serialVersionUID
static final long serialVersionUID- Siehe auch:
-
duration
The duration of the time period in time units -
unit
The time unit applicable for this time period (one of { "DAYS", "HOURS", "MINUTES", "SECONDS" })
-
-
Konstruktordetails
-
DeltaTimeT0
public DeltaTimeT0()Creates a new DeltaTimeT0. -
DeltaTimeT0
Creates a new DeltaTimeT0.
-
-
Methodendetails
-
getDuration
Returns the duration.- Gibt zurück:
- duration
-
setDuration
Set the duration.- Parameter:
duration
- the new duration
-
getUnit
Returns the unit.- Gibt zurück:
- unit
-
setUnit
Set the unit.- Parameter:
unit
- the new unit
-
hashCode
public int hashCode() -
equals
-
toString
-