Class DocumentTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.document.common.transfer.DocumentTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDocumentTransfer
(String documentName, DocumentTypeTransfer documentType, MimeTypeTransfer mimeType, Integer pages, String description, ByteArray blob, String clob, String eTag) Creates a new instance of DocumentTransfer -
Method Summary
Modifier and TypeMethodDescriptiongetBlob()
Returns the blob.getClob()
Returns the clob.Returns the description.Returns the documentName.Returns the documentType.geteTag()
Returns the eTag.Returns the mimeType.getPages()
Returns the pages.void
Sets the blob.void
Sets the clob.void
setDescription
(String description) Sets the description.void
setDocumentName
(String documentName) Sets the documentName.void
setDocumentType
(DocumentTypeTransfer documentType) Sets the documentType.void
Sets the eTag.void
setMimeType
(MimeTypeTransfer mimeType) Sets the mimeType.void
Sets the pages.Methods inherited from class com.echothree.util.common.transfer.BaseTransfer
addComments, addOwnedWorkEffort, addRatings, getComments, getEntityAliasTypes, getEntityAttributeGroups, getEntityInstance, getOwnedWorkEfforts, getRatings, getTagScopes, setComments, setEntityAliasTypes, setEntityAttributeGroups, setEntityInstance, setOwnedWorkEfforts, setRatings, setTagScopes
-
Constructor Details
-
DocumentTransfer
public DocumentTransfer(String documentName, DocumentTypeTransfer documentType, MimeTypeTransfer mimeType, Integer pages, String description, ByteArray blob, String clob, String eTag) Creates a new instance of DocumentTransfer
-
-
Method Details
-
getDocumentName
Returns the documentName.- Returns:
- the documentName
-
setDocumentName
Sets the documentName.- Parameters:
documentName
- the documentName to set
-
getDocumentType
Returns the documentType.- Returns:
- the documentType
-
setDocumentType
Sets the documentType.- Parameters:
documentType
- the documentType to set
-
getMimeType
Returns the mimeType.- Returns:
- the mimeType
-
setMimeType
Sets the mimeType.- Parameters:
mimeType
- the mimeType to set
-
getPages
Returns the pages.- Returns:
- the pages
-
setPages
Sets the pages.- Parameters:
pages
- the pages to set
-
getDescription
Returns the description.- Returns:
- the description
-
setDescription
Sets the description.- Parameters:
description
- the description to set
-
getBlob
Returns the blob.- Returns:
- the blob
-
setBlob
Sets the blob.- Parameters:
blob
- the blob to set
-
getClob
Returns the clob.- Returns:
- the clob
-
setClob
Sets the clob.- Parameters:
clob
- the clob to set
-
geteTag
Returns the eTag.- Returns:
- the eTag
-
seteTag
Sets the eTag.- Parameters:
eTag
- the eTag to set
-