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.void
setClobAttribute
(String clobAttribute) Sets the clobAttribute.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
-
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:
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
-
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
-