public class Entity {
	public String elementOne;
	public String attributeOne;
	
	public String elementTwo;
	public String attributeTwo;
}