com.atlassian.jira.bc.project
Class ProjectService.AbstractProjectValidationResult

java.lang.Object
  extended by com.atlassian.jira.bc.ServiceResultImpl
      extended by com.atlassian.jira.bc.project.ProjectService.AbstractProjectValidationResult
All Implemented Interfaces:
ServiceResult
Direct Known Subclasses:
ProjectService.CreateProjectValidationResult, ProjectService.UpdateProjectValidationResult
Enclosing interface:
ProjectService

public abstract static class ProjectService.AbstractProjectValidationResult
extends ServiceResultImpl


Constructor Summary
ProjectService.AbstractProjectValidationResult(ErrorCollection errorCollection)
           
ProjectService.AbstractProjectValidationResult(ErrorCollection errorCollection, String name, String key, String description, String lead, String url, Long assigneeType, Long avatarId)
           
 
Method Summary
 Long getAssigneeType()
           
 Long getAvatarId()
           
 String getDescription()
           
 String getKey()
           
 String getLead()
           
 String getName()
           
 String getUrl()
           
 
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

ProjectService.AbstractProjectValidationResult

public ProjectService.AbstractProjectValidationResult(ErrorCollection errorCollection)

ProjectService.AbstractProjectValidationResult

public ProjectService.AbstractProjectValidationResult(ErrorCollection errorCollection,
                                                      String name,
                                                      String key,
                                                      String description,
                                                      String lead,
                                                      String url,
                                                      Long assigneeType,
                                                      Long avatarId)
Method Detail

getName

public String getName()

getKey

public String getKey()

getDescription

public String getDescription()

getLead

public String getLead()

getUrl

public String getUrl()

getAssigneeType

public Long getAssigneeType()

getAvatarId

public Long getAvatarId()


Copyright © 2002-2012 Atlassian. All Rights Reserved.