org.deduced
Class PropertyInstanceHolder

java.lang.Object
  extended by org.deduced.PropertyInstanceHolder

public final class PropertyInstanceHolder
extends java.lang.Object

Property Instance Holder

Author:
Steve McDuff

Field Summary
private  java.lang.Integer key
          the property instance key
private  PropertyInstance propertyInstance
          held property instance
 
Constructor Summary
PropertyInstanceHolder()
           
 
Method Summary
 java.lang.Integer getKey()
           
 PropertyInstance getPropertyInstance()
           
 void setPropertyInstance(PropertyInstance setPropertyInstance)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

propertyInstance

private PropertyInstance propertyInstance
held property instance


key

private java.lang.Integer key
the property instance key

Constructor Detail

PropertyInstanceHolder

public PropertyInstanceHolder()
Method Detail

getPropertyInstance

public PropertyInstance getPropertyInstance()
Returns:
Returns the propertyInstance.

setPropertyInstance

public void setPropertyInstance(PropertyInstance setPropertyInstance)
Parameters:
setPropertyInstance - The propertyInstance to set.

getKey

public java.lang.Integer getKey()
Returns:
the key of the instance