Class Spacecraft

java.lang.Object
net.adambruce.dsn.now.model.config.Spacecraft

public class Spacecraft extends Object
DSN spacecraft information.
  • Constructor Details

    • Spacecraft

      public Spacecraft()
  • Method Details

    • getName

      public String getName()
      the name of the spacecraft
      Returns:
      the name of the spacecraft
    • getExplorerName

      public String getExplorerName()
      the explorer name of the spacecraft
      Returns:
      the explorer name of the spacecraft
    • getFriendlyAcronym

      public String getFriendlyAcronym()
      the friendly acronym of the spacecraft
      Returns:
      the friendly acronym of the spacecraft
    • getFriendlyName

      public String getFriendlyName()
      the friendly name of the spacecraft
      Returns:
      the friendly name of the spacecraft
    • getThumbnail

      public Boolean getThumbnail()
      whether the spacecraft has a thumbnail (used by DSN Now webpage)
      Returns:
      true if the spacecraft has a thumbnail
    • setName

      public void setName(String name)
      the name of the spacecraft
      Parameters:
      name - the name of the spacecraft
    • setExplorerName

      public void setExplorerName(String explorerName)
      the explorer name of the spacecraft
      Parameters:
      explorerName - the explorer name of the spacecraft
    • setFriendlyAcronym

      public void setFriendlyAcronym(String friendlyAcronym)
      the friendly acronym of the spacecraft
      Parameters:
      friendlyAcronym - the friendly acronym of the spacecraft
    • setFriendlyName

      public void setFriendlyName(String friendlyName)
      the friendly name of the spacecraft
      Parameters:
      friendlyName - the friendly name of the spacecraft
    • setThumbnail

      public void setThumbnail(Boolean thumbnail)
      whether the spacecraft has a thumbnail (used by DSN Now webpage)
      Parameters:
      thumbnail - whether the spacecraft has a thumbnail
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object