package data; /** * This class contains the data that is stored of a user. */ public class Profile { private boolean m_exists; private String m_name; private String m_realName; private String m_creationDate; }