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
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
getItem
public Type getItem(java.lang.Long typeValueID)