public static class MetaObjectNodesStadtbildSerieSearchStatement.Interval extends Object implements Serializable
For the simple interval later on a statement will be generated that expresses: intervalStart <= bildnummer <= intervalEnd. The exact matches is a list of bildnummern which should be found independently from the simple interval.
| Constructor and Description |
|---|
Interval(String intervalStart,
String intervalEnd)
Creates a new Interval object.
|
Interval(String intervalStart,
String intervalEnd,
ArrayList<String> additionalExactMatches)
Creates a new Interval object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
ArrayList<String> |
getAdditionalExactMatches()
DOCUMENT ME!
|
String |
getIntervalEnd()
DOCUMENT ME!
|
String |
getIntervalStart()
DOCUMENT ME!
|
int |
hashCode() |
public Interval(String intervalStart, String intervalEnd)
intervalStart - DOCUMENT ME!intervalEnd - DOCUMENT ME!Copyright © 2012–2025 cismet GmbH. All rights reserved.