| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
  |
  +--net.sf.spif.persistence.PersistentProperty
        |
        +--net.sf.spif.persistence.MatchProperty
Ignore - public for testing only.
A persistent property which is not matched by accessors in the owning type and thus must be matched by accessors in owned types.
| Constructor Summary | |
| protected  | MatchProperty(java.lang.String name)Use PersistentProperty.newInstance(java.lang.String, java.lang.Class) | 
| Method Summary | |
|  boolean | isMatched()Returns true if this property is matched | 
|  void | setMatched(java.lang.Class containedInType,
           java.lang.reflect.Method getter,
           java.lang.reflect.Method setter)Call when this persistent property gets matched to a class and accessors | 
|  java.lang.String | toString() | 
| Methods inherited from class net.sf.spif.persistence.PersistentProperty | 
| getGetter, getName, getOn, getSetter, getType, newInstance, setGetter, setOn, setSetter | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
protected MatchProperty(java.lang.String name)
PersistentProperty.newInstance(java.lang.String, java.lang.Class)
| Method Detail | 
public void setMatched(java.lang.Class containedInType,
                       java.lang.reflect.Method getter,
                       java.lang.reflect.Method setter)
public boolean isMatched()
isMatched in class PersistentPropertypublic java.lang.String toString()
toString in class PersistentProperty| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||