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
Constructor Summary |
Property(java.lang.Long id)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Property
public Property(java.lang.Long id)
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)