Class SelectionRuleString
java.lang.Object
de.dlr.proseo.prodclmgr.rest.model.SelectionRuleString
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionA 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 private) static final longprotected LongA version identifier to track updates to the object (especially to detect concurrent update attempts) -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns 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()
-
Field Details
-
serialVersionUID
static final long serialVersionUID- See Also:
-
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
-
-
Constructor Details
-
Method Details
-
getId
Returns the id.- Returns:
- id
-
setId
Set the id.- Parameters:
id- the new id
-
getVersion
Returns the version.- Returns:
- version
-
setVersion
Set the version.- Parameters:
version- the new version
-
getSelectionRule
Returns the selectionRule.- Returns:
- selectionRule
-
setSelectionRule
Set the selectionRule.- Parameters:
selectionRule- the new selectionRule
-
getMode
Returns the mode.- Returns:
- mode
-
setMode
Set the mode.- Parameters:
mode- the new mode
-
getConfiguredProcessors
Returns the configuredProcessors.- Returns:
- configuredProcessors
-
setConfiguredProcessors
Set the configuredProcessors.- Parameters:
configuredProcessors- the new configuredProcessors
-
hashCode
public int hashCode() -
equals
-
toString
-