Package mc.core.model.i18n
Class Dictionary
java.lang.Object
mc.core.model.base.EntityBase
mc.core.model.base.SimpleEntity
mc.core.model.i18n.Dictionary
- All Implemented Interfaces:
Serializable,IBaseEntity,ICoreEntity,IEntity,ISortableEntity
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic classused as name for the columnheader in the GUI ListNested classes/interfaces inherited from class mc.core.model.base.EntityBase
EntityBase.EntityComparator, EntityBase.Param -
Field Summary
Fields inherited from class mc.core.model.base.EntityBase
INTDESC_COLUMN_LENGTH -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCascadeType.REMOVE --> Wird ein Dictionary geloescht, werden auch dessen DictionaryItems geloescht Mit XMLMapType.RECURSE werden die DictionaryItem-Tags innerhalb des Dictionary-Tags eingefuegtvoidsetDictionaryItems(List<DictionaryItem> dictionaryItems) voidsetDictionaryType(Dictionary.DictionaryType dictionaryType) Methods inherited from class mc.core.model.base.SimpleEntity
getId, getIsActive, setId, setIsActiveMethods inherited from class mc.core.model.base.EntityBase
equals, getCollection, getDescription, getDescription, getFlag, getIsSystem, getName, getName, getNamespace, getPrio, hashCode, setCollection, setDescription, setDescription, setFlag, setInternalDescription, setIsSystem, setName, setName, setNamespace, setPrio, toString
-
Constructor Details
-
Dictionary
public Dictionary() -
Dictionary
-
-
Method Details
-
getDictionaryType
-
setDictionaryType
-
getDictionaryItems
CascadeType.REMOVE --> Wird ein Dictionary geloescht, werden auch dessen DictionaryItems geloescht Mit XMLMapType.RECURSE werden die DictionaryItem-Tags innerhalb des Dictionary-Tags eingefuegt -
setDictionaryItems
-
getInternalDescription
- Specified by:
getInternalDescriptionin interfaceIEntity- Overrides:
getInternalDescriptionin classSimpleEntity- Returns:
- Unique identifier in combination with entity class if internalDescription property is defined as unique.
Might be
null.
-