package eu.eudat.migration.properties; public class DefaultEntities { private Entity funder; private Entity grant; public Entity getFunder() { return funder; } public void setFunder(Entity funder) { this.funder = funder; } public Entity getGrant() { return grant; } public void setGrant(Entity grant) { this.grant = grant; } }