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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TypeNames
public TypeNames(java.lang.String name)
TypeNames
public TypeNames(java.lang.Long typeID)
TypeNames
public TypeNames()
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