public class KanbanEntrySet extends de.uniks.networkparser.list.SimpleSet<KanbanEntry>
| Modifier and Type | Field and Description |
|---|---|
static KanbanEntrySet |
EMPTY_SET |
| Constructor and Description |
|---|
KanbanEntrySet() |
| Modifier and Type | Method and Description |
|---|---|
KanbanEntryPO |
filterKanbanEntryPO() |
KanbanEntrySet |
filterOldNoOfLogEntries(int value)
Loop through the current set of KanbanEntry objects and collect those KanbanEntry objects where the oldNoOfLogEntries attribute matches the parameter value.
|
KanbanEntrySet |
filterOldNoOfLogEntries(int lower,
int upper)
Loop through the current set of KanbanEntry objects and collect those KanbanEntry objects where the oldNoOfLogEntries attribute is between lower and upper.
|
KanbanEntrySet |
filterPhases(java.lang.String value)
Loop through the current set of KanbanEntry objects and collect those KanbanEntry objects where the phases attribute matches the parameter value.
|
KanbanEntrySet |
filterPhases(java.lang.String lower,
java.lang.String upper)
Loop through the current set of KanbanEntry objects and collect those KanbanEntry objects where the phases attribute is between lower and upper.
|
java.lang.String |
getEntryType() |
LogEntryStoryBoardSet |
getLogEntries() |
intList |
getOldNoOfLogEntries() |
de.uniks.networkparser.list.StringList |
getPhases() |
KanbanEntryPO |
hasKanbanEntryPO() |
KanbanEntrySet |
hasLogEntries(java.lang.Object value) |
KanbanEntrySet |
hasOldNoOfLogEntries(int value) |
KanbanEntrySet |
hasOldNoOfLogEntries(int lower,
int upper) |
KanbanEntrySet |
hasPhases(java.lang.String value) |
KanbanEntrySet |
hasPhases(java.lang.String lower,
java.lang.String upper) |
KanbanEntrySet |
with(java.lang.Object value) |
KanbanEntrySet |
withLogEntries(LogEntryStoryBoard value) |
KanbanEntrySet |
withOldNoOfLogEntries(int value) |
KanbanEntrySet |
without(KanbanEntry value) |
KanbanEntrySet |
withoutLogEntries(LogEntryStoryBoard value) |
KanbanEntrySet |
withPhases(java.lang.String value) |
add, add, addAll, addAll, clone, filter, fireProperty, getNewList, instanceOf, intersection, minus, remove, remove, set, subList, toString, toString, union, with, withListenerceiling, copyEntity, equals, filterItems, hashCode, iterator, iterator, iteratorReverse, listIterator, listIterator, subSet, withListaddHashItem, addKeyValue, checkValue, clear, comparator, contains, containsAll, first, flag, get, getByIndex, getKeyByIndex, getPositionKey, getTypClass, getValue, hashKey, hasKeyAndPos, indexOf, init, init, init, isAllowDuplicate, isAllowEmptyValue, isCaseSensitive, isComparator, isEmpty, isReadOnly, isVisible, last, lastIndexOf, move, pack, parseItem, removeAll, removeByIndex, removeByObject, removeItem, reset, retainAll, setAllowEmptyValue, setFlag, setValue, size, toArray, toArray, toString, withAllowDuplicate, withAllowEmptyValue, withCaseSensitive, withFlag, without, withSize, withType, withVisibleequals, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final KanbanEntrySet EMPTY_SET
public KanbanEntryPO hasKanbanEntryPO()
public java.lang.String getEntryType()
public KanbanEntrySet with(java.lang.Object value)
public KanbanEntrySet without(KanbanEntry value)
public intList getOldNoOfLogEntries()
public KanbanEntrySet hasOldNoOfLogEntries(int value)
public KanbanEntrySet hasOldNoOfLogEntries(int lower, int upper)
public KanbanEntrySet withOldNoOfLogEntries(int value)
public de.uniks.networkparser.list.StringList getPhases()
public KanbanEntrySet hasPhases(java.lang.String value)
public KanbanEntrySet hasPhases(java.lang.String lower, java.lang.String upper)
public KanbanEntrySet withPhases(java.lang.String value)
public LogEntryStoryBoardSet getLogEntries()
public KanbanEntrySet hasLogEntries(java.lang.Object value)
public KanbanEntrySet withLogEntries(LogEntryStoryBoard value)
public KanbanEntrySet withoutLogEntries(LogEntryStoryBoard value)
public KanbanEntryPO filterKanbanEntryPO()
public KanbanEntrySet filterOldNoOfLogEntries(int value)
value - Search valuepublic KanbanEntrySet filterOldNoOfLogEntries(int lower, int upper)
lower - Lower boundupper - Upper boundpublic KanbanEntrySet filterPhases(java.lang.String value)
value - Search valuepublic KanbanEntrySet filterPhases(java.lang.String lower, java.lang.String upper)
lower - Lower boundupper - Upper bound