Class ContentPageAreaTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.content.common.transfer.ContentPageAreaTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionContentPageAreaTransfer
(ContentPageTransfer contentPage, ContentPageLayoutAreaTransfer contentPageLayoutArea, LanguageTransfer language, MimeTypeTransfer mimeType, ByteArray blob, String clob, String string, String url) Creates a new instance of ContentPageAreaTransfer -
Method Summary
Modifier and TypeMethodDescriptiongetBlob()
Returns the blob.getClob()
Returns the clob.Returns the contentPage.Returns the contentPageLayoutArea.Returns the language.Returns the mimeType.Returns the string.getUrl()
Returns the url.void
Sets the blob.void
Sets the clob.void
setContentPage
(ContentPageTransfer contentPage) Sets the contentPage.void
setContentPageLayoutArea
(ContentPageLayoutAreaTransfer contentPageLayoutArea) Sets the contentPageLayoutArea.void
setLanguage
(LanguageTransfer language) Sets the language.void
setMimeType
(MimeTypeTransfer mimeType) Sets the mimeType.void
Sets the string.void
Sets the url.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
-
ContentPageAreaTransfer
public ContentPageAreaTransfer(ContentPageTransfer contentPage, ContentPageLayoutAreaTransfer contentPageLayoutArea, LanguageTransfer language, MimeTypeTransfer mimeType, ByteArray blob, String clob, String string, String url) Creates a new instance of ContentPageAreaTransfer
-
-
Method Details
-
getContentPage
Returns the contentPage.- Returns:
- the contentPage
-
setContentPage
Sets the contentPage.- Parameters:
contentPage
- the contentPage to set
-
getContentPageLayoutArea
Returns the contentPageLayoutArea.- Returns:
- the contentPageLayoutArea
-
setContentPageLayoutArea
Sets the contentPageLayoutArea.- Parameters:
contentPageLayoutArea
- the contentPageLayoutArea to set
-
getLanguage
Returns the language.- Returns:
- the language
-
setLanguage
Sets the language.- Parameters:
language
- the language to set
-
getMimeType
Returns the mimeType.- Returns:
- the mimeType
-
setMimeType
Sets the mimeType.- Parameters:
mimeType
- the mimeType to set
-
getBlob
Returns the blob.- Returns:
- the blob
-
setBlob
Sets the blob.- Parameters:
blob
- the blob to set
-
getClob
Returns the clob.- Returns:
- the clob
-
setClob
Sets the clob.- Parameters:
clob
- the clob to set
-
getString
Returns the string.- Returns:
- the string
-
setString
Sets the string.- Parameters:
string
- the string to set
-
getUrl
Returns the url.- Returns:
- the url
-
setUrl
Sets the url.- Parameters:
url
- the url to set
-