com.atlassian.user.impl.osuser
Class OSUEntity

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

public abstract class OSUEntity
extends 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(Object o)
           
 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 String getName()
Specified by:
getName in interface Entity

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


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