Uses of Class
dev.vality.damsel.domain.DummyLinkObject
Packages that use DummyLinkObject
-
Uses of DummyLinkObject in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return DummyLinkObjectModifier and TypeMethodDescriptionDummyLinkObject.deepCopy()DomainObject.getDummyLink()DummyLinkObject.setRef(DummyLinkRef ref) Methods in dev.vality.damsel.domain with parameters of type DummyLinkObjectModifier and TypeMethodDescriptionintDummyLinkObject.compareTo(DummyLinkObject other) static DomainObjectDomainObject.dummy_link(DummyLinkObject value) booleanDummyLinkObject.equals(DummyLinkObject that) voidDomainObject.setDummyLink(DummyLinkObject value) Constructors in dev.vality.damsel.domain with parameters of type DummyLinkObjectModifierConstructorDescriptionDummyLinkObject(DummyLinkObject other) Performs a deep copy on other.