org.deduced
Class PropertyCollectionListInstanceHolder

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

public final class PropertyCollectionListInstanceHolder
extends java.lang.Object

Property Instance Holder

Author:
Steve McDUff

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

Field Detail

propertyInstance

private PropertyCollectionListInstance propertyInstance
held property instance


key

private java.lang.Object key
the property instance key

Constructor Detail

PropertyCollectionListInstanceHolder

public PropertyCollectionListInstanceHolder()
Method Detail

getPropertyInstance

public PropertyCollectionListInstance getPropertyInstance()
Returns:
Returns the propertyInstance.

setPropertyInstance

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

getListFixedInstance

public PropertyInstance getListFixedInstance()
get List Fixed Instance

Returns:
the List Fixed Instance

getKey

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