FieldParameter

public class FieldParameter extends Parameter

Represents a single field of the TaskDataProviderObject that is part of the TaskDataProvider.

Constructors

FieldParameter

public FieldParameter()

Constructor.

FieldParameter

public FieldParameter(String displayName, String fieldKey)

Constructor.

Parameters:
  • displayName – the parameter display name
  • fieldKey – the field key

FieldParameter

public FieldParameter(String displayName, String fieldKey, ParameterType type)

Constructor.

Parameters:
  • displayName – the parameter display name
  • fieldKey – the field key
  • type – the parameter type

Methods

equals

public boolean equals(Object obj)

getFieldKey

public String getFieldKey()

hashCode

public int hashCode()

setFieldKey

public void setFieldKey(String fieldKey)

toDto

public FieldParameterDto toDto()

toString

public String toString()