package com.infinite.focus.server.data;

public class SocioEmotionalDataWrapper {
	
	public int score = 0, count = 0, month, year;

	public SocioEmotionalDataWrapper(int score, int count, int month, int year) {
		super();
		this.score = score;
		this.count = count;
		this.month = month;
		this.year = year;
	}
	
	
	

}
