Uses of Class
dev.vality.damsel.domain.RepresentativeDocument
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of RepresentativeDocument in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as RepresentativeDocument Modifier and Type Field Description RepresentativeDocumentRepresentative. documentMethods in dev.vality.damsel.domain that return RepresentativeDocument Modifier and Type Method Description static RepresentativeDocumentRepresentativeDocument. articles_of_association(ArticlesOfAssociation value)RepresentativeDocumentRepresentativeDocument. deepCopy()RepresentativeDocumentRepresentative. getDocument()static RepresentativeDocumentRepresentativeDocument. power_of_attorney(LegalAgreement value)Methods in dev.vality.damsel.domain with parameters of type RepresentativeDocument Modifier and Type Method Description intRepresentativeDocument. compareTo(RepresentativeDocument other)booleanRepresentativeDocument. equals(RepresentativeDocument other)RepresentativeRepresentative. setDocument(RepresentativeDocument document)Constructors in dev.vality.damsel.domain with parameters of type RepresentativeDocument Constructor Description Representative(String position, String full_name, RepresentativeDocument document)RepresentativeDocument(RepresentativeDocument other)