public ProfileNode(VersionNode parent, String id, Map<String,Object> data, Fabric8Node fabric) {
super(parent);
this.id = id;
this.data = data;
this.fabric = fabric;
this.profile = new ProfileBean(this, getVersion(), this.data);
setPropertyBean(profile);
}