Class EntityBlobAttributeTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.core.common.transfer.EntityBlobAttributeTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEntityBlobAttributeTransfer
(EntityAttributeTransfer entityAttribute, EntityInstanceTransfer entityInstance, LanguageTransfer language, ByteArray blobAttribute, MimeTypeTransfer mimeType, String eTag) Creates a new instance of EntityBlobAttributeTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the blobAttribute.Returns the entityAttribute.Returns the entityInstance.geteTag()
Returns the eTag.Returns the language.Returns the mimeType.void
setBlobAttribute
(ByteArray blobAttribute) Sets the blobAttribute.void
setEntityAttribute
(EntityAttributeTransfer entityAttribute) Sets the entityAttribute.void
setEntityInstance
(EntityInstanceTransfer entityInstance) Sets the entityInstance.void
Sets the eTag.void
setLanguage
(LanguageTransfer language) Sets the language.void
setMimeType
(MimeTypeTransfer mimeType) Sets the mimeType.Methods inherited from class com.echothree.util.common.transfer.BaseTransfer
addComments, addOwnedWorkEffort, addRatings, getComments, getEntityAliasTypes, getEntityAttributeGroups, getOwnedWorkEfforts, getRatings, getTagScopes, setComments, setEntityAliasTypes, setEntityAttributeGroups, setOwnedWorkEfforts, setRatings, setTagScopes
-
Constructor Details
-
EntityBlobAttributeTransfer
public EntityBlobAttributeTransfer(EntityAttributeTransfer entityAttribute, EntityInstanceTransfer entityInstance, LanguageTransfer language, ByteArray blobAttribute, MimeTypeTransfer mimeType, String eTag) Creates a new instance of EntityBlobAttributeTransfer
-
-
Method Details
-
getEntityAttribute
Returns the entityAttribute.- Returns:
- the entityAttribute
-
setEntityAttribute
Sets the entityAttribute.- Parameters:
entityAttribute
- the entityAttribute to set
-
getEntityInstance
Returns the entityInstance.- Overrides:
getEntityInstance
in classBaseTransfer
- Returns:
- the entityInstance
-
setEntityInstance
Sets the entityInstance.- Overrides:
setEntityInstance
in classBaseTransfer
- Parameters:
entityInstance
- the entityInstance to set
-
getLanguage
Returns the language.- Returns:
- the language
-
setLanguage
Sets the language.- Parameters:
language
- the language to set
-
getBlobAttribute
Returns the blobAttribute.- Returns:
- the blobAttribute
-
setBlobAttribute
Sets the blobAttribute.- Parameters:
blobAttribute
- the blobAttribute to set
-
getMimeType
Returns the mimeType.- Returns:
- the mimeType
-
setMimeType
Sets the mimeType.- Parameters:
mimeType
- the mimeType to set
-
geteTag
Returns the eTag.- Returns:
- the eTag
-
seteTag
Sets the eTag.- Parameters:
eTag
- the eTag to set
-