public class TextTypeWrapperMutableBeanImpl extends MutableBeanImpl implements TextTypeWrapperMutableBean
Constructor and Description |
---|
TextTypeWrapperMutableBeanImpl() |
TextTypeWrapperMutableBeanImpl(java.lang.String locale,
java.lang.String value) |
TextTypeWrapperMutableBeanImpl(TextTypeWrapper textType) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLocale() |
java.lang.String |
getValue() |
void |
setLocale(java.lang.String locale) |
void |
setValue(java.lang.String value) |
getStructureType
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getStructureType
public TextTypeWrapperMutableBeanImpl()
public TextTypeWrapperMutableBeanImpl(java.lang.String locale, java.lang.String value)
public TextTypeWrapperMutableBeanImpl(TextTypeWrapper textType)
public java.lang.String getLocale()
getLocale
in interface TextTypeWrapperMutableBean
public java.lang.String getValue()
getValue
in interface TextTypeWrapperMutableBean
public void setLocale(java.lang.String locale)
setLocale
in interface TextTypeWrapperMutableBean
public void setValue(java.lang.String value)
setValue
in interface TextTypeWrapperMutableBean