Class ContentWebAddressTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.content.common.transfer.ContentWebAddressTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionContentWebAddressTransfer
(String contentWebAddressName, ContentCollectionTransfer contentCollection, String description) Creates a new instance of ContentWebAddressTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the contentCollection.Returns the contentWebAddressName.Returns the description.void
setContentCollection
(ContentCollectionTransfer contentCollection) Sets the contentCollection.void
setContentWebAddressName
(String contentWebAddressName) Sets the contentWebAddressName.void
setDescription
(String description) Sets the description.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
-
ContentWebAddressTransfer
public ContentWebAddressTransfer(String contentWebAddressName, ContentCollectionTransfer contentCollection, String description) Creates a new instance of ContentWebAddressTransfer
-
-
Method Details
-
getContentWebAddressName
Returns the contentWebAddressName.- Returns:
- the contentWebAddressName
-
setContentWebAddressName
Sets the contentWebAddressName.- Parameters:
contentWebAddressName
- the contentWebAddressName to set
-
getContentCollection
Returns the contentCollection.- Returns:
- the contentCollection
-
setContentCollection
Sets the contentCollection.- Parameters:
contentCollection
- the contentCollection to set
-
getDescription
Returns the description.- Returns:
- the description
-
setDescription
Sets the description.- Parameters:
description
- the description to set
-