net.sf.sail.core.beans.assembly
Class IndexedPropertyRef
java.lang.Object
net.sf.sail.core.beans.assembly.PropertyRef
net.sf.sail.core.beans.assembly.IndexedPropertyRef
public class IndexedPropertyRef
- extends PropertyRef
Version of PropertyRef that points to an index within the property
- Author:
- turadg
- See Also:
PropertyRef
|
Field Summary |
(package private) static java.beans.DefaultPersistenceDelegate |
IPR_DELEGATE
|
|
Constructor Summary |
IndexedPropertyRef(java.lang.Object target,
java.lang.String propertyName,
int index)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IPR_DELEGATE
static final java.beans.DefaultPersistenceDelegate IPR_DELEGATE
IndexedPropertyRef
public IndexedPropertyRef(java.lang.Object target,
java.lang.String propertyName,
int index)
getIndex
public int getIndex()
setIndex
public void setIndex(int index)
set
public void set(java.lang.Object value)
throws java.lang.IllegalAccessException,
java.lang.reflect.InvocationTargetException,
java.lang.NoSuchMethodException
- Overrides:
set in class PropertyRef
- Throws:
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException
java.lang.NoSuchMethodException
Copyright 2004-2004-2006 TELS Center. All Rights Reserved.