// not totally NP or type safe equals, but enough for the unittests. CompositeIdId o = (CompositeIdId) obj; if(o==null) return false; return o.getSystem().equals(getSystem()) && o.getId().equals(getId());
return composite;
return id;
return name;
return system;
this.composite = composite;
this.id = id;
this.name = name;
this.system = system;