Uses of Class
org.episteme.social.law.License
Packages that use License
-
Uses of License in org.episteme.social.law
Methods in org.episteme.social.law that return types with arguments of type LicenseModifier and TypeMethodDescriptionResponsibleIndividual.getSchoolRecords()Returns the list of educational degrees and certifications (school records).Methods in org.episteme.social.law with parameters of type LicenseModifier and TypeMethodDescriptionvoidResponsibleIndividual.addSchoolRecord(License schoolRecord) Adds a new educational degree or certificate.voidResponsibleIndividual.removeSchoolRecord(License schoolRecord) Removes an educational degree or certificate.Method parameters in org.episteme.social.law with type arguments of type LicenseModifier and TypeMethodDescriptionvoidResponsibleIndividual.setSchoolRecords(List<License> schoolRecords) Sets the complete list of educational records.