Package org.alfresco.search.model
Class RequestFacetSet
java.lang.Object
org.alfresco.search.model.RequestFacetSet
The interval to Set
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionendInclusive(Boolean endInclusive) booleangetEnd()The end of the rangegetLabel()A label to use to identify the setgetStart()The start of the rangeinthashCode()When true, the set will include values less than or equal to \"end\"When true, the set will include values greater or equal to \"start\"voidvoidsetEndInclusive(Boolean endInclusive) voidvoidvoidsetStartInclusive(Boolean startInclusive) startInclusive(Boolean startInclusive) toString()
-
Constructor Details
-
RequestFacetSet
public RequestFacetSet()
-
-
Method Details
-
label
-
getLabel
A label to use to identify the set- Returns:
- label
-
setLabel
-
start
-
getStart
The start of the range- Returns:
- start
-
setStart
-
end
-
getEnd
The end of the range- Returns:
- end
-
setEnd
-
startInclusive
-
isStartInclusive
When true, the set will include values greater or equal to \"start\"- Returns:
- startInclusive
-
setStartInclusive
-
endInclusive
-
isEndInclusive
When true, the set will include values less than or equal to \"end\"- Returns:
- endInclusive
-
setEndInclusive
-
equals
-
hashCode
public int hashCode() -
toString
-