Klasse RestOrbitQuery
java.lang.Object
de.dlr.proseo.interfaces.rest.model.RestOrbitQuery
- Alle implementierten Schnittstellen:
- Serializable
- Siehe auch:
- 
FeldübersichtFelder
- 
KonstruktorübersichtKonstruktorenKonstruktorBeschreibungCreates a new RestOrbitQuery.RestOrbitQuery(String spacecraftCode, Long orbitNumberFrom, Long orbitNumberTo) Creates a new RestOrbitQuery.
- 
MethodenübersichtModifizierer und TypMethodeBeschreibungboolean@NotNull LongReturns the orbitNumberFrom.@NotNull LongReturns the orbitNumberTo.@NotNull StringReturns the spacecraftCode.inthashCode()voidsetOrbitNumberFrom(Long orbitNumberFrom) Set the orbitNumberFrom.voidsetOrbitNumberTo(Long orbitNumberTo) Set the orbitNumberTo.voidsetSpacecraftCode(String spacecraftCode) Set the spacecraftCode.toString()
- 
Felddetails- 
serialVersionUIDstatic final long serialVersionUID- Siehe auch:
 
- 
spacecraftCode
- 
orbitNumberFrom
- 
orbitNumberTo
 
- 
- 
Konstruktordetails- 
RestOrbitQuerypublic RestOrbitQuery()Creates a new RestOrbitQuery.
- 
RestOrbitQueryCreates a new RestOrbitQuery.
 
- 
- 
Methodendetails- 
getSpacecraftCodeReturns the spacecraftCode.- Gibt zurück:
- spacecraftCode
 
- 
setSpacecraftCodeSet the spacecraftCode.- Parameter:
- spacecraftCode- the new spacecraftCode
 
- 
getOrbitNumberFromReturns the orbitNumberFrom.- Gibt zurück:
- orbitNumberFrom
 
- 
setOrbitNumberFromSet the orbitNumberFrom.- Parameter:
- orbitNumberFrom- the new orbitNumberFrom
 
- 
getOrbitNumberToReturns the orbitNumberTo.- Gibt zurück:
- orbitNumberTo
 
- 
setOrbitNumberToSet the orbitNumberTo.- Parameter:
- orbitNumberTo- the new orbitNumberTo
 
- 
hashCodepublic int hashCode()
- 
equals
- 
toString
 
-