Class ServiceInstanceDependency

    • Constructor Detail

      • ServiceInstanceDependency

        public ServiceInstanceDependency()
    • Method Detail

      • getId

        public java.lang.String getId()
      • setId

        public void setId​(java.lang.String id)
      • getServiceInstanceId

        public java.lang.String getServiceInstanceId()
      • getDependentServiceInstance

        public ServiceInstance getDependentServiceInstance()
      • setDependentServiceInstance

        public void setDependentServiceInstance​(ServiceInstance dependentServiceInstance)
      • getDependencyType

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