com.atlassian.confluence.pages.actions
Class ListUndefinedPagesAction.UndefinedPage

java.lang.Object
  extended by com.atlassian.confluence.pages.actions.ListUndefinedPagesAction.UndefinedPage
All Implemented Interfaces:
Comparable
Enclosing class:
ListUndefinedPagesAction

public static class ListUndefinedPagesAction.UndefinedPage
extends Object
implements Comparable


Constructor Summary
ListUndefinedPagesAction.UndefinedPage(String spaceKey, String pageTitle)
           
 
Method Summary
 int compareTo(Object o)
           
 boolean equals(Object o)
           
 String getDestinationPageTitle()
           
 String getDestinationSpaceKey()
           
 List getReferencedFrom()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListUndefinedPagesAction.UndefinedPage

public ListUndefinedPagesAction.UndefinedPage(String spaceKey,
                                              String pageTitle)
Method Detail

getDestinationSpaceKey

public String getDestinationSpaceKey()

getDestinationPageTitle

public String getDestinationPageTitle()

getReferencedFrom

public List getReferencedFrom()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

compareTo

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


Copyright © 2003-2012 Atlassian. All Rights Reserved.