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.voidsetBlobDescription(ByteArray blobDescription) voidsetClobDescription(String clobDescription) voidSets the eTag.voidSets the height.voidsetItem(ItemTransfer item) voidsetItemDescriptionType(ItemDescriptionTypeTransfer itemDescriptionType) voidsetItemImageType(ItemImageTypeTransfer itemImageType) Sets the itemImageType.voidsetLanguage(LanguageTransfer language) voidsetMimeType(MimeTypeTransfer mimeType) voidsetScaledFromParent(Boolean scaledFromParent) Sets the scaledFromParent.voidsetStringDescription(String stringDescription) voidSets 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
-