package fi.otavanopisto.muikku.schooldata.entity; public interface CourseLengthUnit extends SchoolDataEntity { public String getIdentifier(); public String getSymbol(); public String getName(); }