net.sourceforge.rpgee
Class AbstractIdentified

java.lang.Object
  extended by net.sourceforge.rpgee.AbstractIdentified
All Implemented Interfaces:
Identified
Direct Known Subclasses:
AbstractRandomValueGenerator

public abstract class AbstractIdentified
extends java.lang.Object
implements Identified

Author:
Mykel

Field Summary
 
Fields inherited from interface net.sourceforge.rpgee.Identified
ID
 
Constructor Summary
AbstractIdentified()
          Creates a new instance of AbstractIdentified
AbstractIdentified(java.lang.Object id)
           
 
Method Summary
 java.lang.Object getId()
           
 java.lang.String getIdAsString()
           
 void setId(java.lang.Object id)
           
 void setIdAsString(java.lang.String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractIdentified

public AbstractIdentified()
Creates a new instance of AbstractIdentified


AbstractIdentified

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

getId

public java.lang.Object getId()
Specified by:
getId in interface Identified

getIdAsString

public java.lang.String getIdAsString()
Specified by:
getIdAsString in interface Identified

setId

public void setId(java.lang.Object id)

setIdAsString

public void setIdAsString(java.lang.String id)


Copyright © 2006 An Infinite Number of Monkeys. All Rights Reserved.