package de.gultsch.chat.entities; public class Account { private String uuid; public String getUuid() { return this.uuid; } }