|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.omnaest.utils.beans.result.BeanPropertyAccessors<B>
B - type of the Java Beanpublic class BeanPropertyAccessors<B>
Container for a ordered set of BeanPropertyAccessor instances.
| Field Summary | |
|---|---|
protected List<BeanPropertyAccessor<B>> |
beanPropertyAccessorList
|
| Constructor Summary | |
|---|---|
BeanPropertyAccessors()
|
|
BeanPropertyAccessors(Collection<BeanPropertyAccessor<B>> beanPropertyAccessorCollection)
|
|
| Method Summary | ||
|---|---|---|
boolean |
add(BeanPropertyAccessor<B> e)
Adds a BeanPropertyAccessor to the BeanPropertyAccessors container |
|
boolean |
addAll(Collection<? extends BeanPropertyAccessor<B>> collection)
Adds BeanPropertyAccessor instances to the BeanPropertyAccessors container |
|
boolean |
addAll(Iterable<? extends BeanPropertyAccessor<B>> iterable)
Adds BeanPropertyAccessor instances to the BeanPropertyAccessors container |
|
void |
clear()
Clears the BeanPropertyAccessors container |
|
boolean |
contains(Object o)
|
|
boolean |
containsAll(Collection<?> c)
|
|
void |
copyPropertyValues(B beanSource,
B beanDestination)
Copies the values of all related properties of the given source Java Bean to the destination Java Bean. |
|
BeanPropertyAccessor<B> |
get(int index)
Gets the BeanPropertyAccessor at the given index position |
|
boolean |
isEmpty()
Returns true if the BeanPropertyAccessors container has no BeanPropertyAccessor instances |
|
Iterator<BeanPropertyAccessor<B>> |
iterator()
|
|
boolean |
remove(BeanPropertyAccessor<B> beanPropertyAccessor)
Removes a BeanPropertyAccessor instance from the BeanPropertyAccessors container |
|
BeanPropertyAccessor<B> |
remove(int index)
Removes the BeanPropertyAccessor at the given index position |
|
boolean |
remove(Object o)
|
|
boolean |
removeAll(Collection<?> c)
|
|
boolean |
retainAll(Collection<?> c)
|
|
int |
size()
Returns the size of the BeanPropertyAccessors container |
|
Object[] |
toArray()
|
|
|
toArray(T[] a)
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.util.Collection |
|---|
equals, hashCode |
| Field Detail |
|---|
protected List<BeanPropertyAccessor<B>> beanPropertyAccessorList
| Constructor Detail |
|---|
public BeanPropertyAccessors()
BeanPropertyAccessorspublic BeanPropertyAccessors(Collection<BeanPropertyAccessor<B>> beanPropertyAccessorCollection)
beanPropertyAccessorCollection - BeanPropertyAccessors| Method Detail |
|---|
public void copyPropertyValues(B beanSource,
B beanDestination)
BeanPropertyAccessor instances within the BeanPropertyAccessors container.
beanSource - beanDestination - public int size()
BeanPropertyAccessors container
size in interface Collection<BeanPropertyAccessor<B>>public boolean isEmpty()
BeanPropertyAccessors container has no BeanPropertyAccessor instances
isEmpty in interface Collection<BeanPropertyAccessor<B>>public boolean add(BeanPropertyAccessor<B> e)
BeanPropertyAccessor to the BeanPropertyAccessors container
add in interface Collection<BeanPropertyAccessor<B>>e -
public boolean remove(BeanPropertyAccessor<B> beanPropertyAccessor)
BeanPropertyAccessor instance from the BeanPropertyAccessors container
beanPropertyAccessor -
public boolean addAll(Collection<? extends BeanPropertyAccessor<B>> collection)
BeanPropertyAccessor instances to the BeanPropertyAccessors container
addAll in interface Collection<BeanPropertyAccessor<B>>collection - Collection
public boolean addAll(Iterable<? extends BeanPropertyAccessor<B>> iterable)
BeanPropertyAccessor instances to the BeanPropertyAccessors container
iterable -
public void clear()
BeanPropertyAccessors container
clear in interface Collection<BeanPropertyAccessor<B>>public Iterator<BeanPropertyAccessor<B>> iterator()
iterator in interface Iterable<BeanPropertyAccessor<B>>iterator in interface Collection<BeanPropertyAccessor<B>>public BeanPropertyAccessor<B> remove(int index)
BeanPropertyAccessor at the given index position
index -
public BeanPropertyAccessor<B> get(int index)
BeanPropertyAccessor at the given index position
index -
public boolean contains(Object o)
contains in interface Collection<BeanPropertyAccessor<B>>public Object[] toArray()
toArray in interface Collection<BeanPropertyAccessor<B>>public <T> T[] toArray(T[] a)
toArray in interface Collection<BeanPropertyAccessor<B>>public boolean containsAll(Collection<?> c)
containsAll in interface Collection<BeanPropertyAccessor<B>>public boolean retainAll(Collection<?> c)
retainAll in interface Collection<BeanPropertyAccessor<B>>public boolean remove(Object o)
remove in interface Collection<BeanPropertyAccessor<B>>public boolean removeAll(Collection<?> c)
removeAll in interface Collection<BeanPropertyAccessor<B>>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||