public class KanbanEntrySet extends SDMSet<KanbanEntry> implements ModelSet
| Modifier and Type | Field and Description |
|---|---|
static KanbanEntrySet |
EMPTY_SET |
ALLOWDUPLICATE, ALLOWEMPTYVALUE, BIDI, BIG_KEY, BIG_VALUE, CASESENSITIVE, DELETED, elements, emptyArray, flag, MAP, MAXDELETED, MAXUSEDLIST, MINHASHINGSIZE, MINSIZE, MINUSEDLIST, READONLY, SIZE_BIG, SMALL_KEY, SMALL_VALUE, VISIBLE| Constructor and Description |
|---|
KanbanEntrySet() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEntryType() |
LogEntryStoryBoardSet |
getLogEntries() |
intList |
getOldNoOfLogEntries() |
StringList |
getPhases() |
KanbanEntryPO |
hasKanbanEntryPO() |
KanbanEntrySet |
hasPhases(java.lang.String value) |
KanbanEntrySet |
hasPhases(java.lang.String lower,
java.lang.String upper) |
KanbanEntryPO |
startModelPattern() |
java.lang.String |
toString() |
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, cloneIterator, getNewList, has, instanceOf, intersection, iterator, minus, remove, remove, set, union, withReadOnlyaddAll, addAll, copyEntity, iteratorReverse, lastIndexOf, listIterator, listIterator, removeItemByObject, subSet, with, withAll, withListaddFlag, addHashItem, addKey, addKeyValue, checkValue, clear, comparator, contains, containsAll, fireProperty, first, flag, get, getByIndex, getKeyByIndex, getLastPositionKey, getPositionKey, getPositionValue, getSignalFlag, getValueItem, hashKey, hasKey, hasKeyAndPos, indexOf, init, init, init, isAllowDuplicate, isAllowEmptyValue, isCaseSensitive, isComparator, isEmpty, isReadOnly, isVisible, last, lastindexOf, move, pack, removeAll, removeByObject, retainAll, setValue, size, toArray, toArray, withAllowDuplicate, withAllowEmptyValue, withCaseSensitive, withFlag, without, withVisibleequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final KanbanEntrySet EMPTY_SET
public LogEntryStoryBoardSet getLogEntries()
public KanbanEntrySet withLogEntries(LogEntryStoryBoard value)
public KanbanEntrySet withoutLogEntries(LogEntryStoryBoard value)
public java.lang.String toString()
toString in interface de.uniks.networkparser.interfaces.BaseItemtoString in class SDMSet<KanbanEntry>public java.lang.String getEntryType()
getEntryType in interface ModelSetpublic intList getOldNoOfLogEntries()
public KanbanEntrySet withOldNoOfLogEntries(int value)
public KanbanEntryPO startModelPattern()
public KanbanEntrySet with(java.lang.Object value)
public KanbanEntrySet without(KanbanEntry value)
public 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 KanbanEntryPO hasKanbanEntryPO()