Uses of Class
edu.wisc.library.ocfl.core.validation.model.SimpleUser
-
Packages that use SimpleUser Package Description edu.wisc.library.ocfl.core.validation.model -
-
Uses of SimpleUser in edu.wisc.library.ocfl.core.validation.model
Methods in edu.wisc.library.ocfl.core.validation.model that return SimpleUser Modifier and Type Method Description SimpleUserSimpleVersion. getUser()SimpleUserSimpleUser. setAddress(String address)SimpleUserSimpleUser. setName(String name)Methods in edu.wisc.library.ocfl.core.validation.model with parameters of type SimpleUser Modifier and Type Method Description SimpleVersionSimpleVersion. setUser(SimpleUser user)Constructors in edu.wisc.library.ocfl.core.validation.model with parameters of type SimpleUser Constructor Description SimpleVersion(String created, String message, SimpleUser user, Map<String,List<String>> state)
-