package com.bizofficer.api.google;

public class CalendarBeans {

	private Integer id;

	public Integer getId() {
		return id;
	}

	public void setId(Integer id) {
		this.id = id;
	}
	
}
