Facemorph.DataBase.TemparyFiles
Class PyramidStub

java.lang.Object
  extended by Facemorph.DataBase.TemparyFiles.Stub
      extended by Facemorph.DataBase.TemparyFiles.PyramidStub
All Implemented Interfaces:
java.util.Comparator<Stub>

public class PyramidStub
extends Stub


Constructor Summary
PyramidStub(Pyramid object)
          Create a Stub for the cache system using the specified object.
 
Method Summary
 Pyramid get()
           
 void update(Pyramid object)
           
 
Methods inherited from class Facemorph.DataBase.TemparyFiles.Stub
compare, finalize, getFile, getID, remove, setCacheHandler
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

PyramidStub

public PyramidStub(Pyramid object)
Create a Stub for the cache system using the specified object.

Parameters:
object - object to use in the caching system.
Method Detail

update

public void update(Pyramid object)

get

public Pyramid get()