com.atlassian.jira.bc.issue.label
Class LabelService.LabelValidationResult

java.lang.Object
  extended by com.atlassian.jira.bc.ServiceResultImpl
      extended by com.atlassian.jira.bc.issue.label.LabelService.LabelValidationResult
All Implemented Interfaces:
ServiceResult
Direct Known Subclasses:
LabelService.AddLabelValidationResult, LabelService.SetLabelValidationResult
Enclosing interface:
LabelService

public abstract static class LabelService.LabelValidationResult
extends ServiceResultImpl


Constructor Summary
LabelService.LabelValidationResult(java.lang.Long issueId, java.lang.Long customFieldId, ErrorCollection errorCollection)
           
 
Method Summary
 java.lang.Long getCustomFieldId()
           
 java.lang.Long getIssueId()
           
 
Methods inherited from class com.atlassian.jira.bc.ServiceResultImpl
getErrorCollection, isValid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LabelService.LabelValidationResult

public LabelService.LabelValidationResult(java.lang.Long issueId,
                                          java.lang.Long customFieldId,
                                          ErrorCollection errorCollection)
Method Detail

getCustomFieldId

public java.lang.Long getCustomFieldId()

getIssueId

public java.lang.Long getIssueId()


Copyright © 2002-2011 Atlassian. All Rights Reserved.