Klasse RestProcessorClass

java.lang.Object
de.dlr.proseo.procmgr.rest.model.RestProcessorClass
Alle implementierten Schnittstellen:
Serializable

public class RestProcessorClass extends Object implements Serializable
Siehe auch:
  • Felddetails

    • serialVersionUID

      static final long serialVersionUID
      Siehe auch:
    • id

      protected Long id
      The persistent id of this object
    • version

      protected Long version
      A version identifier to track updates to the object (especially to detect concurrent update attempts)
    • missionCode

      protected String missionCode
      The mission code (e. g. S5P)
    • processorName

      protected String processorName
      User-defined unique processor class name
    • productClasses

      protected List<String> productClasses
      The product types of the product classes a processor of this class can generate
  • Konstruktordetails

    • RestProcessorClass

      public RestProcessorClass()
      Creates a new RestProcessorClass.
    • RestProcessorClass

      public RestProcessorClass(Long id, Long version, String missionCode, String processorName, List<String> productClasses)
      Creates a new RestProcessorClass.
  • Methodendetails

    • getId

      public Long getId()
      Returns the id.
      Gibt zurück:
      id
    • setId

      public void setId(Long id)
      Set the id.
      Parameter:
      id - the new id
    • getVersion

      public Long getVersion()
      Returns the version.
      Gibt zurück:
      version
    • setVersion

      public void setVersion(Long version)
      Set the version.
      Parameter:
      version - the new version
    • getMissionCode

      @NotNull public @NotNull String getMissionCode()
      Returns the missionCode.
      Gibt zurück:
      missionCode
    • setMissionCode

      public void setMissionCode(String missionCode)
      Set the missionCode.
      Parameter:
      missionCode - the new missionCode
    • getProcessorName

      @NotNull public @NotNull String getProcessorName()
      Returns the processorName.
      Gibt zurück:
      processorName
    • setProcessorName

      public void setProcessorName(String processorName)
      Set the processorName.
      Parameter:
      processorName - the new processorName
    • getProductClasses

      @NotNull public @NotNull List<String> getProductClasses()
      Returns the productClasses.
      Gibt zurück:
      productClasses
    • setProductClasses

      public void setProductClasses(List<String> productClasses)
      Set the productClasses.
      Parameter:
      productClasses - the new productClasses
    • hashCode

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

      public boolean equals(Object other)
      Setzt außer Kraft:
      equals in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object