Class EntityListItemAttributeFacetResult
java.lang.Object
com.echothree.model.control.search.server.database.EntityListItemAttributeFacetResult
- All Implemented Interfaces:
BaseDatabaseResult
- Direct Known Subclasses:
EntityMultipleListItemAttributeFacetResult
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCount()
Returns the count.Returns the entityListItem.void
Sets the count.void
setEntityListItem
(EntityListItem entityListItem) Sets the entityListItem.
-
Constructor Details
-
EntityListItemAttributeFacetResult
public EntityListItemAttributeFacetResult()
-
-
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
-