public class

AdvancedApplicationPropertyImpl

extends Object
implements AdvancedApplicationProperty
java.lang.Object
   ↳ com.atlassian.jira.pageobjects.pages.admin.applicationproperties.AdvancedApplicationPropertyImpl

Class Overview

Page object for AdvancedApplicationProperty populated by the page

Summary

Public Constructors
AdvancedApplicationPropertyImpl(By rowLocator)
Public Methods
EditAdvancedApplicationPropertyForm edit()
boolean equals(Object o)
String getDescription()
String getKey()
String getValue()
int hashCode()
AdvancedApplicationProperty revert()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.pageobjects.pages.admin.applicationproperties.AdvancedApplicationProperty

Public Constructors

public AdvancedApplicationPropertyImpl (By rowLocator)

Public Methods

public boolean equals (Object o)

public String getDescription ()

public String getKey ()

public String getValue ()

public int hashCode ()

public AdvancedApplicationProperty revert ()

public String toString ()