org.deduced
Class PropertyPointer
java.lang.Object
org.deduced.PropertyPointer
public class PropertyPointer
- extends java.lang.Object
PropertyPointer is used to reference a property
- Author:
- Steve McDuff
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
parentCollection
private PropertyCollection<?,?> parentCollection
- the parent holding the selected property
propertyKey
private java.lang.Object propertyKey
- the selected property key
PropertyPointer
public PropertyPointer()
getParentCollection
public PropertyCollection<?,?> getParentCollection()
- Returns:
- the parent holding the selected property
getPropertyKey
public java.lang.Object getPropertyKey()
- Returns:
- the selected property key
setParentCollection
public void setParentCollection(PropertyCollection<?,?> setParentCollection)
- Parameters:
setParentCollection
- the new parent collection for the selection
setPropertyKey
public void setPropertyKey(java.lang.Object setPropertyKey)
- Parameters:
setPropertyKey
- the new property key