Uses of Class
dev.vality.damsel.domain.Representative
Packages that use Representative
-
Uses of Representative in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as RepresentativeMethods in dev.vality.damsel.domain that return RepresentativeModifier and TypeMethodDescriptionRepresentative.deepCopy()ServiceAcceptanceActPreferences.getSigner()Representative.setDocument(RepresentativeDocument document) Representative.setFullName(String full_name) Representative.setPosition(String position) Methods in dev.vality.damsel.domain with parameters of type RepresentativeModifier and TypeMethodDescriptionintRepresentative.compareTo(Representative other) booleanRepresentative.equals(Representative that) ServiceAcceptanceActPreferences.setSigner(Representative signer) Constructors in dev.vality.damsel.domain with parameters of type RepresentativeModifierConstructorDescriptionRepresentative(Representative other) Performs a deep copy on other.ServiceAcceptanceActPreferences(BusinessScheduleRef schedule, Representative signer)