Package omero.api
Class _ServiceInterfaceTie
- java.lang.Object
-
- Ice.ObjectImpl
-
- omero.api._ServiceInterfaceDisp
-
- omero.api._ServiceInterfaceTie
-
- All Implemented Interfaces:
Ice.Object
,Ice.TieBase
,java.io.Serializable
,java.lang.Cloneable
,_ServiceInterfaceOperations
,_ServiceInterfaceOperationsNC
,ServiceInterface
public class _ServiceInterfaceTie extends _ServiceInterfaceDisp implements Ice.TieBase
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static long
serialVersionUID
-
Fields inherited from class omero.api._ServiceInterfaceDisp
__ids
-
Fields inherited from interface omero.api.ServiceInterface
ice_staticId
-
-
Constructor Summary
Constructors Constructor Description _ServiceInterfaceTie()
_ServiceInterfaceTie(_ServiceInterfaceOperations delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object rhs)
int
hashCode()
java.lang.Object
ice_delegate()
void
ice_delegate(java.lang.Object delegate)
-
Methods inherited from class omero.api._ServiceInterfaceDisp
__readImpl, __writeImpl, ice_copyStateFrom, ice_id, ice_id, ice_ids, ice_ids, ice_isA, ice_isA, ice_staticId
-
Methods inherited from class Ice.ObjectImpl
___ice_id, ___ice_ids, ___ice_isA, ___ice_ping, __checkMode, __dispatch, __read, __read, __readImpl, __write, __write, __writeImpl, clone, ice_dispatch, ice_dispatch, ice_operationAttributes, ice_ping, ice_ping, ice_postUnmarshal, ice_preMarshal
-
-
-
-
Field Detail
-
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
_ServiceInterfaceTie
public _ServiceInterfaceTie()
-
_ServiceInterfaceTie
public _ServiceInterfaceTie(_ServiceInterfaceOperations delegate)
-
-
Method Detail
-
ice_delegate
public java.lang.Object ice_delegate()
- Specified by:
ice_delegate
in interfaceIce.TieBase
-
ice_delegate
public void ice_delegate(java.lang.Object delegate)
- Specified by:
ice_delegate
in interfaceIce.TieBase
-
equals
public boolean equals(java.lang.Object rhs)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-