Klasse SelectionRuleString
java.lang.Object
de.dlr.proseo.prodclmgr.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 LongThe persistent id of this objectprotected StringProcessing modes as defined for the enclosing missionprotected StringA selection rule in Rule Language(Package privat) static final longprotected LongA version identifier to track updates to the object (especially to detect concurrent update attempts) -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanReturns the configuredProcessors.getId()Returns the id.getMode()Returns the mode.@NotNull StringReturns the selectionRule.Returns the version.inthashCode()voidsetConfiguredProcessors(List<String> configuredProcessors) Set the configuredProcessors.voidSet the id.voidSet the mode.voidsetSelectionRule(String selectionRule) Set the selectionRule.voidsetVersion(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
-