org.deduced
Class PropertyCollectionTypeHolder

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

public final class PropertyCollectionTypeHolder
extends java.lang.Object

Property Collection Type Holder

Author:
Steve McDuff

Field Summary
private  java.lang.Object key
          the property instance key
private  PropertyCollectionType propertyCollectionType
          the held property collection type
 
Constructor Summary
PropertyCollectionTypeHolder()
           
 
Method Summary
 java.lang.Object getKey()
           
 PropertyCollectionType getPropertyCollectionType()
           
 PropertyCollectionType getPropertyType()
           
 void setPropertyCollectionType(PropertyCollectionType propertyType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

propertyCollectionType

private PropertyCollectionType propertyCollectionType
the held property collection type


key

private java.lang.Object key
the property instance key

Constructor Detail

PropertyCollectionTypeHolder

public PropertyCollectionTypeHolder()
Method Detail

getPropertyType

public PropertyCollectionType getPropertyType()
Returns:
Returns the PropertyCollectionType.

getPropertyCollectionType

public PropertyCollectionType getPropertyCollectionType()
Returns:
Returns the PropertyCollectionType.

setPropertyCollectionType

public void setPropertyCollectionType(PropertyCollectionType propertyType)
Parameters:
propertyType - the new property type

getKey

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