Uses of Class
dev.vality.damsel.domain.DocumentTypeRef
Packages that use DocumentTypeRef
-
Uses of DocumentTypeRef in dev.vality.damsel.claim_management
Fields in dev.vality.damsel.claim_management declared as DocumentTypeRefMethods in dev.vality.damsel.claim_management that return DocumentTypeRefMethods in dev.vality.damsel.claim_management with parameters of type DocumentTypeRef -
Uses of DocumentTypeRef in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as DocumentTypeRefMethods in dev.vality.damsel.domain that return DocumentTypeRefModifier and TypeMethodDescriptionDocumentTypeRef.deepCopy()Reference.getDocumentType()DocumentTypeObject.getRef()DocumentTypeRef.setId(int id) Methods in dev.vality.damsel.domain with parameters of type DocumentTypeRefModifier and TypeMethodDescriptionintDocumentTypeRef.compareTo(DocumentTypeRef other) static ReferenceReference.document_type(DocumentTypeRef value) booleanDocumentTypeRef.equals(DocumentTypeRef that) voidReference.setDocumentType(DocumentTypeRef value) DocumentTypeObject.setRef(DocumentTypeRef ref) Constructors in dev.vality.damsel.domain with parameters of type DocumentTypeRefModifierConstructorDescriptionDocumentTypeObject(DocumentTypeRef ref, DocumentType data) DocumentTypeRef(DocumentTypeRef other) Performs a deep copy on other.