edu.iris.Fissures.seed.container
Class SeedObjectProxy

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

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


brought to you by Incorporated Research Institutions for Seismology
June 29 2006