@AlfrescoPublicApi public class IntervalSet extends Object
Constructor and Description |
---|
IntervalSet(String start,
String end,
String label,
Boolean startInclusive,
Boolean endInclusive) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getEnd() |
String |
getLabel() |
String |
getStart() |
int |
hashCode() |
boolean |
isEndInclusive() |
boolean |
isStartInclusive() |
void |
setLabel(String label) |
String |
toAFTSQuery()
Returns a valid AFTS query for this Interval Set
|
String |
toParam() |
String |
toRange() |
String |
toString() |
public String getStart()
public String getEnd()
public String getLabel()
public void setLabel(String label)
public boolean isStartInclusive()
public boolean isEndInclusive()
public String toParam()
public String toRange()
public String toAFTSQuery()
Copyright © 2005–2018 Alfresco Software. All rights reserved.