Package fr.gouv.vitam.workspace.common
Class Entry
- java.lang.Object
-
- fr.gouv.vitam.workspace.common.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
-