1 package com.atlassian.user; 2 3 import java.io.Serializable; 4 5 public interface Entity extends Serializable 6 { 7 String getName(); 8 }