com.atlassian.jira.rest.client.domain
Class Priority

java.lang.Object
  extended by com.atlassian.jira.rest.client.domain.AddressableNamedEntity
      extended by com.atlassian.jira.rest.client.domain.BasicPriority
          extended by com.atlassian.jira.rest.client.domain.Priority
All Implemented Interfaces:
AddressableEntity

public class Priority
extends BasicPriority

Complete information about a JIRA issue priority

Since:
v0.1

Field Summary
 
Fields inherited from class com.atlassian.jira.rest.client.domain.AddressableNamedEntity
name, self
 
Constructor Summary
Priority(URI self, String name, String statusColor, String description, URI iconUri)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getDescription()
           
 URI getIconUri()
           
 String getStatusColor()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class com.atlassian.jira.rest.client.domain.AddressableNamedEntity
getName, getSelf, getToStringHelper
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Priority

public Priority(URI self,
                String name,
                String statusColor,
                String description,
                URI iconUri)
Method Detail

getStatusColor

public String getStatusColor()

getDescription

public String getDescription()

getIconUri

public URI getIconUri()

toString

public String toString()
Overrides:
toString in class AddressableNamedEntity

equals

public boolean equals(Object obj)
Overrides:
equals in class AddressableNamedEntity

hashCode

public int hashCode()
Overrides:
hashCode in class AddressableNamedEntity


Copyright © 2011 Atlassian Pty Ltd. All Rights Reserved.