Class EntityIntegerAttributeFacetResult
java.lang.Object
com.echothree.model.control.search.server.database.EntityIntegerAttributeFacetResult
- All Implemented Interfaces:
BaseDatabaseResult
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCount()
Returns the count.Returns the integerAttribute.void
Sets the count.void
setIntegerAttribute
(Integer integerAttribute) Sets the integerAttribute.
-
Constructor Details
-
EntityIntegerAttributeFacetResult
public EntityIntegerAttributeFacetResult()
-
-
Method Details
-
getIntegerAttribute
Returns the integerAttribute.- Returns:
- the integerAttribute
-
setIntegerAttribute
Sets the integerAttribute.- Parameters:
integerAttribute
- the integerAttribute to set
-
getCount
Returns the count.- Returns:
- the count
-
setCount
Sets the count.- Parameters:
count
- the count to set
-