Interface Content
-
- All Known Implementing Classes:
DefaultContentImpl
public interface Content extends Copyable<Content>
Base content for all Nodes in the graph.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDescription()StringgetId()Set<Property>getProperties()Set<Role>getRoles()StringgetTitle()
-