com.submersion.jspshop.rae
Class Type

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

public class Type
extends RAEInstance

Type implementation for Objects. Basically allows modification of a property type value.

Version:
$Revision$
Author:
Jeff Davey (jeffdavey@submersion.com)
See Also:
Types

Fields inherited from class com.submersion.jspshop.rae.RAEInstance
id, name
 
Constructor Summary
Type(java.lang.Long id)
           
 
Method Summary
 java.lang.Long getTypeID()
           
 java.lang.String getValue()
           
 void setValue(java.lang.String value)
           
 
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

Type

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

getTypeID

public java.lang.Long getTypeID()

setValue

public void setValue(java.lang.String value)

getValue

public java.lang.String getValue()