com.submersion.jspshop.rae
Class TypeNames

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

public class TypeNames
extends RAECollection

Collection (Hashtable) of TypeName

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

Fields inherited from class com.submersion.jspshop.rae.RAECollection
CLASS, CONTEXT, items, PROPERTY, TYPE, VALUE
 
Constructor Summary
TypeNames()
           
TypeNames(java.lang.Long typeID)
           
TypeNames(java.lang.String name)
           
 
Method Summary
 TypeName create(java.lang.String name)
           
 int getCount()
          Gets the size of the internal hash
 TypeName getItem(java.lang.Long typeID)
           
 java.util.Iterator getIterator()
          Gets the iterator of the hash
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeNames

public TypeNames(java.lang.String name)

TypeNames

public TypeNames(java.lang.Long typeID)

TypeNames

public TypeNames()
Method Detail

getCount

public int getCount()
Description copied from class: RAECollection
Gets the size of the internal hash
Overrides:
getCount in class RAECollection
Following copied from class: com.submersion.jspshop.rae.RAECollection
Returns:
The size value

getItem

public TypeName getItem(java.lang.Long typeID)

getIterator

public java.util.Iterator getIterator()
Description copied from class: RAECollection
Gets the iterator of the hash
Overrides:
getIterator in class RAECollection
Following copied from class: com.submersion.jspshop.rae.RAECollection
Returns:
The iterator value

create

public TypeName create(java.lang.String name)
                throws javax.ejb.CreateException,
                       javax.ejb.FinderException