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

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

public class PeopleDirectoryAction.Person
extends Object
implements Comparable


Constructor Summary
PeopleDirectoryAction.Person(String username, boolean hasPersonalSpace)
           
 
Method Summary
 int compareTo(Object o)
           
 boolean equals(Object o)
           
 String getAddFavouriteUrl()
           
 String getEmailUrl()
           
 String getFullname()
           
 String getNameWithTilde()
           
 String getRemoveFavouriteUrl()
           
 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(String username,
                                    boolean hasPersonalSpace)
Method Detail

getNameWithTilde

public String getNameWithTilde()

getEmailUrl

public String getEmailUrl()

getAddFavouriteUrl

public String getAddFavouriteUrl()

getRemoveFavouriteUrl

public String getRemoveFavouriteUrl()

equals

public boolean equals(Object o)

getUsername

public String getUsername()

getFullname

public String getFullname()

hashCode

public int hashCode()

isHasPersonalSpace

public boolean isHasPersonalSpace()

compareTo

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

isFavourite

public boolean isFavourite()


Confluence is developed by Atlassian.