Uses of Class
nl.paston.apollon.model.Cover
-
Packages that use Cover Package Description nl.paston.apollon.model nl.paston.apollon.model.dto -
-
Uses of Cover in nl.paston.apollon.model
Methods in nl.paston.apollon.model that return Cover Modifier and Type Method Description CoverCover. clone()Methods in nl.paston.apollon.model that return types with arguments of type Cover Modifier and Type Method Description Optional<Cover>Policy. findCover(String type)Set<Cover>Policy. getCovers()Methods in nl.paston.apollon.model with parameters of type Cover Modifier and Type Method Description booleanPolicy. addCover(Cover cover)booleanPolicy. removeCover(Cover cover)Method parameters in nl.paston.apollon.model with type arguments of type Cover Modifier and Type Method Description booleanPolicy. addAllCovers(Set<Cover> newCovers) -
Uses of Cover in nl.paston.apollon.model.dto
Method parameters in nl.paston.apollon.model.dto with type arguments of type Cover Modifier and Type Method Description voidPolicyDTO. setCovers(Set<Cover> covers)Constructors in nl.paston.apollon.model.dto with parameters of type Cover Constructor Description CoverDTO(Cover cover)
-