com.atlassian.confluence.plugins.macros.dashboard
Class SpaceCategoryName

java.lang.Object
  extended by com.atlassian.confluence.plugins.macros.dashboard.SpaceCategoryName
All Implemented Interfaces:
Comparable<SpaceCategoryName>

public class SpaceCategoryName
extends Object
implements Comparable<SpaceCategoryName>

Represents a space category name. This is really only here so we can provide Soy with the capitalised version of the name.


Constructor Summary
SpaceCategoryName(String spaceCategoryName)
           
 
Method Summary
 int compareTo(SpaceCategoryName o)
           
 boolean equals(Object o)
           
 String getCapitalised()
           
 String getName()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SpaceCategoryName

public SpaceCategoryName(String spaceCategoryName)
Method Detail

getName

public String getName()

getCapitalised

public String getCapitalised()

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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

compareTo

public int compareTo(SpaceCategoryName o)
Specified by:
compareTo in interface Comparable<SpaceCategoryName>


Copyright © 2003-2013 Atlassian. All Rights Reserved.