com.atlassian.jira.issue.label
Class Label

java.lang.Object
  extended by com.atlassian.jira.issue.label.Label

@PublicApi
public final class Label
extends Object

Represents a Label for an issue

Since:
v4.2

Constructor Summary
Label(Long id, Long issue, Long customFieldId, String label)
           
Label(Long id, Long issue, String label)
           
 
Method Summary
 boolean equals(Object o)
           
 Long getCustomFieldId()
           
 Long getId()
           
 Long getIssue()
           
 String getLabel()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Label

public Label(Long id,
             Long issue,
             String label)

Label

public Label(Long id,
             Long issue,
             Long customFieldId,
             String label)
Method Detail

getCustomFieldId

public Long getCustomFieldId()

getId

public Long getId()

getIssue

public Long getIssue()

getLabel

public String getLabel()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002-2014 Atlassian. All Rights Reserved.