com.submersion.jspshop.rae
Class Property

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

public class Property
extends RAEInstance

Property implementation for objects. Basically allows you
  to change Property values for an object.

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

Fields inherited from class com.submersion.jspshop.rae.RAEInstance
id, name
 
Constructor Summary
Property(java.lang.Long id)
           
 
Method Summary
 java.lang.Long getObjectID()
           
 Types getTypes()
           
 Types getTypes(java.lang.Long typeID)
           
 Types getTypes(java.lang.String value)
           
 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

Property

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

getObjectID

public java.lang.Long getObjectID()

getValue

public java.lang.String getValue()

setValue

public void setValue(java.lang.String value)

getTypes

public Types getTypes()

getTypes

public Types getTypes(java.lang.Long typeID)

getTypes

public Types getTypes(java.lang.String value)