Class Spacecraft
java.lang.Object
net.adambruce.dsn.now.model.config.Spacecraft
DSN spacecraft information.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanthe explorer name of the spacecraftthe friendly acronym of the spacecraftthe friendly name of the spacecraftgetName()the name of the spacecraftwhether the spacecraft has a thumbnail (used by DSN Now webpage)inthashCode()voidsetExplorerName(String explorerName) the explorer name of the spacecraftvoidsetFriendlyAcronym(String friendlyAcronym) the friendly acronym of the spacecraftvoidsetFriendlyName(String friendlyName) the friendly name of the spacecraftvoidthe name of the spacecraftvoidsetThumbnail(Boolean thumbnail) whether the spacecraft has a thumbnail (used by DSN Now webpage)toString()
-
Constructor Details
-
Spacecraft
public Spacecraft()
-
-
Method Details
-
getName
-
getExplorerName
the explorer name of the spacecraft- Returns:
- the explorer name of the spacecraft
-
getFriendlyAcronym
the friendly acronym of the spacecraft- Returns:
- the friendly acronym of the spacecraft
-
getFriendlyName
the friendly name of the spacecraft- Returns:
- the friendly name of the spacecraft
-
getThumbnail
whether the spacecraft has a thumbnail (used by DSN Now webpage)- Returns:
- true if the spacecraft has a thumbnail
-
setName
the name of the spacecraft- Parameters:
name- the name of the spacecraft
-
setExplorerName
the explorer name of the spacecraft- Parameters:
explorerName- the explorer name of the spacecraft
-
setFriendlyAcronym
the friendly acronym of the spacecraft- Parameters:
friendlyAcronym- the friendly acronym of the spacecraft
-
setFriendlyName
the friendly name of the spacecraft- Parameters:
friendlyName- the friendly name of the spacecraft
-
setThumbnail
whether the spacecraft has a thumbnail (used by DSN Now webpage)- Parameters:
thumbnail- whether the spacecraft has a thumbnail
-
equals
-
hashCode
-
toString
-