|
||||||||||
| 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>> c)
Adds BeanPropertyAccessor instances to the BeanPropertyAccessors container |
void |
clear()
Clears the BeanPropertyAccessors container |
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 |
int |
size()
Returns the size of the BeanPropertyAccessors container |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 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
public boolean isEmpty()
BeanPropertyAccessors container has no BeanPropertyAccessor instances
public boolean add(BeanPropertyAccessor<B> e)
BeanPropertyAccessor to the BeanPropertyAccessors container
e -
public boolean remove(BeanPropertyAccessor<B> beanPropertyAccessor)
BeanPropertyAccessor instance from the BeanPropertyAccessors container
beanPropertyAccessor -
public boolean addAll(Collection<? extends BeanPropertyAccessor<B>> c)
BeanPropertyAccessor instances to the BeanPropertyAccessors container
c -
public void clear()
BeanPropertyAccessors container
public Iterator<BeanPropertyAccessor<B>> iterator()
iterator in interface Iterable<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 -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||