Uses of Class
dev.vality.damsel.domain.Representative
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of Representative in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as Representative Modifier and Type Field Description RepresentativeServiceAcceptanceActPreferences. signerMethods in dev.vality.damsel.domain that return Representative Modifier and Type Method Description RepresentativeRepresentative. deepCopy()RepresentativeServiceAcceptanceActPreferences. getSigner()RepresentativeRepresentative. setDocument(RepresentativeDocument document)RepresentativeRepresentative. setFullName(String full_name)RepresentativeRepresentative. setPosition(String position)Methods in dev.vality.damsel.domain with parameters of type Representative Modifier and Type Method Description intRepresentative. compareTo(Representative other)booleanRepresentative. equals(Representative that)ServiceAcceptanceActPreferencesServiceAcceptanceActPreferences. setSigner(Representative signer)Constructors in dev.vality.damsel.domain with parameters of type Representative Constructor Description Representative(Representative other)Performs a deep copy on other.ServiceAcceptanceActPreferences(BusinessScheduleRef schedule, Representative signer)