Class Dictionary

All Implemented Interfaces:
Serializable, IBaseEntity, ICoreEntity, IEntity, ISortableEntity

@Entity public class Dictionary extends SimpleEntity
See Also:
  • Constructor Details

    • Dictionary

      public Dictionary()
    • Dictionary

      public Dictionary(Dictionary source)
  • Method Details

    • getDictionaryType

      public Dictionary.DictionaryType getDictionaryType()
    • setDictionaryType

      public void setDictionaryType(Dictionary.DictionaryType dictionaryType)
    • getDictionaryItems

      public List<DictionaryItem> 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

      public void setDictionaryItems(List<DictionaryItem> dictionaryItems)
    • getInternalDescription

      public String getInternalDescription()
      Specified by:
      getInternalDescription in interface IEntity
      Overrides:
      getInternalDescription in class SimpleEntity
      Returns:
      Unique identifier in combination with entity class if internalDescription property is defined as unique. Might be null.