package objects;
import javax.print.attribute.standard.DateTimeAtCompleted;
import java.util.Date;
public class Data
{
String name;
String type; //need to be changed to an enum
//Date updateTime; //Need to verify the format
//Date invalidateTime;
Object value; //need to be parsed using the type
}