Uses of Class
edu.wisc.library.ocfl.core.validation.model.SimpleVersion
-
Packages that use SimpleVersion Package Description edu.wisc.library.ocfl.core.validation.model -
-
Uses of SimpleVersion in edu.wisc.library.ocfl.core.validation.model
Methods in edu.wisc.library.ocfl.core.validation.model that return SimpleVersion Modifier and Type Method Description SimpleVersionSimpleVersion. setCreated(String created)SimpleVersionSimpleVersion. setMessage(String message)SimpleVersionSimpleVersion. setState(Map<String,List<String>> state)SimpleVersionSimpleVersion. setUser(SimpleUser user)Methods in edu.wisc.library.ocfl.core.validation.model that return types with arguments of type SimpleVersion Modifier and Type Method Description Map<String,SimpleVersion>SimpleInventory. getVersions()Method parameters in edu.wisc.library.ocfl.core.validation.model with type arguments of type SimpleVersion Modifier and Type Method Description SimpleInventorySimpleInventory. setVersions(Map<String,SimpleVersion> versions)
-