com.atlassian.jira.gadgets.system
Class RoadMapResource.ProjectData
java.lang.Object
com.atlassian.jira.gadgets.system.RoadMapResource.ProjectData
- Enclosing class:
- RoadMapResource
public static class RoadMapResource.ProjectData
- extends Object
Contains the data of a project a version belongs to, including:
- The id of the project
- The
project key
- The project name
getId
public long getId()
getKey
public String getKey()
getName
public String getName()
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2002-2011 Atlassian. All Rights Reserved.