Class EntityLongAttributeFacetResult
java.lang.Object
com.echothree.model.control.search.server.database.EntityLongAttributeFacetResult
- All Implemented Interfaces:
BaseDatabaseResult
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCount()
Returns the count.Returns the longAttribute.void
Sets the count.void
setLongAttribute
(Long longAttribute) Sets the longAttribute.
-
Constructor Details
-
EntityLongAttributeFacetResult
public EntityLongAttributeFacetResult()
-
-
Method Details
-
getLongAttribute
Returns the longAttribute.- Returns:
- the longAttribute
-
setLongAttribute
Sets the longAttribute.- Parameters:
longAttribute
- the longAttribute to set
-
getCount
Returns the count.- Returns:
- the count
-
setCount
Sets the count.- Parameters:
count
- the count to set
-