#include "deliverypointentity.h" DeliveryPointEntity::DeliveryPointEntity(QString title) { this->_title = title; }