Klasse RestWorkflowOption

java.lang.Object
de.dlr.proseo.procmgr.rest.model.RestWorkflowOption
Alle implementierten Schnittstellen:
Serializable

public class RestWorkflowOption extends Object implements Serializable
Siehe auch:
  • Felddetails

    • serialVersionUID

      static final long serialVersionUID
      Siehe auch:
    • id

      protected Long id
      The persistent id of this object
    • version

      protected Long version
      A version identifier to track updates to the object (especially to detect concurrent update attempts)
    • missionCode

      protected String missionCode
      The mission code (e. g. S5P)
    • workflowName

      protected String workflowName
      Unique short name of the owning workflow
    • description

      protected String description
      Textual description of the workflow option
    • name

      protected String name
      Short name of the option
    • optionType

      protected String optionType
      Data type of the option, one of { string, number, datenumber }
    • defaultValue

      protected String defaultValue
      The default value of the option (from the value range, if applicable)
    • valueRange

      protected List<String> 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

      public Long getId()
      Returns the id.
      Gibt zurück:
      id
    • setId

      public void setId(Long id)
      Set the id.
      Parameter:
      id - the new id
    • getVersion

      public Long getVersion()
      Returns the version.
      Gibt zurück:
      version
    • setVersion

      public void setVersion(Long version)
      Set the version.
      Parameter:
      version - the new version
    • getMissionCode

      @NotNull public @NotNull String getMissionCode()
      Returns the missionCode.
      Gibt zurück:
      missionCode
    • setMissionCode

      public void setMissionCode(String missionCode)
      Set the missionCode.
      Parameter:
      missionCode - the new missionCode
    • getWorkflowName

      @NotNull public @NotNull String getWorkflowName()
      Returns the workflowName.
      Gibt zurück:
      workflowName
    • setWorkflowName

      public void setWorkflowName(String workflowName)
      Set the workflowName.
      Parameter:
      workflowName - the new workflowName
    • getDescription

      public String getDescription()
      Returns the description.
      Gibt zurück:
      description
    • setDescription

      public void setDescription(String description)
      Set the description.
      Parameter:
      description - the new description
    • getName

      @NotNull public @NotNull String getName()
      Returns the name.
      Gibt zurück:
      name
    • setName

      public void setName(String name)
      Set the name.
      Parameter:
      name - the new name
    • getOptionType

      @NotNull public @NotNull String getOptionType()
      Returns the optionType.
      Gibt zurück:
      optionType
    • setOptionType

      public void setOptionType(String optionType)
      Set the optionType.
      Parameter:
      optionType - the new optionType
    • getDefaultValue

      public String getDefaultValue()
      Returns the defaultValue.
      Gibt zurück:
      defaultValue
    • setDefaultValue

      public void setDefaultValue(String defaultValue)
      Set the defaultValue.
      Parameter:
      defaultValue - the new defaultValue
    • getValueRange

      @NotNull public @NotNull List<String> getValueRange()
      Returns the valueRange.
      Gibt zurück:
      valueRange
    • setValueRange

      public void setValueRange(List<String> valueRange)
      Set the valueRange.
      Parameter:
      valueRange - the new valueRange
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • equals

      public boolean equals(Object other)
      Setzt außer Kraft:
      equals in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object