TypeSetting

public class TypeSetting

The TypeSetting contains settings for the given MDS type. This class is related with table in database with the same name.

Constructors

TypeSetting

public TypeSetting()

TypeSetting

public TypeSetting(String name)

Methods

getDefaultValue

public String getDefaultValue()

getId

public Long getId()

getName

public String getName()

getTypeSettingOptions

public List<TypeSettingOption> getTypeSettingOptions()

getValueType

public Type getValueType()

setDefaultValue

public void setDefaultValue(String defaultValue)

setId

public void setId(Long id)

setName

public void setName(String name)

setTypeSettingOptions

public void setTypeSettingOptions(List<TypeSettingOption> typeSettingOptions)

setValueType

public void setValueType(Type valueType)