com.atlassian.confluence.user.actions
Class PeopleDirectoryAction.Person

java.lang.Object
  extended by com.atlassian.confluence.user.actions.PeopleDirectoryAction.Person
All Implemented Interfaces:
java.lang.Comparable
Enclosing class:
PeopleDirectoryAction

public class PeopleDirectoryAction.Person
extends java.lang.Object
implements java.lang.Comparable


Constructor Summary
PeopleDirectoryAction.Person(java.lang.String username, boolean hasPersonalSpace)
           
 
Method Summary
 int compareTo(java.lang.Object o)
           
 boolean equals(java.lang.Object o)
           
 java.lang.String getAddFavouriteUrl()
           
 java.lang.String getEmailUrl()
           
 java.lang.String getFullname()
           
 java.lang.String getNameWithTilde()
           
 java.lang.String getRemoveFavouriteUrl()
           
 java.lang.String getUsername()
           
 int hashCode()
           
 boolean isFavourite()
           
 boolean isHasPersonalSpace()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PeopleDirectoryAction.Person

public PeopleDirectoryAction.Person(java.lang.String username,
                                    boolean hasPersonalSpace)
Method Detail

getNameWithTilde

public java.lang.String getNameWithTilde()

getEmailUrl

public java.lang.String getEmailUrl()

getAddFavouriteUrl

public java.lang.String getAddFavouriteUrl()

getRemoveFavouriteUrl

public java.lang.String getRemoveFavouriteUrl()

equals

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

getUsername

public java.lang.String getUsername()

getFullname

public java.lang.String getFullname()

hashCode

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

isHasPersonalSpace

public boolean isHasPersonalSpace()

compareTo

public int compareTo(java.lang.Object o)
Specified by:
compareTo in interface java.lang.Comparable

isFavourite

public boolean isFavourite()


Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.