com.submersion.jspshop.rae
Class RAEInstance

java.lang.Object
  |
  +--com.submersion.jspshop.rae.RAEInstance
Direct Known Subclasses:
ClassProperty, Object, Property, PropertyType, Type, TypeName

public abstract class RAEInstance
extends java.lang.Object

Abstract class for individual RAE object instances.

Version:
$REVISION$
Author:
Jeff Davey (jeffdavey@submersion.com)

Field Summary
protected  java.lang.Long id
           
protected  java.lang.String name
           
 
Constructor Summary
RAEInstance(java.lang.Long id)
          Constructor for the RAEInstance object
 
Method Summary
 java.lang.Long getID()
          Gets the primary ID of the current instance
 java.lang.String getName()
          Gets the name attribute of the current instance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected java.lang.Long id

name

protected java.lang.String name
Constructor Detail

RAEInstance

public RAEInstance(java.lang.Long id)
Constructor for the RAEInstance object
Parameters:
id - The primary ID for this instance
Since:
 
Method Detail

getID

public java.lang.Long getID()
Gets the primary ID of the current instance
Returns:
The id value
Since:
 

getName

public java.lang.String getName()
Gets the name attribute of the current instance
Returns:
The name value
Since: