public class SimpleProject extends Object implements Comparable<SimpleProject>
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected Long |
id |
protected String |
key |
protected String |
name |
protected String |
url |
Constructor and Description |
---|
SimpleProject() |
SimpleProject(Long id,
String key,
String name,
String url,
String description) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(SimpleProject o) |
boolean |
equals(Object o) |
String |
getDescription() |
Long |
getId() |
String |
getKey() |
String |
getName() |
String |
getUrl() |
int |
hashCode() |
String |
toString() |
protected Long id
protected String key
protected String name
protected String url
protected String description
public Long getId()
public String getKey()
public String getName()
public String getUrl()
public String getDescription()
public int compareTo(SimpleProject o)
compareTo
in interface Comparable<SimpleProject>
Copyright © 2002-2021 Atlassian. All Rights Reserved.