com.atlassian.jira.projectconfig.beans
Class SimpleFieldConfigScheme

java.lang.Object
  extended by com.atlassian.jira.projectconfig.beans.SimpleFieldConfigScheme

public class SimpleFieldConfigScheme
extends Object

Simple Field Config Scheme for use in the Project Configuration Fields Summary panel and Fields Panel

Since:
v4.4

Constructor Summary
SimpleFieldConfigScheme(FieldConfigurationScheme fieldConfigurationScheme, String changeUrl, String editUrl)
           
SimpleFieldConfigScheme(Long id, String name, String description, String changeUrl, String editUrl)
           
 
Method Summary
 boolean equals(Object o)
           
 String getChangeUrl()
           
 String getDescription()
           
 String getEditUrl()
           
 Long getId()
           
 String getName()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimpleFieldConfigScheme

public SimpleFieldConfigScheme(FieldConfigurationScheme fieldConfigurationScheme,
                               String changeUrl,
                               String editUrl)

SimpleFieldConfigScheme

public SimpleFieldConfigScheme(Long id,
                               String name,
                               String description,
                               String changeUrl,
                               String editUrl)
Method Detail

getId

public Long getId()

getName

public String getName()

getDescription

public String getDescription()

getChangeUrl

public String getChangeUrl()

getEditUrl

public String getEditUrl()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002-2012 Atlassian. All Rights Reserved.