Package omero.model
Class ExternalInfo
- java.lang.Object
-
- Ice.ObjectImpl
-
- omero.model.IObject
-
- omero.model.ExternalInfo
-
- All Implemented Interfaces:
Ice.Object
,java.io.Serializable
,java.lang.Cloneable
,_ExternalInfoOperations
,_ExternalInfoOperationsNC
,_IObjectOperations
,_IObjectOperationsNC
- Direct Known Subclasses:
_ExternalInfoTie
,ExternalInfoI
public abstract class ExternalInfo extends IObject implements _ExternalInfoOperations, _ExternalInfoOperationsNC
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String[]
__ids
protected RLong
entityId
protected RString
entityType
protected RString
lsid
static long
serialVersionUID
protected RString
uuid
-
Constructor Summary
Constructors Constructor Description ExternalInfo()
ExternalInfo(RLong id, Details details, boolean loaded, RLong entityId, RString entityType, RString lsid, RString uuid)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Ice.DispatchStatus
___getEntityId(ExternalInfo __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getEntityType(ExternalInfo __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getLsid(ExternalInfo __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getUuid(ExternalInfo __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setEntityId(ExternalInfo __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setEntityType(ExternalInfo __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setLsid(ExternalInfo __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setUuid(ExternalInfo __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)
ExternalInfo
clone()
RLong
getEntityId()
RString
getEntityType()
RString
getLsid()
RString
getUuid()
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
setEntityId(RLong theEntityId)
void
setEntityType(RString theEntityType)
void
setLsid(RString theLsid)
void
setUuid(RString theUuid)
-
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._ExternalInfoOperations
getEntityId, getEntityType, getLsid, getUuid, setEntityId, setEntityType, setLsid, setUuid
-
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
-
entityId
protected RLong entityId
-
entityType
protected RString entityType
-
lsid
protected RString lsid
-
uuid
protected RString uuid
-
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()
-
getEntityId
public final RLong getEntityId()
- Specified by:
getEntityId
in interface_ExternalInfoOperationsNC
-
getEntityType
public final RString getEntityType()
- Specified by:
getEntityType
in interface_ExternalInfoOperationsNC
-
getLsid
public final RString getLsid()
- Specified by:
getLsid
in interface_ExternalInfoOperationsNC
-
getUuid
public final RString getUuid()
- Specified by:
getUuid
in interface_ExternalInfoOperationsNC
-
setEntityId
public final void setEntityId(RLong theEntityId)
- Specified by:
setEntityId
in interface_ExternalInfoOperationsNC
-
setEntityType
public final void setEntityType(RString theEntityType)
- Specified by:
setEntityType
in interface_ExternalInfoOperationsNC
-
setLsid
public final void setLsid(RString theLsid)
- Specified by:
setLsid
in interface_ExternalInfoOperationsNC
-
setUuid
public final void setUuid(RString theUuid)
- Specified by:
setUuid
in interface_ExternalInfoOperationsNC
-
___getEntityId
public static Ice.DispatchStatus ___getEntityId(ExternalInfo __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setEntityId
public static Ice.DispatchStatus ___setEntityId(ExternalInfo __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getEntityType
public static Ice.DispatchStatus ___getEntityType(ExternalInfo __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setEntityType
public static Ice.DispatchStatus ___setEntityType(ExternalInfo __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getLsid
public static Ice.DispatchStatus ___getLsid(ExternalInfo __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setLsid
public static Ice.DispatchStatus ___setLsid(ExternalInfo __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getUuid
public static Ice.DispatchStatus ___getUuid(ExternalInfo __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setUuid
public static Ice.DispatchStatus ___setUuid(ExternalInfo __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
-
clone
public ExternalInfo clone()
-
-