Class ServiceInstanceDependency

    • Constructor Detail

      • ServiceInstanceDependency

        public ServiceInstanceDependency()
    • Method Detail

      • getId

        public String getId()
      • setId

        public void setId​(String id)
      • getServiceInstanceId

        public String getServiceInstanceId()
      • getDependentServiceInstance

        public ServiceInstance getDependentServiceInstance()
      • setDependentServiceInstance

        public void setDependentServiceInstance​(ServiceInstance dependentServiceInstance)
      • getDependencyType

        public String getDependencyType()
      • 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 interface ICustomEquivalence
        Parameters:
        obj - the object to compare with.
        Returns:
        true if the objects are equivalent, false otherwise.