Class 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.
Author:
Dr. Thomas Bassler
  • Constructor Details

    • Payload

      public Payload()
  • Method Details

    • getName

      public String getName()
      Gets the payload name
      Returns:
      the name
    • setName

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

      public String getDescription()
      Gets the payload description
      Returns:
      the description
    • setDescription

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

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

      public boolean equals(Object obj)
      Overrides:
      equals in class Object