.. java:import:: java.io Serializable VerySparseEntity ================ .. java:package:: org.caosdb.server.database.proto :noindex: .. java:type:: public class VerySparseEntity implements Serializable VerySparseEntity is used for storing only id, name, description, and role of an Entity. That's basically everything stored to the entities table and everything which is needed for a constructing a ParentEntity. :author: tf Fields ------ acl ^^^ .. java:field:: public String acl :outertype: VerySparseEntity description ^^^^^^^^^^^ .. java:field:: public String description :outertype: VerySparseEntity id ^^ .. java:field:: public String id :outertype: VerySparseEntity name ^^^^ .. java:field:: public String name :outertype: VerySparseEntity role ^^^^ .. java:field:: public String role :outertype: VerySparseEntity