Uses of Class
dev.vality.damsel.domain.DocumentType
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of DocumentType in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as DocumentType Modifier and Type Field Description DocumentTypeDocumentTypeObject. dataMethods in dev.vality.damsel.domain that return DocumentType Modifier and Type Method Description DocumentTypeDocumentType. deepCopy()DocumentTypeDocumentTypeObject. getData()DocumentTypeDocumentType. setDescription(String description)DocumentTypeDocumentType. setName(String name)Methods in dev.vality.damsel.domain with parameters of type DocumentType Modifier and Type Method Description intDocumentType. compareTo(DocumentType other)booleanDocumentType. equals(DocumentType that)DocumentTypeObjectDocumentTypeObject. setData(DocumentType data)Constructors in dev.vality.damsel.domain with parameters of type DocumentType Constructor Description DocumentType(DocumentType other)Performs a deep copy on other.DocumentTypeObject(DocumentTypeRef ref, DocumentType data)