com.atlassian.jira.projectconfig.rest.beans
Class SimpleProject

java.lang.Object
  extended by com.atlassian.jira.projectconfig.rest.beans.SimpleProject

public class SimpleProject
extends Object

Since:
v6.1

Constructor Summary
SimpleProject(Project project)
           
 
Method Summary
static com.google.common.base.Function<Project,SimpleProject> asBean()
           
 boolean equals(Object o)
           
 String getDescription()
           
 long getId()
           
 String getKey()
           
 String getName()
           
 String getUrl()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleProject

public SimpleProject(Project project)
Method Detail

asBean

public static com.google.common.base.Function<Project,SimpleProject> asBean()

getId

public long getId()

getKey

public String getKey()

getName

public String getName()

getUrl

public String getUrl()

getDescription

public String getDescription()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2002-2013 Atlassian. All Rights Reserved.