#include "baseentity.h" BaseEntity::BaseEntity() {} int BaseEntity::id() const { return _id; } void BaseEntity::setId(int newId) { _id = newId; }