Uses of Class
dev.vality.damsel.domain.DocumentTypeObject
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of DocumentTypeObject in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return DocumentTypeObject Modifier and Type Method Description DocumentTypeObjectDocumentTypeObject. deepCopy()DocumentTypeObjectDomainObject. getDocumentType()DocumentTypeObjectDocumentTypeObject. setData(DocumentType data)DocumentTypeObjectDocumentTypeObject. setRef(DocumentTypeRef ref)Methods in dev.vality.damsel.domain with parameters of type DocumentTypeObject Modifier and Type Method Description intDocumentTypeObject. compareTo(DocumentTypeObject other)static DomainObjectDomainObject. document_type(DocumentTypeObject value)booleanDocumentTypeObject. equals(DocumentTypeObject that)voidDomainObject. setDocumentType(DocumentTypeObject value)Constructors in dev.vality.damsel.domain with parameters of type DocumentTypeObject Constructor Description DocumentTypeObject(DocumentTypeObject other)Performs a deep copy on other.