Klasse Payload

java.lang.Object
de.dlr.proseo.model.Payload

@Embeddable public class Payload extends Object
The payload of a spacecraft, e. g. the TROPOMI instrument of Sentinel-5P. A spacecraft may have multiple payloads.
Autor:
Dr. Thomas Bassler
  • Konstruktordetails

    • Payload

      public Payload()
  • Methodendetails

    • getName

      public String getName()
      Gets the payload name
      Gibt zurück:
      the name
    • setName

      public void setName(String name)
      Sets the payload name
      Parameter:
      name - the name to set
    • getDescription

      public String getDescription()
      Gets the payload description
      Gibt zurück:
      the description
    • setDescription

      public void setDescription(String description)
      Sets the payload description
      Parameter:
      description - the description to set
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • equals

      public boolean equals(Object obj)
      Setzt außer Kraft:
      equals in Klasse Object