com.submersion.jspshop.rae
Class PropertyType

java.lang.Object
  |
  +--com.submersion.jspshop.rae.RAEInstance
        |
        +--com.submersion.jspshop.rae.PropertyType

public class PropertyType
extends RAEInstance

Access to all the types for one property.

Version:
$Revision$
Author:
Darryl Bleau (darrylbleau@submersion.com)
See Also:
PropertyTypes, Property

Fields inherited from class com.submersion.jspshop.rae.RAEInstance
id, name
 
Constructor Summary
PropertyType(java.lang.Long id)
           
 
Method Summary
 java.lang.Long getPropertyID()
           
 java.lang.Long getTypeID()
           
 
Methods inherited from class com.submersion.jspshop.rae.RAEInstance
getID, getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyType

public PropertyType(java.lang.Long id)
Method Detail

getPropertyID

public java.lang.Long getPropertyID()

getTypeID

public java.lang.Long getTypeID()