Uses of Class
dev.vality.damsel.domain.DummyObject
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of DummyObject in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return DummyObject Modifier and Type Method Description DummyObjectDummyObject. deepCopy()DummyObjectDomainObject. getDummy()DummyObjectDummyObject. setData(Dummy data)DummyObjectDummyObject. setRef(DummyRef ref)Methods in dev.vality.damsel.domain with parameters of type DummyObject Modifier and Type Method Description intDummyObject. compareTo(DummyObject other)static DomainObjectDomainObject. dummy(DummyObject value)booleanDummyObject. equals(DummyObject that)voidDomainObject. setDummy(DummyObject value)Constructors in dev.vality.damsel.domain with parameters of type DummyObject Constructor Description DummyObject(DummyObject other)Performs a deep copy on other.