Package omero.model
Interface _DBPatchOperations
-
- All Superinterfaces:
_IObjectOperations
- All Known Implementing Classes:
_DBPatchTie,DBPatch,DBPatchI
public interface _DBPatchOperations extends _IObjectOperations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RIntgetCurrentPatch(Ice.Current __current)RStringgetCurrentVersion(Ice.Current __current)RTimegetFinished(Ice.Current __current)RStringgetMessage(Ice.Current __current)RIntgetPreviousPatch(Ice.Current __current)RStringgetPreviousVersion(Ice.Current __current)voidsetCurrentPatch(RInt theCurrentPatch, Ice.Current __current)voidsetCurrentVersion(RString theCurrentVersion, Ice.Current __current)voidsetFinished(RTime theFinished, Ice.Current __current)voidsetMessage(RString theMessage, Ice.Current __current)voidsetPreviousPatch(RInt thePreviousPatch, Ice.Current __current)voidsetPreviousVersion(RString thePreviousVersion, Ice.Current __current)-
Methods inherited from interface omero.model._IObjectOperations
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
-
-
-
Method Detail
-
getCurrentVersion
RString getCurrentVersion(Ice.Current __current)
-
setCurrentVersion
void setCurrentVersion(RString theCurrentVersion, Ice.Current __current)
-
getCurrentPatch
RInt getCurrentPatch(Ice.Current __current)
-
setCurrentPatch
void setCurrentPatch(RInt theCurrentPatch, Ice.Current __current)
-
getPreviousVersion
RString getPreviousVersion(Ice.Current __current)
-
setPreviousVersion
void setPreviousVersion(RString thePreviousVersion, Ice.Current __current)
-
getPreviousPatch
RInt getPreviousPatch(Ice.Current __current)
-
setPreviousPatch
void setPreviousPatch(RInt thePreviousPatch, Ice.Current __current)
-
getFinished
RTime getFinished(Ice.Current __current)
-
setFinished
void setFinished(RTime theFinished, Ice.Current __current)
-
getMessage
RString getMessage(Ice.Current __current)
-
setMessage
void setMessage(RString theMessage, Ice.Current __current)
-
-