com.submersion.jspshop.rae
Class Properties

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

public class Properties
extends RAECollection

Collection (Hashtable) of Property types.

Version:
$Revision$ Date Created: August 23, 2001 Last changed: $Date$ Changed by: $Author$
Author:
Jeff Davey (jeffdavey@submersion.com)
See Also:
Property, Object

Fields inherited from class com.submersion.jspshop.rae.RAECollection
CLASS, CONTEXT, items, PROPERTY, TYPE, VALUE
 
Constructor Summary
Properties(java.lang.Long objectID)
           
Properties(java.lang.Long objectID, java.lang.Long passedID, int queryType)
           
Properties(java.lang.Long objectID, java.lang.String value)
           
 
Method Summary
 Property getItem(java.lang.Long valueID)
           
 
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

Properties

public Properties(java.lang.Long objectID)

Properties

public Properties(java.lang.Long objectID,
                  java.lang.Long passedID,
                  int queryType)

Properties

public Properties(java.lang.Long objectID,
                  java.lang.String value)
Method Detail

getItem

public Property getItem(java.lang.Long valueID)