Uses of Class
dev.vality.damsel.domain.RepresentativeDocument
Packages that use RepresentativeDocument
-
Uses of RepresentativeDocument in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as RepresentativeDocumentMethods in dev.vality.damsel.domain that return RepresentativeDocumentModifier and TypeMethodDescriptionstatic RepresentativeDocumentRepresentativeDocument.articles_of_association(ArticlesOfAssociation value) RepresentativeDocument.deepCopy()Representative.getDocument()static RepresentativeDocumentRepresentativeDocument.power_of_attorney(LegalAgreement value) Methods in dev.vality.damsel.domain with parameters of type RepresentativeDocumentModifier and TypeMethodDescriptionintRepresentativeDocument.compareTo(RepresentativeDocument other) booleanRepresentativeDocument.equals(RepresentativeDocument other) Representative.setDocument(RepresentativeDocument document) Constructors in dev.vality.damsel.domain with parameters of type RepresentativeDocumentModifierConstructorDescriptionRepresentative(String position, String full_name, RepresentativeDocument document)