Class UserVisitSearchFacetIntegerTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.search.common.transfer.UserVisitSearchFacetIntegerTransfer
- All Implemented Interfaces:
 Serializable
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionUserVisitSearchFacetIntegerTransfer(EntityIntegerRangeTransfer entityIntegerRange, Long count) Creates a new instance of UserVisitSearchFacetListItemTransfer - 
Method Summary
Modifier and TypeMethodDescriptiongetCount()Returns the count.Returns the entityIntegerRange.voidSets the count.voidsetEntityIntegerRange(EntityIntegerRangeTransfer entityIntegerRange) Sets the entityIntegerRange.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
- 
UserVisitSearchFacetIntegerTransfer
public UserVisitSearchFacetIntegerTransfer(EntityIntegerRangeTransfer entityIntegerRange, Long count) Creates a new instance of UserVisitSearchFacetListItemTransfer 
 - 
 - 
Method Details
- 
getEntityIntegerRange
Returns the entityIntegerRange.- Returns:
 - the entityIntegerRange
 
 - 
setEntityIntegerRange
Sets the entityIntegerRange.- Parameters:
 entityIntegerRange- the entityIntegerRange to set
 - 
getCount
Returns the count.- Returns:
 - the count
 
 - 
setCount
Sets the count.- Parameters:
 count- the count to set
 
 -