com.atlassian.jira.webtests.ztests.bundledplugins2.projectconfig
Class SimpleProject

java.lang.Object
  extended by com.atlassian.jira.webtests.ztests.bundledplugins2.projectconfig.SimpleProject
All Implemented Interfaces:
Comparable<SimpleProject>

public class SimpleProject
extends Object
implements Comparable<SimpleProject>

Since:
v5.2

Field Summary
protected  String description
           
protected  Long id
           
protected  String key
           
protected  String name
           
protected  String url
           
 
Constructor Summary
SimpleProject()
           
SimpleProject(Long id, String key, String name, String url, String description)
           
 
Method Summary
 int compareTo(SimpleProject o)
           
 boolean equals(Object o)
           
 String getDescription()
           
 Long getId()
           
 String getKey()
           
 String getName()
           
 String getUrl()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

id

protected Long id

key

protected String key

name

protected String name

url

protected String url

description

protected String description
Constructor Detail

SimpleProject

public SimpleProject()

SimpleProject

public SimpleProject(Long id,
                     String key,
                     String name,
                     String url,
                     String description)
Method Detail

getId

public Long getId()

getKey

public String getKey()

getName

public String getName()

getUrl

public String getUrl()

getDescription

public String getDescription()

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

compareTo

public int compareTo(SimpleProject o)
Specified by:
compareTo in interface Comparable<SimpleProject>


Copyright © 2002-2014 Atlassian. All Rights Reserved.