209210211212213214215216217218219
public RemoteEntity create() { RemoteEntity created; if(this.m_type == null) throw new NoTypeException(); this.m_id = this.m_manager.getNextFreeID(this.m_id); if(this.m_type.isNamed()) {