package com.dacrt.SBIABackend.dto;

import java.util.List;

public class EntryServicesOffers {
	private EntryServicesOffers2 entry;

	public EntryServicesOffers() {
		super();
	}

	public EntryServicesOffers(EntryServicesOffers2 entry) {
		super();
		this.entry = entry;
	}

	public EntryServicesOffers2 getEntry() {
		return entry;
	}

	public void setEntry(EntryServicesOffers2 entry) {
		this.entry = entry;
	}
    
}
