Uses of Class
dev.vality.damsel.domain.DocumentTypeRef
| Package | Description |
|---|---|
| dev.vality.damsel.claim_management | |
| dev.vality.damsel.domain |
-
Uses of DocumentTypeRef in dev.vality.damsel.claim_management
Fields in dev.vality.damsel.claim_management declared as DocumentTypeRef Modifier and Type Field Description DocumentTypeRefDocumentModificationUnit. typeMethods in dev.vality.damsel.claim_management that return DocumentTypeRef Modifier and Type Method Description DocumentTypeRefDocumentModificationUnit. getType()Methods in dev.vality.damsel.claim_management with parameters of type DocumentTypeRef Modifier and Type Method Description DocumentModificationUnitDocumentModificationUnit. setType(DocumentTypeRef type) -
Uses of DocumentTypeRef in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as DocumentTypeRef Modifier and Type Field Description DocumentTypeRefDocumentTypeObject. refMethods in dev.vality.damsel.domain that return DocumentTypeRef Modifier and Type Method Description DocumentTypeRefDocumentTypeRef. deepCopy()DocumentTypeRefReference. getDocumentType()DocumentTypeRefDocumentTypeObject. getRef()DocumentTypeRefDocumentTypeRef. setId(int id)Methods in dev.vality.damsel.domain with parameters of type DocumentTypeRef Modifier and Type Method Description intDocumentTypeRef. compareTo(DocumentTypeRef other)static ReferenceReference. document_type(DocumentTypeRef value)booleanDocumentTypeRef. equals(DocumentTypeRef that)voidReference. setDocumentType(DocumentTypeRef value)DocumentTypeObjectDocumentTypeObject. setRef(DocumentTypeRef ref)Constructors in dev.vality.damsel.domain with parameters of type DocumentTypeRef Constructor Description DocumentTypeObject(DocumentTypeRef ref, DocumentType data)DocumentTypeRef(DocumentTypeRef other)Performs a deep copy on other.