Useless comment
Luca | April 25, 2007 public class Entity implements Serializable {
/** Name of the entity. */
private String name;
Can a name attribute in an Entity class represent something different than the name of the entity ??
public class Entity implements Serializable {
/** Name of the entity. */
private String name;
Can a name attribute in an Entity class represent something different than the name of the entity ??