org.alfresco.repo.security.permissions.impl
Class AbstractPermissionReference

java.lang.Object
  extended by org.alfresco.repo.security.permissions.impl.AbstractPermissionReference
All Implemented Interfaces:
java.io.Serializable, PermissionReference
Direct Known Subclasses:
AbstractPermission, PermissionGroup, PermissionReferenceImpl, SimplePermissionReference

public abstract class AbstractPermissionReference
extends java.lang.Object
implements PermissionReference

This class provides common support for hash code and equality.

See Also:
Serialized Form

Constructor Summary
protected AbstractPermissionReference()
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.alfresco.repo.security.permissions.PermissionReference
getName, getQName
 

Constructor Detail

AbstractPermissionReference

protected AbstractPermissionReference()
Method Detail

equals

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

hashCode

public final 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.