|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.unh.sdb.datasource.CellID
public abstract class CellID
Field Summary | |
---|---|
protected IndexSpaceID |
position
|
Constructor Summary | |
---|---|
CellID()
Constructor without argument |
|
CellID(IndexSpaceID p)
Constructor takes a single IndexSpaceID that represents the position of a cell in a cell space. |
Method Summary | |
---|---|
IndexSpaceID |
getPosition()
Get the position of a cell in a cell space |
void |
getPosition(IndexSpaceID p)
Set the position of a cell in a cell space |
java.lang.String |
toString()
Return a String representing the object. |
abstract java.lang.String |
toString(java.lang.String indent)
Return a String representing the object indented by the argument string. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected IndexSpaceID position
Constructor Detail |
---|
public CellID()
public CellID(IndexSpaceID p)
Method Detail |
---|
public IndexSpaceID getPosition()
public void getPosition(IndexSpaceID p)
public java.lang.String toString()
toString
in class java.lang.Object
public abstract java.lang.String toString(java.lang.String indent)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |