com.atlassian.jira.entity.property
Class EntityPropertyService.PropertyServiceResult

java.lang.Object
  extended by com.atlassian.jira.bc.ServiceResultImpl
      extended by com.atlassian.jira.entity.property.EntityPropertyService.PropertyServiceResult
All Implemented Interfaces:
ServiceResult
Direct Known Subclasses:
EntityPropertyService.DeletePropertyValidationResult, EntityPropertyService.PropertyResult
Enclosing interface:
EntityPropertyService<T extends WithId>

public abstract static class EntityPropertyService.PropertyServiceResult
extends ServiceResultImpl


Constructor Summary
EntityPropertyService.PropertyServiceResult(ErrorCollection errorCollection, com.atlassian.fugue.Option<EntityProperty> entityProperty)
           
 
Method Summary
 com.atlassian.fugue.Option<EntityProperty> getEntityProperty()
           
 
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

EntityPropertyService.PropertyServiceResult

public EntityPropertyService.PropertyServiceResult(ErrorCollection errorCollection,
                                                   com.atlassian.fugue.Option<EntityProperty> entityProperty)
Method Detail

getEntityProperty

public com.atlassian.fugue.Option<EntityProperty> getEntityProperty()


Copyright © 2002-2014 Atlassian. All Rights Reserved.