
import java.util.Calendar;

public interface ProductShipperCalendar {
    public int getMonth();
    public int getDay();
}

