|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for an entry in the list.
Method Summary | |
void |
cacheValues()
Fetch the values it needs from the remote object. |
void |
clearCachedValues()
Remove the cached values from the entry. |
boolean |
equals(java.lang.Object obj)
The equals method has to be overriden in that wqay, that the entry euqlas the object, it was created for. |
java.lang.Object |
getValue(int column)
Returns the value that should be displayed for this entry at a column. |
boolean |
isCached()
Returns wether the entry has already cached values. |
Method Detail |
public void cacheValues() throws java.rmi.RemoteException
java.rmi.RemoteException
- If caching does not work, because of an
RemoteException.public void clearCachedValues()
public boolean isCached()
public java.lang.Object getValue(int column)
column
- COlumn the value is returned for.public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- Object to compare to.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |