@Id
@GeneratedValue(generatorRef = "nodeIdGenerator")
internal var id: String?

Id of this node, null if not persisted in the database yet