com.submersion.jspshop.rae
Class Object

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

public class Object
extends RAEInstance

Implementation of an Object

Version:
$Revision$
Author:
Darryl Bleau (darrylbleau@submersion.com)
See Also:
Objects, Properties, Class

Fields inherited from class com.submersion.jspshop.rae.RAEInstance
id, name
 
Constructor Summary
Object(java.lang.Long id)
           
 
Method Summary
 Objects getChildren()
           
 java.lang.String getContext()
           
 Class getObjectClass()
           
 Object getParent()
           
 Properties getProperties()
           
 Properties getProperties(java.lang.Long passedID, int queryType)
           
 Properties getProperties(java.lang.String value)
           
 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

Object

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

getContext

public java.lang.String getContext()

setName

public void setName(java.lang.String name)

getObjectClass

public Class getObjectClass()

getParent

public Object getParent()

getChildren

public Objects getChildren()

getProperties

public Properties getProperties()

getProperties

public Properties getProperties(java.lang.Long passedID,
                                int queryType)

getProperties

public Properties getProperties(java.lang.String value)