Implement Appealable Interface

The Appealable interface needs to be implemented. There are two methods to be implemented. The data supplied is used to populate the Description column on the "Items Under Appeal" page.
LocalisableString getAppealObjectDescription(APPEALOBJECTTYPEEntry objectType, long objectID)
This should return the localized description for the object.
String getHomePageURI(APPEALOBJECTTYPEEntry objectType, long objectID)
This should return the home page for the object. e.g. For a Determination on a case, one would link to the "Case Determination List" page setting the caseID parameter.