edu.iris.Fissures.seed.container
Class SeedObjectProxy

java.lang.Object
  extended by edu.iris.Fissures.seed.container.SeedObject
      extended by edu.iris.Fissures.seed.container.SeedObjectProxy
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public class SeedObjectProxy
extends SeedObject

Proxy class for SeedObjects. Used as a card file for cached SeedObjects that may or may not be in memory.

Version:
10/22/2004
Author:
Robert Casey, IRIS DMC
See Also:
Serialized Form

Constructor Summary
SeedObjectProxy(int type, int id)
           
 
Method Summary
 int getLookupId()
          Return the lookup Id for this proxy.
 int getType()
          Return the object type represented by this proxy.
 java.lang.String toString()
          Give a string representation of this proxy.
 
Methods inherited from class edu.iris.Fissures.seed.container.SeedObject
compareTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SeedObjectProxy

public SeedObjectProxy(int type,
                       int id)
Method Detail

getType

public int getType()
Return the object type represented by this proxy.

Specified by:
getType in class SeedObject

getLookupId

public int getLookupId()
Return the lookup Id for this proxy.

Specified by:
getLookupId in class SeedObject

toString

public java.lang.String toString()
Give a string representation of this proxy.

Specified by:
toString in class SeedObject