com.submersion.jspshop.rae
Class TypeName

java.lang.Object
  |
  +--com.submersion.jspshop.rae.RAEInstance
        |
        +--com.submersion.jspshop.rae.TypeName

public class TypeName
extends RAEInstance

Let's you create types.

Version:
$Revision$
Author:
Darryl Bleau (darrylbleau@submersion.com)
See Also:
TypeNames

Fields inherited from class com.submersion.jspshop.rae.RAEInstance
id, name
 
Constructor Summary
TypeName(java.lang.Long id)
           
 
Method Summary
 void setName(java.lang.String name)
           
 
Methods inherited from class com.submersion.jspshop.rae.RAEInstance
getID, getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeName

public TypeName(java.lang.Long id)
Method Detail

setName

public void setName(java.lang.String name)