Package omero.model
Class _ElectricPotentialTie
- java.lang.Object
- 
- Ice.ObjectImpl
- 
- omero.model.ElectricPotential
- 
- omero.model._ElectricPotentialTie
 
 
 
- 
- All Implemented Interfaces:
- Ice.Object,- Ice.TieBase,- java.io.Serializable,- java.lang.Cloneable,- _ElectricPotentialOperations,- _ElectricPotentialOperationsNC
 
 public class _ElectricPotentialTie extends ElectricPotential implements Ice.TieBase - See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description static longserialVersionUID- 
Fields inherited from class omero.model.ElectricPotential__ids, unit, value
 
- 
 - 
Constructor SummaryConstructors Constructor Description _ElectricPotentialTie()_ElectricPotentialTie(_ElectricPotentialOperations delegate)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ElectricPotentialcopy(Ice.Current __current)booleanequals(java.lang.Object rhs)java.lang.StringgetSymbol(Ice.Current __current)Returns the possibly unicode representation of the ""unit"" value for display.UnitsElectricPotentialgetUnit(Ice.Current __current)UnitsElectricPotentialinstance which is anIObjectmeaning that its ID is sufficient for identifying equality.doublegetValue(Ice.Current __current)Actual value for this unit-based field.inthashCode()java.lang.Objectice_delegate()voidice_delegate(java.lang.Object delegate)voidsetUnit(UnitsElectricPotential unit, Ice.Current __current)voidsetValue(double value, Ice.Current __current)- 
Methods inherited from class omero.model.ElectricPotential___copy, ___getSymbol, ___getUnit, ___getValue, ___setUnit, ___setValue, __dispatch, __readImpl, __writeImpl, clone, copy, getSymbol, getUnit, getValue, ice_id, ice_id, ice_ids, ice_ids, ice_isA, ice_isA, ice_staticId, setUnit, setValue
 
- 
 
- 
- 
- 
Field Detail- 
serialVersionUIDpublic static final long serialVersionUID - See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
_ElectricPotentialTiepublic _ElectricPotentialTie() 
 - 
_ElectricPotentialTiepublic _ElectricPotentialTie(_ElectricPotentialOperations delegate) 
 
- 
 - 
Method Detail- 
ice_delegatepublic java.lang.Object ice_delegate() - Specified by:
- ice_delegatein interface- Ice.TieBase
 
 - 
ice_delegatepublic void ice_delegate(java.lang.Object delegate) - Specified by:
- ice_delegatein interface- Ice.TieBase
 
 - 
equalspublic boolean equals(java.lang.Object rhs) - Overrides:
- equalsin class- java.lang.Object
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- java.lang.Object
 
 - 
copypublic ElectricPotential copy(Ice.Current __current) - Specified by:
- copyin interface- _ElectricPotentialOperations
 
 - 
getSymbolpublic java.lang.String getSymbol(Ice.Current __current) Description copied from interface:_ElectricPotentialOperationsReturns the possibly unicode representation of the ""unit"" value for display.- Specified by:
- getSymbolin interface- _ElectricPotentialOperations
- Parameters:
- __current- The Current object for the invocation.
 
 - 
getUnitpublic UnitsElectricPotential getUnit(Ice.Current __current) Description copied from interface:_ElectricPotentialOperationsUnitsElectricPotentialinstance which is anIObjectmeaning that its ID is sufficient for identifying equality.- Specified by:
- getUnitin interface- _ElectricPotentialOperations
- Parameters:
- __current- The Current object for the invocation.
 
 - 
getValuepublic double getValue(Ice.Current __current) Description copied from interface:_ElectricPotentialOperationsActual value for this unit-based field. The interpretation of the value is only possible along with theUnitsElectricPotentialenum.- Specified by:
- getValuein interface- _ElectricPotentialOperations
- Parameters:
- __current- The Current object for the invocation.
 
 - 
setUnitpublic void setUnit(UnitsElectricPotential unit, Ice.Current __current) - Specified by:
- setUnitin interface- _ElectricPotentialOperations
 
 - 
setValuepublic void setValue(double value, Ice.Current __current)- Specified by:
- setValuein interface- _ElectricPotentialOperations
 
 
- 
 
-