|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.iris.Fissures.seed.container.SeedObject
public abstract class SeedObject
Abstract class for all SEED object entities. This abstract class represents properties that are common among all of the SeedObjects.
Constructor Summary | |
---|---|
SeedObject()
|
Method Summary | |
---|---|
int |
compareTo(java.lang.Object o)
Compare and sort SeedObjects relative to each other. |
abstract int |
getLookupId()
Each SEED object should have a unique Lookup ID if they are to be distinguished uniquely from one another. |
abstract int |
getType()
Return a number that represents the type of SeedObject this is. |
abstract java.lang.String |
toString()
Express the contents of this SeedObject as a String. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SeedObject()
Method Detail |
---|
public abstract int getType()
public abstract java.lang.String toString()
toString
in class java.lang.Object
public abstract int getLookupId()
public int compareTo(java.lang.Object o) throws java.lang.ClassCastException
compareTo
in interface java.lang.Comparable
java.lang.ClassCastException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |