Package mc.core.domain.i18n.text
Class TextValueTO
java.lang.Object
mc.core.domain.i18n.text.TextValueTO
- All Implemented Interfaces:
Serializable
transfer object for setting shared or exclusive text data
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTextValueTO(String text, Locale locale) TextValueTO(Map<Locale, String> map) TextValueTO(TextValueTO source) -
Method Summary
Modifier and TypeMethodDescriptiongetText()setConcept(String concept) setCopyExisting(boolean copyExisting) setCorrection(boolean correction) setExternalKey(String externalKey) setMasterEntity(IBaseEntity masterEntity) setTextType(String textType) toString()