@AccessLevel(value=EXTERNAL)
public interface Attachment
extends curam.util.persistence.StandardEntity, curam.util.persistence.helper.Lifecycle<curam.codetable.impl.RECORDSTATUSEntry>
Modifier and Type | Method and Description |
---|---|
curam.util.type.Blob |
getAttachmentContents()
Retrieves the contents of this attachment in a Blob format.
|
curam.util.type.Date |
getAttachmentReceiptDate()
Gets the receipt date of the attachment.
|
curam.codetable.impl.ATTACHMENTSTATUSEntry |
getAttachmentStatus()
Retrieves the attachment status code table entry value for the record.
|
curam.codetable.impl.DOCUMENTTYPEEntry |
getDocumentType()
Retrieves the document types field code table entry value.
|
java.lang.String |
getFileLocation()
Retrieves the file location field value.
|
java.lang.String |
getFileReference()
Retrieves the file reference field value.
|
java.lang.String |
getName()
Retrieves the name of the attachment.
|
curam.util.type.Date getAttachmentReceiptDate()
java.lang.String getName()
java.lang.String getFileLocation()
java.lang.String getFileReference()
curam.codetable.impl.DOCUMENTTYPEEntry getDocumentType()
curam.codetable.impl.ATTACHMENTSTATUSEntry getAttachmentStatus()
curam.util.type.Blob getAttachmentContents()