Class SatelliteSpecification

  • All Implemented Interfaces:
    java.lang.Cloneable

    public class SatelliteSpecification
    extends java.lang.Object
    implements java.lang.Cloneable
    This class represents a satellite information specification. That is, it describes these regions is available at the Satellite Situation Center help.
    Version:
    $Revison: $
    Author:
    B. Harris
    • Constructor Summary

      Constructors 
      Constructor Description
      SatelliteSpecification()
      Constructs a SatelliteSpecification object with a default value.
      SatelliteSpecification​(java.lang.String id, int resolutionFactor)
      Constructs a SatelliteSpecification object with the given attribute values.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object clone()  
      java.lang.String getId()
      Gets the satellite identifier.
      int getResolutionFactor()
      Gets the resolution factor.
      void setId​(java.lang.String value)
      Sets the satellite identifier.
      void setResolutionFactor​(int value)
      Sets the resolution factor.
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait