public class Person { String fornavn; String efternavn; String cpr; public String hentFornavn() { return cpr; } // flere metoder og variabler... }