Class Entry


  • public class Entry
    extends java.lang.Object
    used for the serialisation/unserialisation of the json object It is currently used both for container and folder
    • Constructor Summary

      Constructors 
      Constructor Description
      Entry​(java.lang.String name)
      Creates a new Entry associated with a param name
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      Getter for name from Entry class
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Entry

        public Entry​(java.lang.String name)
        Creates a new Entry associated with a param name
        Parameters:
        name - to associate with a new Entry
    • Method Detail

      • getName

        public java.lang.String getName()
        Getter for name from Entry class
        Returns:
        name