#include "entityint.h" EntityInt::EntityInt(int id) { id_ = id; } void EntityInt::setId(int id) { id_ = id; }