Klasse SelectionRuleString
java.lang.Object
de.dlr.proseo.interfaces.rest.model.SelectionRuleString
- Alle implementierten Schnittstellen:
Serializable
- Siehe auch:
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungA list of identifiers for processor configurations, for which this rule is applicableprotected Long
The persistent id of this objectprotected String
Processing modes as defined for the enclosing missionprotected String
A selection rule in Rule Language(Package privat) static final long
protected Long
A version identifier to track updates to the object (especially to detect concurrent update attempts) -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
Returns the configuredProcessors.getId()
Returns the id.getMode()
Returns the mode.@NotNull String
Returns the selectionRule.Returns the version.int
hashCode()
void
setConfiguredProcessors
(List<String> configuredProcessors) Set the configuredProcessors.void
Set the id.void
Set the mode.void
setSelectionRule
(String selectionRule) Set the selectionRule.void
setVersion
(Long version) Set the version.toString()
-
Felddetails
-
serialVersionUID
static final long serialVersionUID- Siehe auch:
-
id
The persistent id of this object -
version
A version identifier to track updates to the object (especially to detect concurrent update attempts) -
selectionRule
A selection rule in Rule Language -
mode
Processing modes as defined for the enclosing mission -
configuredProcessors
A list of identifiers for processor configurations, for which this rule is applicable
-
-
Konstruktordetails
-
Methodendetails
-
getId
Returns the id.- Gibt zurück:
- id
-
setId
Set the id.- Parameter:
id
- the new id
-
getVersion
Returns the version.- Gibt zurück:
- version
-
setVersion
Set the version.- Parameter:
version
- the new version
-
getSelectionRule
Returns the selectionRule.- Gibt zurück:
- selectionRule
-
setSelectionRule
Set the selectionRule.- Parameter:
selectionRule
- the new selectionRule
-
getMode
Returns the mode.- Gibt zurück:
- mode
-
setMode
Set the mode.- Parameter:
mode
- the new mode
-
getConfiguredProcessors
Returns the configuredProcessors.- Gibt zurück:
- configuredProcessors
-
setConfiguredProcessors
Set the configuredProcessors.- Parameter:
configuredProcessors
- the new configuredProcessors
-
hashCode
public int hashCode() -
equals
-
toString
-