com.submersion.jspshop.rae
Class Types

java.lang.Object
  |
  +--com.submersion.jspshop.rae.RAECollection
        |
        +--com.submersion.jspshop.rae.Types

public class Types
extends RAECollection

Contains a collection (hashtable) of Type objects. Use the constructor to determine which query you wish to return.

Version:
$Revision$
Author:
Jeff Davey (jeffdavey@submersion.com)
See Also:
Property, Type

Fields inherited from class com.submersion.jspshop.rae.RAECollection
CLASS, CONTEXT, items, PROPERTY, TYPE, VALUE
 
Constructor Summary
Types(java.lang.Long valueID)
           
Types(java.lang.Long valueID, java.lang.Long typeID)
           
Types(java.lang.Long valueID, java.lang.String value)
           
 
Method Summary
 Type getItem(java.lang.Long typeValueID)
           
 
Methods inherited from class com.submersion.jspshop.rae.RAECollection
getCount, getIterator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Types

public Types(java.lang.Long valueID)

Types

public Types(java.lang.Long valueID,
             java.lang.Long typeID)

Types

public Types(java.lang.Long valueID,
             java.lang.String value)
Method Detail

getItem

public Type getItem(java.lang.Long typeValueID)