
uk.ac.ceh.components.userstore.Group Maven / Gradle / Ivy
package uk.ac.ceh.components.userstore;
/**
* The following interface defines a group
* @author Christopher Johnson
*/
public interface Group {
String getName();
String getDescription();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy