package com.feth.play.module.pa.user; public interface ExtendedIdentity extends BasicIdentity, FirstLastNameIdentity { public String getGender(); }