public class Project extends MapObject
attributes, fields, xmlrpcNoSend, xmlrpcRefs
Constructor and Description |
---|
Project() |
Project(Map data) |
Project(String key) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getDescription()
a description of this project
|
int |
getId()
the id of the project
|
String |
getKey()
the project key
|
String |
getLead()
the username of the project lead
|
String |
getName()
the name of the project
|
String |
getProjectUrl()
the url of this project in your organisation (ie not a JIRA URL)
|
String |
getUrl()
the url to view this project online
|
int |
hashCode() |
void |
setDescription(String description) |
void |
setId(int id) |
void |
setKey(String key) |
void |
setLead(String lead) |
void |
setName(String name) |
void |
setProjectUrl(String projectUrl) |
void |
setUrl(String url) |
String |
toString() |
getAttributes, getBoolean, getDate, getFields, getInt, getList, getMapObject, getMapObjects, getString, getUrl, hasField, merge, setBoolean, setDate, setInt, setList, setMapObject, setMapObjects, setString, setUrl, toList, toMap
public Project()
public Project(Map data)
public Project(String key)
public int getId()
public void setId(int id)
public String getKey()
public void setKey(String key)
public String getName()
public void setName(String name)
public String getUrl()
public void setUrl(String url)
public String getProjectUrl()
public void setProjectUrl(String projectUrl)
public String getLead()
public void setLead(String lead)
public String getDescription()
public void setDescription(String description)
Copyright © 2016 The Codehaus Foundation. All rights reserved.