Package omero.model
Class DBPatch
- java.lang.Object
-
- Ice.ObjectImpl
-
- omero.model.IObject
-
- omero.model.DBPatch
-
- All Implemented Interfaces:
Ice.Object
,java.io.Serializable
,java.lang.Cloneable
,_DBPatchOperations
,_DBPatchOperationsNC
,_IObjectOperations
,_IObjectOperationsNC
- Direct Known Subclasses:
_DBPatchTie
,DBPatchI
public abstract class DBPatch extends IObject implements _DBPatchOperations, _DBPatchOperationsNC
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String[]
__ids
protected RInt
currentPatch
protected RString
currentVersion
protected RTime
finished
protected RString
message
protected RInt
previousPatch
protected RString
previousVersion
static long
serialVersionUID
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Ice.DispatchStatus
___getCurrentPatch(DBPatch __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getCurrentVersion(DBPatch __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getFinished(DBPatch __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getMessage(DBPatch __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getPreviousPatch(DBPatch __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getPreviousVersion(DBPatch __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setCurrentPatch(DBPatch __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setCurrentVersion(DBPatch __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setFinished(DBPatch __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setMessage(DBPatch __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setPreviousPatch(DBPatch __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setPreviousVersion(DBPatch __obj, IceInternal.Incoming __inS, Ice.Current __current)
Ice.DispatchStatus
__dispatch(IceInternal.Incoming in, Ice.Current __current)
protected void
__readImpl(IceInternal.BasicStream __is)
protected void
__writeImpl(IceInternal.BasicStream __os)
DBPatch
clone()
RInt
getCurrentPatch()
RString
getCurrentVersion()
RTime
getFinished()
RString
getMessage()
RInt
getPreviousPatch()
RString
getPreviousVersion()
java.lang.String
ice_id()
java.lang.String
ice_id(Ice.Current __current)
java.lang.String[]
ice_ids()
java.lang.String[]
ice_ids(Ice.Current __current)
boolean
ice_isA(java.lang.String s)
boolean
ice_isA(java.lang.String s, Ice.Current __current)
static java.lang.String
ice_staticId()
void
setCurrentPatch(RInt theCurrentPatch)
void
setCurrentVersion(RString theCurrentVersion)
void
setFinished(RTime theFinished)
void
setMessage(RString theMessage)
void
setPreviousPatch(RInt thePreviousPatch)
void
setPreviousVersion(RString thePreviousVersion)
-
Methods inherited from class omero.model.IObject
___getDetails, ___getId, ___isAnnotated, ___isGlobal, ___isLink, ___isLoaded, ___isMutable, ___proxy, ___setId, ___shallowCopy, ___unload, ___unloadCollections, ___unloadDetails, getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
Methods inherited from class Ice.ObjectImpl
___ice_id, ___ice_ids, ___ice_isA, ___ice_ping, __checkMode, __read, __read, __readImpl, __write, __write, __writeImpl, ice_dispatch, ice_dispatch, ice_operationAttributes, ice_ping, ice_ping, ice_postUnmarshal, ice_preMarshal
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface omero.model._DBPatchOperations
getCurrentPatch, getCurrentVersion, getFinished, getMessage, getPreviousPatch, getPreviousVersion, setCurrentPatch, setCurrentVersion, setFinished, setMessage, setPreviousPatch, setPreviousVersion
-
Methods inherited from interface omero.model._IObjectOperations
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
Methods inherited from interface omero.model._IObjectOperationsNC
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
-
-
-
Field Detail
-
__ids
public static final java.lang.String[] __ids
-
currentVersion
protected RString currentVersion
-
currentPatch
protected RInt currentPatch
-
previousVersion
protected RString previousVersion
-
previousPatch
protected RInt previousPatch
-
finished
protected RTime finished
-
message
protected RString message
-
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Method Detail
-
ice_isA
public boolean ice_isA(java.lang.String s)
-
ice_isA
public boolean ice_isA(java.lang.String s, Ice.Current __current)
-
ice_ids
public java.lang.String[] ice_ids()
-
ice_ids
public java.lang.String[] ice_ids(Ice.Current __current)
-
ice_id
public java.lang.String ice_id()
-
ice_id
public java.lang.String ice_id(Ice.Current __current)
-
ice_staticId
public static java.lang.String ice_staticId()
-
getCurrentPatch
public final RInt getCurrentPatch()
- Specified by:
getCurrentPatch
in interface_DBPatchOperationsNC
-
getCurrentVersion
public final RString getCurrentVersion()
- Specified by:
getCurrentVersion
in interface_DBPatchOperationsNC
-
getFinished
public final RTime getFinished()
- Specified by:
getFinished
in interface_DBPatchOperationsNC
-
getMessage
public final RString getMessage()
- Specified by:
getMessage
in interface_DBPatchOperationsNC
-
getPreviousPatch
public final RInt getPreviousPatch()
- Specified by:
getPreviousPatch
in interface_DBPatchOperationsNC
-
getPreviousVersion
public final RString getPreviousVersion()
- Specified by:
getPreviousVersion
in interface_DBPatchOperationsNC
-
setCurrentPatch
public final void setCurrentPatch(RInt theCurrentPatch)
- Specified by:
setCurrentPatch
in interface_DBPatchOperationsNC
-
setCurrentVersion
public final void setCurrentVersion(RString theCurrentVersion)
- Specified by:
setCurrentVersion
in interface_DBPatchOperationsNC
-
setFinished
public final void setFinished(RTime theFinished)
- Specified by:
setFinished
in interface_DBPatchOperationsNC
-
setMessage
public final void setMessage(RString theMessage)
- Specified by:
setMessage
in interface_DBPatchOperationsNC
-
setPreviousPatch
public final void setPreviousPatch(RInt thePreviousPatch)
- Specified by:
setPreviousPatch
in interface_DBPatchOperationsNC
-
setPreviousVersion
public final void setPreviousVersion(RString thePreviousVersion)
- Specified by:
setPreviousVersion
in interface_DBPatchOperationsNC
-
___getCurrentVersion
public static Ice.DispatchStatus ___getCurrentVersion(DBPatch __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setCurrentVersion
public static Ice.DispatchStatus ___setCurrentVersion(DBPatch __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getCurrentPatch
public static Ice.DispatchStatus ___getCurrentPatch(DBPatch __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setCurrentPatch
public static Ice.DispatchStatus ___setCurrentPatch(DBPatch __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getPreviousVersion
public static Ice.DispatchStatus ___getPreviousVersion(DBPatch __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setPreviousVersion
public static Ice.DispatchStatus ___setPreviousVersion(DBPatch __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getPreviousPatch
public static Ice.DispatchStatus ___getPreviousPatch(DBPatch __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setPreviousPatch
public static Ice.DispatchStatus ___setPreviousPatch(DBPatch __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getFinished
public static Ice.DispatchStatus ___getFinished(DBPatch __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setFinished
public static Ice.DispatchStatus ___setFinished(DBPatch __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getMessage
public static Ice.DispatchStatus ___getMessage(DBPatch __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setMessage
public static Ice.DispatchStatus ___setMessage(DBPatch __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
__dispatch
public Ice.DispatchStatus __dispatch(IceInternal.Incoming in, Ice.Current __current)
- Specified by:
__dispatch
in interfaceIce.Object
- Overrides:
__dispatch
in classIObject
-
__writeImpl
protected void __writeImpl(IceInternal.BasicStream __os)
- Overrides:
__writeImpl
in classIObject
-
__readImpl
protected void __readImpl(IceInternal.BasicStream __is)
- Overrides:
__readImpl
in classIObject
-
-