Package MarcSync

Class Entry


  • public class Entry
    extends Object
    • Method Detail

      • getValues

        public EntryData getValues()
        Returns:
        The EntryData object of the entry

        Note: This method is useful if you want to get the values of the entry.

        See Also:
        EntryData
      • getValue

        public Object getValue​(String key)
        Parameters:
        key - The key of the value to get
        Returns:
        The value of the specified key

        Note: This method is useful if you want to get the value of a specific key without specifying the type.

        See Also:
        EntryData
      • getCollectionName

        public String getCollectionName()
        Returns:
        The name of the collection of the entry