public abstract class DBPatch extends IObject implements _DBPatchOperations, _DBPatchOperationsNC
| Modifier and Type | Field and 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 | 
| Constructor and Description | 
|---|
| DBPatch() | 
| DBPatch(RLong id,
       Details details,
       boolean loaded,
       RString currentVersion,
       RInt currentPatch,
       RString previousVersion,
       RInt previousPatch,
       RTime finished,
       RString message) | 
| Modifier and Type | Method and 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) | 
___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___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_preMarshalequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCurrentPatch, getCurrentVersion, getFinished, getMessage, getPreviousPatch, getPreviousVersion, setCurrentPatch, setCurrentVersion, setFinished, setMessage, setPreviousPatch, setPreviousVersiongetDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetailsgetDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetailspublic static final java.lang.String[] __ids
protected RString currentVersion
protected RInt currentPatch
protected RString previousVersion
protected RInt previousPatch
protected RTime finished
protected RString message
public static final long serialVersionUID
public boolean ice_isA(java.lang.String s)
public boolean ice_isA(java.lang.String s,
                       Ice.Current __current)
public java.lang.String[] ice_ids()
public java.lang.String[] ice_ids(Ice.Current __current)
public java.lang.String ice_id()
public java.lang.String ice_id(Ice.Current __current)
public static java.lang.String ice_staticId()
public final RInt getCurrentPatch()
getCurrentPatch in interface _DBPatchOperationsNCpublic final RString getCurrentVersion()
getCurrentVersion in interface _DBPatchOperationsNCpublic final RTime getFinished()
getFinished in interface _DBPatchOperationsNCpublic final RString getMessage()
getMessage in interface _DBPatchOperationsNCpublic final RInt getPreviousPatch()
getPreviousPatch in interface _DBPatchOperationsNCpublic final RString getPreviousVersion()
getPreviousVersion in interface _DBPatchOperationsNCpublic final void setCurrentPatch(RInt theCurrentPatch)
setCurrentPatch in interface _DBPatchOperationsNCpublic final void setCurrentVersion(RString theCurrentVersion)
setCurrentVersion in interface _DBPatchOperationsNCpublic final void setFinished(RTime theFinished)
setFinished in interface _DBPatchOperationsNCpublic final void setMessage(RString theMessage)
setMessage in interface _DBPatchOperationsNCpublic final void setPreviousPatch(RInt thePreviousPatch)
setPreviousPatch in interface _DBPatchOperationsNCpublic final void setPreviousVersion(RString thePreviousVersion)
setPreviousVersion in interface _DBPatchOperationsNCpublic static Ice.DispatchStatus ___getCurrentVersion(DBPatch __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___setCurrentVersion(DBPatch __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___getCurrentPatch(DBPatch __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___setCurrentPatch(DBPatch __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___getPreviousVersion(DBPatch __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___setPreviousVersion(DBPatch __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___getPreviousPatch(DBPatch __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___setPreviousPatch(DBPatch __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___getFinished(DBPatch __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___setFinished(DBPatch __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___getMessage(DBPatch __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___setMessage(DBPatch __obj, IceInternal.Incoming __inS, Ice.Current __current)
public Ice.DispatchStatus __dispatch(IceInternal.Incoming in,
                                     Ice.Current __current)
__dispatch in interface Ice.Object__dispatch in class IObjectprotected void __writeImpl(IceInternal.BasicStream __os)
__writeImpl in class IObjectprotected void __readImpl(IceInternal.BasicStream __is)
__readImpl in class IObject