Klasse SelectionRuleString

java.lang.Object
de.dlr.proseo.interfaces.rest.model.SelectionRuleString
Alle implementierten Schnittstellen:
Serializable

public class SelectionRuleString 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)
    • selectionRule

      protected String selectionRule
      A selection rule in Rule Language
    • mode

      protected String mode
      Processing modes as defined for the enclosing mission
    • configuredProcessors

      protected List<String> configuredProcessors
      A list of identifiers for processor configurations, for which this rule is applicable
  • Konstruktordetails

    • SelectionRuleString

      public SelectionRuleString()
      Creates a new SelectionRuleString.
    • SelectionRuleString

      public SelectionRuleString(Long id, Long version, String selectionRule, String mode, List<String> configuredProcessors)
      Creates a new SelectionRuleString.
  • 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
    • getSelectionRule

      @NotNull public @NotNull String getSelectionRule()
      Returns the selectionRule.
      Gibt zurück:
      selectionRule
    • setSelectionRule

      public void setSelectionRule(String selectionRule)
      Set the selectionRule.
      Parameter:
      selectionRule - the new selectionRule
    • getMode

      public String getMode()
      Returns the mode.
      Gibt zurück:
      mode
    • setMode

      public void setMode(String mode)
      Set the mode.
      Parameter:
      mode - the new mode
    • getConfiguredProcessors

      @NotNull public @NotNull List<String> getConfiguredProcessors()
      Returns the configuredProcessors.
      Gibt zurück:
      configuredProcessors
    • setConfiguredProcessors

      public void setConfiguredProcessors(List<String> configuredProcessors)
      Set the configuredProcessors.
      Parameter:
      configuredProcessors - the new configuredProcessors
    • 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