Package org.alfresco.search.model
Class GenericBucketBucketInfo
java.lang.Object
org.alfresco.search.model.GenericBucketBucketInfo
Additional information of nested facet
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionendInclusive(Boolean endInclusive) booleangetEnd()The end of rangegetStart()The start of rangeinthashCode()Includes values less than or equal to \"end\"Includes values greater or equal to \"start\"voidvoidsetEndInclusive(Boolean endInclusive) voidvoidsetStartInclusive(Boolean startInclusive) startInclusive(Boolean startInclusive) toString()
-
Constructor Details
-
GenericBucketBucketInfo
public GenericBucketBucketInfo()
-
-
Method Details
-
start
-
getStart
The start of range- Returns:
- start
-
setStart
-
startInclusive
-
isStartInclusive
Includes values greater or equal to \"start\"- Returns:
- startInclusive
-
setStartInclusive
-
end
-
getEnd
The end of range- Returns:
- end
-
setEnd
-
endInclusive
-
isEndInclusive
Includes values less than or equal to \"end\"- Returns:
- endInclusive
-
setEndInclusive
-
equals
-
hashCode
public int hashCode() -
toString
-