com.atlassian.user.impl.osuser
Class OSUEntity

java.lang.Object
  extended bycom.atlassian.user.impl.osuser.OSUEntity
All Implemented Interfaces:
Entity, java.io.Serializable
Direct Known Subclasses:
OSUGroup, OSUUser

public abstract class OSUEntity
extends java.lang.Object
implements Entity

See Also:
Serialized Form

Field Summary
protected  com.opensymphony.user.Entity entity
           
 
Constructor Summary
OSUEntity(com.opensymphony.user.Entity entity)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String getName()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

entity

protected com.opensymphony.user.Entity entity
Constructor Detail

OSUEntity

public OSUEntity(com.opensymphony.user.Entity entity)
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface Entity

equals

public boolean equals(java.lang.Object o)

hashCode

public int hashCode()


Copyright © 2005-2007 Atlassian Software Systems Pty Ltd. All Rights Reserved.