com.atlassian.confluence.content.render.xhtml.model.resource.identifiers
Class SpaceResourceIdentifier

java.lang.Object
  extended by com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier
All Implemented Interfaces:
ResourceIdentifier

public class SpaceResourceIdentifier
extends Object
implements ResourceIdentifier


Constructor Summary
SpaceResourceIdentifier(String spaceKey)
           
 
Method Summary
 boolean equals(Object o)
           
 String getSpaceKey()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpaceResourceIdentifier

public SpaceResourceIdentifier(String spaceKey)
Method Detail

getSpaceKey

public String getSpaceKey()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2003-2012 Atlassian. All Rights Reserved.