Package de.dlr.proseo.procmgr.rest.model
Klasse RestWorkflowOption
java.lang.Object
de.dlr.proseo.procmgr.rest.model.RestWorkflowOption
- Alle implementierten Schnittstellen:
Serializable
- Siehe auch:
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected StringThe default value of the option (from the value range, if applicable)protected StringTextual description of the workflow optionprotected LongThe persistent id of this objectprotected StringThe mission code (e. g.protected StringShort name of the optionprotected StringData type of the option, one of { string, number, datenumber }(Package privat) static final longList of all possible values of the optionprotected LongA version identifier to track updates to the object (especially to detect concurrent update attempts)protected StringUnique short name of the owning workflow -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanReturns the defaultValue.Returns the description.getId()Returns the id.@NotNull StringReturns the missionCode.@NotNull StringgetName()Returns the name.@NotNull StringReturns the optionType.Returns the valueRange.Returns the version.@NotNull StringReturns the workflowName.inthashCode()voidsetDefaultValue(String defaultValue) Set the defaultValue.voidsetDescription(String description) Set the description.voidSet the id.voidsetMissionCode(String missionCode) Set the missionCode.voidSet the name.voidsetOptionType(String optionType) Set the optionType.voidsetValueRange(List<String> valueRange) Set the valueRange.voidsetVersion(Long version) Set the version.voidsetWorkflowName(String workflowName) Set the workflowName.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) -
missionCode
The mission code (e. g. S5P) -
workflowName
Unique short name of the owning workflow -
description
Textual description of the workflow option -
name
Short name of the option -
optionType
Data type of the option, one of { string, number, datenumber } -
defaultValue
The default value of the option (from the value range, if applicable) -
valueRange
List of all possible values of the option
-
-
Konstruktordetails
-
RestWorkflowOption
public RestWorkflowOption()Creates a new RestWorkflowOption. -
RestWorkflowOption
public RestWorkflowOption(Long id, Long version, String missionCode, String workflowName, String description, String name, String optionType, String defaultValue, List<String> valueRange) Creates a new RestWorkflowOption.
-
-
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
-
getMissionCode
Returns the missionCode.- Gibt zurück:
- missionCode
-
setMissionCode
Set the missionCode.- Parameter:
missionCode- the new missionCode
-
getWorkflowName
Returns the workflowName.- Gibt zurück:
- workflowName
-
setWorkflowName
Set the workflowName.- Parameter:
workflowName- the new workflowName
-
getDescription
Returns the description.- Gibt zurück:
- description
-
setDescription
Set the description.- Parameter:
description- the new description
-
getName
Returns the name.- Gibt zurück:
- name
-
setName
Set the name.- Parameter:
name- the new name
-
getOptionType
Returns the optionType.- Gibt zurück:
- optionType
-
setOptionType
Set the optionType.- Parameter:
optionType- the new optionType
-
getDefaultValue
Returns the defaultValue.- Gibt zurück:
- defaultValue
-
setDefaultValue
Set the defaultValue.- Parameter:
defaultValue- the new defaultValue
-
getValueRange
Returns the valueRange.- Gibt zurück:
- valueRange
-
setValueRange
Set the valueRange.- Parameter:
valueRange- the new valueRange
-
hashCode
public int hashCode() -
equals
-
toString
-