Class MapSingleUseObjectAdapter

All Implemented Interfaces:
SingleUseObjectValueModel

public class MapSingleUseObjectAdapter extends AbstractSingleUseObjectModel<MapSingleUseObjectEntity>
Author:
Martin Kanis
  • Constructor Details

  • Method Details

    • getNotes

      public Map<String,String> getNotes()
      Description copied from interface: SingleUseObjectValueModel
      Returns unmodifiable map of all notes.
      Returns:
      see description. Returns empty map if no note is set, never returns null.
    • getNote

      public String getNote(String name)
      Description copied from interface: SingleUseObjectValueModel
      Returns value of the given note (or null when no note of this name is present)
      Returns:
      see description