Uses of Class
dev.vality.damsel.domain.CriterionObject
Packages that use CriterionObject
-
Uses of CriterionObject in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return CriterionObjectModifier and TypeMethodDescriptionCriterionObject.deepCopy()DomainObject.getCriterion()CriterionObject.setRef(CriterionRef ref) Methods in dev.vality.damsel.domain with parameters of type CriterionObjectModifier and TypeMethodDescriptionintCriterionObject.compareTo(CriterionObject other) static DomainObjectDomainObject.criterion(CriterionObject value) booleanCriterionObject.equals(CriterionObject that) voidDomainObject.setCriterion(CriterionObject value) Constructors in dev.vality.damsel.domain with parameters of type CriterionObjectModifierConstructorDescriptionCriterionObject(CriterionObject other) Performs a deep copy on other.