public static class PdRollenRegionenPaareParameter.Daten extends AbstractDatum implements List<PdRollenRegionenPaareParameter.Daten.RolleRegionPaar>
Modifier and Type | Class and Description |
---|---|
static class |
PdRollenRegionenPaareParameter.Daten.RolleRegionPaar
Ein zusammengehöriges Paar aus Rolle und Region.
|
Datum.Status
Modifier and Type | Field and Description |
---|---|
private Datum.Status |
datenStatus
Der Initialzustand des Datenstatus ist UNDEFINIERT.
|
private List<PdRollenRegionenPaareParameter.Daten.RolleRegionPaar> |
paare
Die Liste der Paare.
|
Constructor and Description |
---|
Daten() |
getZeitpunkt, getZeitstempel, isValid, setZeitstempel
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
equals, hashCode, replaceAll, sort, spliterator
parallelStream, removeIf, stream
private Datum.Status datenStatus
private final List<PdRollenRegionenPaareParameter.Daten.RolleRegionPaar> paare
public Datum.Status getDatenStatus()
Datum
getDatenStatus
in interface Datum
protected void setDatenStatus(Datum.Status neuerStatus)
neuerStatus
- der neue Statuspublic PdRollenRegionenPaareParameter.Daten clone()
Datum
clone
in interface Datum
clone
in class AbstractDatum
public boolean add(PdRollenRegionenPaareParameter.Daten.RolleRegionPaar o)
add
in interface Collection<PdRollenRegionenPaareParameter.Daten.RolleRegionPaar>
add
in interface List<PdRollenRegionenPaareParameter.Daten.RolleRegionPaar>
public void add(int index, PdRollenRegionenPaareParameter.Daten.RolleRegionPaar element)
add
in interface List<PdRollenRegionenPaareParameter.Daten.RolleRegionPaar>
public boolean addAll(Collection<? extends PdRollenRegionenPaareParameter.Daten.RolleRegionPaar> c)
addAll
in interface Collection<PdRollenRegionenPaareParameter.Daten.RolleRegionPaar>
addAll
in interface List<PdRollenRegionenPaareParameter.Daten.RolleRegionPaar>
public boolean addAll(int index, Collection<? extends PdRollenRegionenPaareParameter.Daten.RolleRegionPaar> c)
addAll
in interface List<PdRollenRegionenPaareParameter.Daten.RolleRegionPaar>
public void clear()
clear
in interface Collection<PdRollenRegionenPaareParameter.Daten.RolleRegionPaar>
clear
in interface List<PdRollenRegionenPaareParameter.Daten.RolleRegionPaar>
public boolean contains(Object o)
contains
in interface Collection<PdRollenRegionenPaareParameter.Daten.RolleRegionPaar>
contains
in interface List<PdRollenRegionenPaareParameter.Daten.RolleRegionPaar>
public boolean containsAll(Collection<?> c)
containsAll
in interface Collection<PdRollenRegionenPaareParameter.Daten.RolleRegionPaar>
containsAll
in interface List<PdRollenRegionenPaareParameter.Daten.RolleRegionPaar>
public PdRollenRegionenPaareParameter.Daten.RolleRegionPaar get(int index)
get
in interface List<PdRollenRegionenPaareParameter.Daten.RolleRegionPaar>
public int indexOf(Object o)
indexOf
in interface List<PdRollenRegionenPaareParameter.Daten.RolleRegionPaar>
public boolean isEmpty()
isEmpty
in interface Collection<PdRollenRegionenPaareParameter.Daten.RolleRegionPaar>
isEmpty
in interface List<PdRollenRegionenPaareParameter.Daten.RolleRegionPaar>
public Iterator<PdRollenRegionenPaareParameter.Daten.RolleRegionPaar> iterator()
iterator
in interface Iterable<PdRollenRegionenPaareParameter.Daten.RolleRegionPaar>
iterator
in interface Collection<PdRollenRegionenPaareParameter.Daten.RolleRegionPaar>
iterator
in interface List<PdRollenRegionenPaareParameter.Daten.RolleRegionPaar>
public int lastIndexOf(Object o)
lastIndexOf
in interface List<PdRollenRegionenPaareParameter.Daten.RolleRegionPaar>
public ListIterator<PdRollenRegionenPaareParameter.Daten.RolleRegionPaar> listIterator()
listIterator
in interface List<PdRollenRegionenPaareParameter.Daten.RolleRegionPaar>
public ListIterator<PdRollenRegionenPaareParameter.Daten.RolleRegionPaar> listIterator(int index)
listIterator
in interface List<PdRollenRegionenPaareParameter.Daten.RolleRegionPaar>
public boolean remove(Object o)
remove
in interface Collection<PdRollenRegionenPaareParameter.Daten.RolleRegionPaar>
remove
in interface List<PdRollenRegionenPaareParameter.Daten.RolleRegionPaar>
public PdRollenRegionenPaareParameter.Daten.RolleRegionPaar remove(int index)
remove
in interface List<PdRollenRegionenPaareParameter.Daten.RolleRegionPaar>
public boolean removeAll(Collection<?> c)
removeAll
in interface Collection<PdRollenRegionenPaareParameter.Daten.RolleRegionPaar>
removeAll
in interface List<PdRollenRegionenPaareParameter.Daten.RolleRegionPaar>
public boolean retainAll(Collection<?> c)
retainAll
in interface Collection<PdRollenRegionenPaareParameter.Daten.RolleRegionPaar>
retainAll
in interface List<PdRollenRegionenPaareParameter.Daten.RolleRegionPaar>
public PdRollenRegionenPaareParameter.Daten.RolleRegionPaar set(int index, PdRollenRegionenPaareParameter.Daten.RolleRegionPaar element)
set
in interface List<PdRollenRegionenPaareParameter.Daten.RolleRegionPaar>
public int size()
size
in interface Collection<PdRollenRegionenPaareParameter.Daten.RolleRegionPaar>
size
in interface List<PdRollenRegionenPaareParameter.Daten.RolleRegionPaar>
public List<PdRollenRegionenPaareParameter.Daten.RolleRegionPaar> subList(int fromIndex, int toIndex)
subList
in interface List<PdRollenRegionenPaareParameter.Daten.RolleRegionPaar>
public Object[] toArray()
toArray
in interface Collection<PdRollenRegionenPaareParameter.Daten.RolleRegionPaar>
toArray
in interface List<PdRollenRegionenPaareParameter.Daten.RolleRegionPaar>
public <T> T[] toArray(T[] a)
toArray
in interface Collection<PdRollenRegionenPaareParameter.Daten.RolleRegionPaar>
toArray
in interface List<PdRollenRegionenPaareParameter.Daten.RolleRegionPaar>
Copyright © 2017 BitCtrl Systems GmbH. All rights reserved.