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