Uses of Class
dev.vality.damsel.domain.SystemAccountSetObject
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of SystemAccountSetObject in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return SystemAccountSetObject Modifier and Type Method Description SystemAccountSetObjectSystemAccountSetObject. deepCopy()SystemAccountSetObjectDomainObject. getSystemAccountSet()SystemAccountSetObjectSystemAccountSetObject. setData(SystemAccountSet data)SystemAccountSetObjectSystemAccountSetObject. setRef(SystemAccountSetRef ref)Methods in dev.vality.damsel.domain with parameters of type SystemAccountSetObject Modifier and Type Method Description intSystemAccountSetObject. compareTo(SystemAccountSetObject other)booleanSystemAccountSetObject. equals(SystemAccountSetObject that)voidDomainObject. setSystemAccountSet(SystemAccountSetObject value)static DomainObjectDomainObject. system_account_set(SystemAccountSetObject value)Constructors in dev.vality.damsel.domain with parameters of type SystemAccountSetObject Constructor Description SystemAccountSetObject(SystemAccountSetObject other)Performs a deep copy on other.