Class ItemDescriptionTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.item.common.transfer.ItemDescriptionTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionItemDescriptionTransfer
(ItemDescriptionTypeTransfer itemDescriptionType, ItemTransfer item, LanguageTransfer language, MimeTypeTransfer mimeType, ByteArray blobDescription, String clobDescription, String stringDescription, ItemImageTypeTransfer itemImageType, Integer height, Integer width, Boolean scaledFromParent, String eTag) Creates a new instance of ItemDescriptionTransfer -
Method Summary
Modifier and TypeMethodDescriptiongetETag()
Returns the eTag.Returns the height.getItem()
Returns the itemImageType.Returns the scaledFromParent.getWidth()
Returns the width.void
setBlobDescription
(ByteArray blobDescription) void
setClobDescription
(String clobDescription) void
Sets the eTag.void
Sets the height.void
setItem
(ItemTransfer item) void
setItemDescriptionType
(ItemDescriptionTypeTransfer itemDescriptionType) void
setItemImageType
(ItemImageTypeTransfer itemImageType) Sets the itemImageType.void
setLanguage
(LanguageTransfer language) void
setMimeType
(MimeTypeTransfer mimeType) void
setScaledFromParent
(Boolean scaledFromParent) Sets the scaledFromParent.void
setStringDescription
(String stringDescription) void
Sets the width.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
-
ItemDescriptionTransfer
public ItemDescriptionTransfer(ItemDescriptionTypeTransfer itemDescriptionType, ItemTransfer item, LanguageTransfer language, MimeTypeTransfer mimeType, ByteArray blobDescription, String clobDescription, String stringDescription, ItemImageTypeTransfer itemImageType, Integer height, Integer width, Boolean scaledFromParent, String eTag) Creates a new instance of ItemDescriptionTransfer
-
-
Method Details
-
getItemDescriptionType
-
setItemDescriptionType
-
getItem
-
setItem
-
getLanguage
-
setLanguage
-
getMimeType
-
setMimeType
-
getBlobDescription
-
setBlobDescription
-
getClobDescription
-
setClobDescription
-
getStringDescription
-
setStringDescription
-
getItemImageType
Returns the itemImageType.- Returns:
- the itemImageType
-
setItemImageType
Sets the itemImageType.- Parameters:
itemImageType
- the itemImageType to set
-
getHeight
Returns the height.- Returns:
- the height
-
setHeight
Sets the height.- Parameters:
height
- the height to set
-
getWidth
Returns the width.- Returns:
- the width
-
setWidth
Sets the width.- Parameters:
width
- the width to set
-
getScaledFromParent
Returns the scaledFromParent.- Returns:
- the scaledFromParent
-
setScaledFromParent
Sets the scaledFromParent.- Parameters:
scaledFromParent
- the scaledFromParent to set
-
getETag
Returns the eTag.- Returns:
- the eTag
-
setETag
Sets the eTag.- Parameters:
eTag
- the eTag to set
-