org.deduced
Class OrderingPropertyCollectionTypeHolder

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

public final class OrderingPropertyCollectionTypeHolder
extends java.lang.Object

Ordering Property Collection Type Holder

Author:
Steve McDuff

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

Field Detail

propertyCollectionType

private OrderingPropertyCollectionType propertyCollectionType
the held property collection type


key

private java.lang.Object key
the property instance key

Constructor Detail

OrderingPropertyCollectionTypeHolder

public OrderingPropertyCollectionTypeHolder()
Method Detail

getPropertyType

public OrderingPropertyCollectionType getPropertyType()
Returns:
Returns the OrderingPropertyCollectionType.

getPropertyCollectionType

public OrderingPropertyCollectionType getPropertyCollectionType()
Returns:
Returns the OrderingPropertyCollectionType.

getOrderingPropertyCollectionType

public OrderingPropertyCollectionType getOrderingPropertyCollectionType()
Returns:
Returns the OrderingPropertyCollectionType.

setPropertyCollectionType

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

setOrderingPropertyCollectionType

public void setOrderingPropertyCollectionType(OrderingPropertyCollectionType propertyType)
Parameters:
propertyType - the new property type

getKey

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