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 String
The default value of the option (from the value range, if applicable)protected String
Textual description of the workflow optionprotected Long
The persistent id of this objectprotected String
The mission code (e. g.protected String
Short name of the optionprotected String
Data type of the option, one of { string, number, datenumber }(Package privat) static final long
List of all possible values of the optionprotected Long
A version identifier to track updates to the object (especially to detect concurrent update attempts)protected String
Unique short name of the owning workflow -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
Returns the defaultValue.Returns the description.getId()
Returns the id.@NotNull String
Returns the missionCode.@NotNull String
getName()
Returns the name.@NotNull String
Returns the optionType.Returns the valueRange.Returns the version.@NotNull String
Returns the workflowName.int
hashCode()
void
setDefaultValue
(String defaultValue) Set the defaultValue.void
setDescription
(String description) Set the description.void
Set the id.void
setMissionCode
(String missionCode) Set the missionCode.void
Set the name.void
setOptionType
(String optionType) Set the optionType.void
setValueRange
(List<String> valueRange) Set the valueRange.void
setVersion
(Long version) Set the version.void
setWorkflowName
(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
-