|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.wisc.ssec.mcidasv.servermanager.RemoteEntryEditor.StatusWrapper
private static class RemoteEntryEditor.StatusWrapper
Associates a RemoteAddeEntry
with one of the states from
RemoteEntryEditor.AddeStatus
.
Field Summary | |
---|---|
private RemoteAddeEntry |
entry
|
private RemoteEntryEditor.AddeStatus |
status
Current "status" of entry . |
Constructor Summary | |
---|---|
RemoteEntryEditor.StatusWrapper(RemoteAddeEntry entry)
Builds an entry/status pairing. |
Method Summary | |
---|---|
RemoteAddeEntry |
getEntry()
Returns the RemoteAddeEntry stored in this wrapper. |
RemoteEntryEditor.AddeStatus |
getStatus()
Returns the current "status" of entry . |
void |
setStatus(RemoteEntryEditor.AddeStatus status)
Set the "status" of this entry to a given
RemoteEntryEditor.AddeStatus . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final RemoteAddeEntry entry
private RemoteEntryEditor.AddeStatus status
entry
.
Constructor Detail |
---|
public RemoteEntryEditor.StatusWrapper(RemoteAddeEntry entry)
entry
- The RemoteAddeEntry
to wrap up.
NullPointerException
- if entry
is null
.Method Detail |
---|
public void setStatus(RemoteEntryEditor.AddeStatus status)
entry
to a given
RemoteEntryEditor.AddeStatus
.
status
- New status of entry
.public RemoteEntryEditor.AddeStatus getStatus()
entry
.
RemoteEntryEditor.AddeStatus
.public RemoteAddeEntry getEntry()
RemoteAddeEntry
stored in this wrapper.
entry
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |