ist.palcom.storage.tags
Interface Taggable

All Superinterfaces:
java.lang.Cloneable, Persistent
All Known Implementing Classes:
DiabetesTest

public interface Taggable
extends Persistent, java.lang.Cloneable


Method Summary
 java.lang.Object clone()
           
 int getid()
           
 void setid(int id)
          Handle object id, i.e. makes objects unique
 
Methods inherited from interface ist.palcom.storage.persistent.Persistent
persist, resurrect
 

Method Detail

setid

void setid(int id)
Handle object id, i.e. makes objects unique


getid

int getid()

clone

java.lang.Object clone()