net.sourceforge.rpgee
Class AbstractIdentified
java.lang.Object
net.sourceforge.rpgee.AbstractIdentified
- All Implemented Interfaces:
- Identified
- Direct Known Subclasses:
- AbstractRandomValueGenerator
public abstract class AbstractIdentified
- extends java.lang.Object
- implements Identified
- Author:
- Mykel
Fields inherited from interface net.sourceforge.rpgee.Identified |
ID |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractIdentified
public AbstractIdentified()
- Creates a new instance of AbstractIdentified
AbstractIdentified
public AbstractIdentified(java.lang.Object id)
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.