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

java.lang.Object
  extended by com.atlassian.jira.webtests.ztests.bundledplugins2.projectconfig.SimpleProject

public class SimpleProject
extends Object

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
 boolean equals(Object o)
           
 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

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-2013 Atlassian. All Rights Reserved.