.. java:import:: javax.jdo.annotations Column .. java:import:: javax.jdo.annotations Element .. java:import:: javax.jdo.annotations IdGeneratorStrategy .. java:import:: javax.jdo.annotations IdentityType .. java:import:: javax.jdo.annotations Join .. java:import:: javax.jdo.annotations PersistenceCapable .. java:import:: javax.jdo.annotations Persistent .. java:import:: javax.jdo.annotations PrimaryKey .. java:import:: java.util List TypeSetting =========== .. java:package:: org.motechproject.mds.domain :noindex: .. java:type:: @PersistenceCapable 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 ^^^^^^^^^^^ .. java:constructor:: public TypeSetting() :outertype: TypeSetting TypeSetting ^^^^^^^^^^^ .. java:constructor:: public TypeSetting(String name) :outertype: TypeSetting Methods ------- getDefaultValue ^^^^^^^^^^^^^^^ .. java:method:: public String getDefaultValue() :outertype: TypeSetting getId ^^^^^ .. java:method:: public Long getId() :outertype: TypeSetting getName ^^^^^^^ .. java:method:: public String getName() :outertype: TypeSetting getTypeSettingOptions ^^^^^^^^^^^^^^^^^^^^^ .. java:method:: public List getTypeSettingOptions() :outertype: TypeSetting getValueType ^^^^^^^^^^^^ .. java:method:: public Type getValueType() :outertype: TypeSetting setDefaultValue ^^^^^^^^^^^^^^^ .. java:method:: public void setDefaultValue(String defaultValue) :outertype: TypeSetting setId ^^^^^ .. java:method:: public void setId(Long id) :outertype: TypeSetting setName ^^^^^^^ .. java:method:: public void setName(String name) :outertype: TypeSetting setTypeSettingOptions ^^^^^^^^^^^^^^^^^^^^^ .. java:method:: public void setTypeSettingOptions(List typeSettingOptions) :outertype: TypeSetting setValueType ^^^^^^^^^^^^ .. java:method:: public void setValueType(Type valueType) :outertype: TypeSetting