Class EntityClobAttributeTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.core.common.transfer.EntityClobAttributeTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEntityClobAttributeTransfer(EntityAttributeTransfer entityAttribute, EntityInstanceTransfer entityInstance, LanguageTransfer language, String clobAttribute, MimeTypeTransfer mimeType, String eTag) Creates a new instance of EntityClobAttributeTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the clobAttribute.Returns the entityAttribute.Returns the entityInstance.geteTag()Returns the eTag.Returns the language.Returns the mimeType.voidsetClobAttribute(String clobAttribute) Sets the clobAttribute.voidsetEntityAttribute(EntityAttributeTransfer entityAttribute) Sets the entityAttribute.voidsetEntityInstance(EntityInstanceTransfer entityInstance) Sets the entityInstance.voidSets the eTag.voidsetLanguage(LanguageTransfer language) Sets the language.voidsetMimeType(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
-
EntityClobAttributeTransfer
public EntityClobAttributeTransfer(EntityAttributeTransfer entityAttribute, EntityInstanceTransfer entityInstance, LanguageTransfer language, String clobAttribute, MimeTypeTransfer mimeType, String eTag) Creates a new instance of EntityClobAttributeTransfer
-
-
Method Details
-
getEntityAttribute
Returns the entityAttribute.- Returns:
- the entityAttribute
-
setEntityAttribute
Sets the entityAttribute.- Parameters:
entityAttribute- the entityAttribute to set
-
getEntityInstance
Returns the entityInstance.- Overrides:
getEntityInstancein classBaseTransfer- Returns:
- the entityInstance
-
setEntityInstance
Sets the entityInstance.- Overrides:
setEntityInstancein classBaseTransfer- Parameters:
entityInstance- the entityInstance to set
-
getLanguage
Returns the language.- Returns:
- the language
-
setLanguage
Sets the language.- Parameters:
language- the language to set
-
getClobAttribute
Returns the clobAttribute.- Returns:
- the clobAttribute
-
setClobAttribute
Sets the clobAttribute.- Parameters:
clobAttribute- the clobAttribute 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
-