Class UserVisitSearchFacetListItemTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.search.common.transfer.UserVisitSearchFacetListItemTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUserVisitSearchFacetListItemTransfer
(EntityListItemTransfer entityListItem, Long count) Creates a new instance of UserVisitSearchFacetListItemTransfer -
Method Summary
Modifier and TypeMethodDescriptiongetCount()
Returns the count.Returns the entityListItem.void
Sets the count.void
setEntityListItem
(EntityListItemTransfer entityListItem) Sets the entityListItem.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
-
UserVisitSearchFacetListItemTransfer
Creates a new instance of UserVisitSearchFacetListItemTransfer
-
-
Method Details
-
getEntityListItem
Returns the entityListItem.- Returns:
- the entityListItem
-
setEntityListItem
Sets the entityListItem.- Parameters:
entityListItem
- the entityListItem to set
-
getCount
Returns the count.- Returns:
- the count
-
setCount
Sets the count.- Parameters:
count
- the count to set
-