Package io.vertigo.core.node.definition
Class DefinitionId<D extends Definition>
java.lang.Object
io.vertigo.core.node.definition.DefinitionId<D>
- Record Components:
The- fullName of the definition (must start with the prefix) prefix The prefix
- All Implemented Interfaces:
Serializable
A definition is identified by an id called DefinitionId
This id is composed of
- a prefix
- a shortName
- a link towards the Definition
fullName = prefix + shortName
- Author:
- pchretien
- See Also:
-
Method Summary