public interface _DBPatchOperationsNC extends _IObjectOperationsNC
Modifier and Type | Method and Description |
---|---|
RInt |
getCurrentPatch() |
RString |
getCurrentVersion() |
RTime |
getFinished() |
RString |
getMessage() |
RInt |
getPreviousPatch() |
RString |
getPreviousVersion() |
void |
setCurrentPatch(RInt theCurrentPatch) |
void |
setCurrentVersion(RString theCurrentVersion) |
void |
setFinished(RTime theFinished) |
void |
setMessage(RString theMessage) |
void |
setPreviousPatch(RInt thePreviousPatch) |
void |
setPreviousVersion(RString thePreviousVersion) |
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
RString getCurrentVersion()
void setCurrentVersion(RString theCurrentVersion)
RInt getCurrentPatch()
void setCurrentPatch(RInt theCurrentPatch)
RString getPreviousVersion()
void setPreviousVersion(RString thePreviousVersion)
RInt getPreviousPatch()
void setPreviousPatch(RInt thePreviousPatch)
RTime getFinished()
void setFinished(RTime theFinished)
RString getMessage()
void setMessage(RString theMessage)