Class InterfaceInstanceCustomProperty
- java.lang.Object
-
- lumis.portal.structure.sync.model.page.InterfaceInstanceCustomProperty
-
- All Implemented Interfaces:
Serializable
,ICustomEquivalence
public class InterfaceInstanceCustomProperty extends Object implements Serializable, ICustomEquivalence
Service interface instance's custom property model.- Since:
- 6.2.0
- Version:
- $Revision: 18622 $ $Date: 2016-03-31 10:52:10 -0300 (Thu, 31 Mar 2016) $
- 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(Object obj)
Returns whether this object is equivalent to the given object.
-
-
-
Method Detail
-
isEquivalent
public boolean isEquivalent(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.
-
-