1 2 3 4
public interface Audit { public String getLastUpdatedBy(); public void setLastUpdatedBy(String un); }