Class SimpleProject
java.lang.Object
com.atlassian.jira.webtests.ztests.projectconfig.framework.SimpleProject
- All Implemented Interfaces:
 Comparable<SimpleProject>
- Since:
 - v5.2
 
- 
Field Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescription - 
Method Summary
 
- 
Field Details
- 
id
 - 
key
 - 
name
 - 
url
 - 
description
 
 - 
 - 
Constructor Details
- 
SimpleProject
public SimpleProject() - 
SimpleProject
 
 - 
 - 
Method Details
- 
getId
 - 
getKey
 - 
getName
 - 
getUrl
 - 
getDescription
 - 
equals
 - 
hashCode
public int hashCode() - 
toString
 - 
compareTo
- Specified by:
 compareToin interfaceComparable<SimpleProject>
 
 -