org.alfresco.repo.policy
Class ServiceBehaviourBinding

java.lang.Object
  extended by org.alfresco.repo.policy.ServiceBehaviourBinding

public class ServiceBehaviourBinding
extends java.lang.Object

Behaviour binding to a Service.


Method Summary
 boolean equals(java.lang.Object obj)
           
 org.alfresco.repo.policy.BehaviourBinding generaliseBinding()
          Gets a generalised form of the Binding.
 java.lang.Object getService()
          Gets the Service
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

generaliseBinding

public org.alfresco.repo.policy.BehaviourBinding generaliseBinding()
Gets a generalised form of the Binding. For example, if the binding key is hierarchical, return the parent key.

Returns:
the generalised form (or null, if there isn't one)

getService

public java.lang.Object getService()
Gets the Service

Returns:
the service

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.