| Modifier and Type | Field and Description |
|---|---|
static TaskBoardSet |
EMPTY_SET |
| Constructor and Description |
|---|
TaskBoardSet() |
TaskBoardSet(java.util.Collection<TaskBoard> objects) |
TaskBoardSet(TaskBoard... objects) |
| Modifier and Type | Method and Description |
|---|---|
TaskBoardPO |
filterTaskBoardPO() |
java.lang.String |
getEntryType() |
TaskLaneSet |
getLanes() |
TaskBoardSet |
hasLanes(java.lang.Object value) |
TaskBoardPO |
hasTaskBoardPO() |
TaskBoardSet |
with(java.lang.Object value) |
TaskBoardSet |
withLanes(TaskLane value) |
TaskBoardSet |
without(TaskBoard value) |
TaskBoardSet |
withoutLanes(TaskLane 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, withVisiblefinalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final TaskBoardSet EMPTY_SET
public TaskBoardSet()
public TaskBoardSet(TaskBoard... objects)
public TaskBoardSet(java.util.Collection<TaskBoard> objects)
public TaskBoardPO hasTaskBoardPO()
public java.lang.String getEntryType()
public TaskBoardSet with(java.lang.Object value)
public TaskBoardSet without(TaskBoard value)
public TaskLaneSet getLanes()
public TaskBoardSet hasLanes(java.lang.Object value)
public TaskBoardSet withLanes(TaskLane value)
public TaskBoardSet withoutLanes(TaskLane value)
public TaskBoardPO filterTaskBoardPO()