Class Target
java.lang.Object
net.adambruce.dsn.now.model.state.Target
DSN spacecraft (target) information.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanthe down leg range (m)getId()the ID of the targetgetName()the name of the spacecraftthe Round Trip Light Time (RTLT)the up leg range (m)inthashCode()voidsetDownLegRange(Long downLegRange) the down leg range (m)voidthe ID of the targetvoidthe name of the spacecraftvoidsetRoundTripLightTime(Duration roundTripLightTime) the Round Trip Light Time (RTLT)voidsetUpLegRange(Long upLegRange) the up leg range (m)toString()
-
Constructor Details
-
Target
public Target()
-
-
Method Details
-
getName
-
getId
-
getUpLegRange
-
getDownLegRange
-
getRoundTripLightTime
-
setName
the name of the spacecraft- Parameters:
name- the name of the spacecraft
-
setId
-
equals
-
hashCode
-
toString
-
setUpLegRange
the up leg range (m)- Parameters:
upLegRange- the up leg range (m)
-
setDownLegRange
the down leg range (m)- Parameters:
downLegRange- the down leg range (m)
-
setRoundTripLightTime
the Round Trip Light Time (RTLT)- Parameters:
roundTripLightTime- the RTLT
-