Package mc.core.model.i18n
Class TextSet
java.lang.Object
mc.core.model.i18n.TextSet
- All Implemented Interfaces:
Serializable,IBaseEntity,ICoreEntity,Resource
container entity for a text translated in different locales with it's own lifecycle. basic object of textpool feature
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanlonggetId()getVersion(Locale locale) inthashCode()booleanbooleanisShared()voidsetConcept(String concept) voidsetExternalKey(String externalKey) voidsetId(long id) voidsetProtect(boolean protect) voidvoidsetVersions(List<TextVersion> versions) toString()for testing/debugging
-
Constructor Details
-
TextSet
public TextSet() -
TextSet
-
TextSet
-
-
Method Details
-
getId
public long getId()- Specified by:
getIdin interfaceIBaseEntity
-
setId
public void setId(long id) - Specified by:
setIdin interfaceIBaseEntity
-
getTextType
-
getConcept
-
setConcept
-
getExternalKey
-
setExternalKey
-
isProtect
public boolean isProtect() -
setProtect
public void setProtect(boolean protect) -
getDateCreated
-
getDateModified
-
getValues
-
setValues
-
getVersions
-
setVersions
-
getValue
-
getText
-
getLocales
-
getVersion
-
equals
-
hashCode
public int hashCode() -
toString
for testing/debugging
-