Uses of Class
dev.vality.damsel.domain.DocumentType
Packages that use DocumentType
-
Uses of DocumentType in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as DocumentTypeMethods in dev.vality.damsel.domain that return DocumentTypeModifier and TypeMethodDescriptionDocumentType.deepCopy()DocumentTypeObject.getData()DocumentType.setDescription(String description) Methods in dev.vality.damsel.domain with parameters of type DocumentTypeModifier and TypeMethodDescriptionintDocumentType.compareTo(DocumentType other) booleanDocumentType.equals(DocumentType that) DocumentTypeObject.setData(DocumentType data) Constructors in dev.vality.damsel.domain with parameters of type DocumentTypeModifierConstructorDescriptionDocumentType(DocumentType other) Performs a deep copy on other.DocumentTypeObject(DocumentTypeRef ref, DocumentType data)