package org.squirrelframework.foundation.component; public interface Student extends Person { String getSchool(); void setSchool(String school); }