public abstract class IObject extends Ice.ObjectImpl implements _IObjectOperations, _IObjectOperationsNC
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String[] | 
__ids  | 
protected Details | 
details
Internal details (permissions, owner, etc.) for
 this entity. 
 | 
protected RLong | 
id
The database id for this entity. 
 | 
protected boolean | 
loaded
An unloaded object contains no state other than id. 
 | 
static long | 
serialVersionUID  | 
| Constructor and Description | 
|---|
IObject()  | 
IObject(RLong id,
       Details details,
       boolean loaded)  | 
| Modifier and Type | Method and Description | 
|---|---|
static Ice.DispatchStatus | 
___getDetails(IObject __obj,
             IceInternal.Incoming __inS,
             Ice.Current __current)  | 
static Ice.DispatchStatus | 
___getId(IObject __obj,
        IceInternal.Incoming __inS,
        Ice.Current __current)  | 
static Ice.DispatchStatus | 
___isAnnotated(IObject __obj,
              IceInternal.Incoming __inS,
              Ice.Current __current)  | 
static Ice.DispatchStatus | 
___isGlobal(IObject __obj,
           IceInternal.Incoming __inS,
           Ice.Current __current)  | 
static Ice.DispatchStatus | 
___isLink(IObject __obj,
         IceInternal.Incoming __inS,
         Ice.Current __current)  | 
static Ice.DispatchStatus | 
___isLoaded(IObject __obj,
           IceInternal.Incoming __inS,
           Ice.Current __current)  | 
static Ice.DispatchStatus | 
___isMutable(IObject __obj,
            IceInternal.Incoming __inS,
            Ice.Current __current)  | 
static Ice.DispatchStatus | 
___proxy(IObject __obj,
        IceInternal.Incoming __inS,
        Ice.Current __current)  | 
static Ice.DispatchStatus | 
___setId(IObject __obj,
        IceInternal.Incoming __inS,
        Ice.Current __current)  | 
static Ice.DispatchStatus | 
___shallowCopy(IObject __obj,
              IceInternal.Incoming __inS,
              Ice.Current __current)  | 
static Ice.DispatchStatus | 
___unload(IObject __obj,
         IceInternal.Incoming __inS,
         Ice.Current __current)  | 
static Ice.DispatchStatus | 
___unloadCollections(IObject __obj,
                    IceInternal.Incoming __inS,
                    Ice.Current __current)  | 
static Ice.DispatchStatus | 
___unloadDetails(IObject __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)  | 
IObject | 
clone()  | 
Details | 
getDetails()  | 
RLong | 
getId()  | 
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()  | 
boolean | 
isAnnotated()
Allows for the attachment of any omero.model.Annotation
 subclasses. 
 | 
boolean | 
isGlobal()
Marker interface which means that special rules apply
 for both reading and writing these instances. 
 | 
boolean | 
isLink()
A link between two other types. 
 | 
boolean | 
isLoaded()
Tests if the objects are loaded or not. 
 | 
boolean | 
isMutable()
The server will persist changes made to these types. 
 | 
IObject | 
proxy()
Return another instance of the same type as this instance
 constructed as if by: new InstanceI( this.id.val, false ); 
 | 
void | 
setId(RLong id)  | 
IObject | 
shallowCopy()
Return another instance of the same type as this instance
 with all single-value entities unloaded and all members of
 collections also unloaded. 
 | 
void | 
unload()
Sets the loaded boolean to false and empties all state
 from this entity to make sending it over the network
 less costly. 
 | 
void | 
unloadCollections()
Each collection can also be unloaded, independently
 of the object itself. 
 | 
void | 
unloadDetails()
As with collections, the objects under details can link
 to many other objects. 
 | 
___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, waitgetDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetailspublic static final java.lang.String[] __ids
protected RLong id
protected Details details
protected boolean loaded
public static final long serialVersionUID
public boolean ice_isA(java.lang.String s)
ice_isA in interface Ice.Objectice_isA in class Ice.ObjectImplpublic boolean ice_isA(java.lang.String s,
                       Ice.Current __current)
ice_isA in interface Ice.Objectice_isA in class Ice.ObjectImplpublic java.lang.String[] ice_ids()
ice_ids in interface Ice.Objectice_ids in class Ice.ObjectImplpublic java.lang.String[] ice_ids(Ice.Current __current)
ice_ids in interface Ice.Objectice_ids in class Ice.ObjectImplpublic java.lang.String ice_id()
ice_id in interface Ice.Objectice_id in class Ice.ObjectImplpublic java.lang.String ice_id(Ice.Current __current)
ice_id in interface Ice.Objectice_id in class Ice.ObjectImplpublic static java.lang.String ice_staticId()
public final Details getDetails()
getDetails in interface _IObjectOperationsNCpublic final RLong getId()
getId in interface _IObjectOperationsNCpublic final boolean isAnnotated()
isAnnotated in interface _IObjectOperationsNCpublic final boolean isGlobal()
isGlobal in interface _IObjectOperationsNCpublic final boolean isLink()
isLink in interface _IObjectOperationsNCpublic final boolean isLoaded()
isLoaded in interface _IObjectOperationsNCpublic final boolean isMutable()
isMutable in interface _IObjectOperationsNCpublic final IObject proxy()
proxy in interface _IObjectOperationsNCpublic final void setId(RLong id)
setId in interface _IObjectOperationsNCpublic final IObject shallowCopy()
shallowCopy in interface _IObjectOperationsNCpublic final void unload()
unload in interface _IObjectOperationsNCpublic final void unloadCollections()
unloadCollections in interface _IObjectOperationsNCpublic final void unloadDetails()
unloadDetails in interface _IObjectOperationsNCpublic static Ice.DispatchStatus ___getId(IObject __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___setId(IObject __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___getDetails(IObject __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___proxy(IObject __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___shallowCopy(IObject __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___unload(IObject __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___unloadCollections(IObject __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___unloadDetails(IObject __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___isLoaded(IObject __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___isGlobal(IObject __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___isLink(IObject __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___isMutable(IObject __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___isAnnotated(IObject __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 Ice.ObjectImplprotected void __writeImpl(IceInternal.BasicStream __os)
__writeImpl in class Ice.ObjectImplprotected void __readImpl(IceInternal.BasicStream __is)
__readImpl in class Ice.ObjectImplpublic IObject clone()
clone in interface Ice.Objectclone in class Ice.ObjectImpl