|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.iris.Fissures.seed.container.SeedObject
edu.iris.Fissures.seed.container.SeedObjectProxy
public class SeedObjectProxy
Proxy class for SeedObjects. Used as a card file for cached SeedObjects that may or may not be in memory.
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 |
---|
public SeedObjectProxy(int type, int id)
Method Detail |
---|
public int getType()
getType
in class SeedObject
public int getLookupId()
getLookupId
in class SeedObject
public java.lang.String toString()
toString
in class SeedObject
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |