Uses of Class
dev.vality.damsel.domain.BusinessScheduleDecision
Packages that use BusinessScheduleDecision
-
Uses of BusinessScheduleDecision in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return BusinessScheduleDecisionModifier and TypeMethodDescriptionBusinessScheduleDecision.deepCopy()BusinessScheduleDecision.setThen(BusinessScheduleSelector then_) Methods in dev.vality.damsel.domain that return types with arguments of type BusinessScheduleDecisionMethods in dev.vality.damsel.domain with parameters of type BusinessScheduleDecisionModifier and TypeMethodDescriptionintBusinessScheduleDecision.compareTo(BusinessScheduleDecision other) booleanBusinessScheduleDecision.equals(BusinessScheduleDecision that) Method parameters in dev.vality.damsel.domain with type arguments of type BusinessScheduleDecisionModifier and TypeMethodDescriptionstatic BusinessScheduleSelectorBusinessScheduleSelector.decisions(List<BusinessScheduleDecision> value) voidBusinessScheduleSelector.setDecisions(List<BusinessScheduleDecision> value) Constructors in dev.vality.damsel.domain with parameters of type BusinessScheduleDecisionModifierConstructorDescriptionPerforms a deep copy on other.