com.atlassian.jira.pageobjects.pages.admin.applicationproperties
Class AdvancedApplicationPropertyImpl

java.lang.Object
  extended by com.atlassian.jira.pageobjects.pages.admin.applicationproperties.AdvancedApplicationPropertyImpl
All Implemented Interfaces:
AdvancedApplicationProperty

public class AdvancedApplicationPropertyImpl
extends Object
implements AdvancedApplicationProperty

Page object for AdvancedApplicationProperty populated by the page

Since:
v4.4

Constructor Summary
AdvancedApplicationPropertyImpl(org.openqa.selenium.By rowLocator)
           
 
Method Summary
 EditAdvancedApplicationPropertyForm edit()
           
 boolean equals(Object o)
           
 String getDescription()
           
 String getKey()
           
 String getValue()
           
 int hashCode()
           
 AdvancedApplicationProperty revert()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AdvancedApplicationPropertyImpl

public AdvancedApplicationPropertyImpl(org.openqa.selenium.By rowLocator)
Method Detail

edit

public EditAdvancedApplicationPropertyForm edit()
Specified by:
edit in interface AdvancedApplicationProperty

revert

public AdvancedApplicationProperty revert()
Specified by:
revert in interface AdvancedApplicationProperty

getKey

public String getKey()
Specified by:
getKey in interface AdvancedApplicationProperty

getDescription

public String getDescription()
Specified by:
getDescription in interface AdvancedApplicationProperty

getValue

public String getValue()
Specified by:
getValue in interface AdvancedApplicationProperty

toString

public String toString()
Overrides:
toString in class Object

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2002-2014 Atlassian. All Rights Reserved.