package org.domain.seam22.session; public class User implements IndexedEntity { public Object getSearchResultName() { return null; } public Object getEntityId() { return null; } public EntityType getEntityType() { return null; } public Holder getHolder() { return null; } }