Exemplo n.º 1
0
 public Entity(CompositeModel model)
 {
     this.model = model;
     model.setEntity(this);
 }