Class InterfaceInstanceCustomProperty
- java.lang.Object
-
- lumis.portal.structure.sync.model.page.InterfaceInstanceCustomProperty
-
- All Implemented Interfaces:
java.io.Serializable
,ICustomEquivalence
public class InterfaceInstanceCustomProperty extends java.lang.Object implements java.io.Serializable, ICustomEquivalence
Service interface instance's custom property model.- Since:
- 6.2.0
- Version:
- $Revision: 25199 $ $Date: 2022-09-05 18:27:38 -0300 (Mon, 05 Sep 2022) $
- See Also:
InterfaceInstance
,IServiceInterfaceInstanceManager
, Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
InterfaceInstanceCustomProperty.InterfaceInstanceCustomPropertyComparator
-
Constructor Summary
Constructors Constructor Description InterfaceInstanceCustomProperty()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isEquivalent(java.lang.Object obj)
Returns whether this object is equivalent to the given object.
-
-
-
Method Detail
-
isEquivalent
public boolean isEquivalent(java.lang.Object obj)
Description copied from interface:ICustomEquivalence
Returns whether this object is equivalent to the given object. If the object is equivalent, it will not need to be updated during synchronization.- Specified by:
isEquivalent
in interfaceICustomEquivalence
- Parameters:
obj
- the object to compare with.- Returns:
- true if the objects are equivalent, false otherwise.
-
-