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

java.lang.Object
  extended by com.atlassian.jira.entity.property.EntityPropertyService.PropertyInput
      extended by com.atlassian.jira.entity.property.EntityPropertyService.EntityPropertyInput
Enclosing interface:
EntityPropertyService<T extends WithId>

@ExperimentalApi
public static class EntityPropertyService.EntityPropertyInput
extends EntityPropertyService.PropertyInput

Tuple with property value, property key, entity id and entity name, which will be persisted by the service.


Constructor Summary
EntityPropertyService.EntityPropertyInput(String value, String key, Long id, String entityName)
           
 
Method Summary
 Long getEntityId()
           
 String getEntityName()
           
 
Methods inherited from class com.atlassian.jira.entity.property.EntityPropertyService.PropertyInput
getPropertyKey, getPropertyValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityPropertyService.EntityPropertyInput

public EntityPropertyService.EntityPropertyInput(String value,
                                                 String key,
                                                 Long id,
                                                 String entityName)
Method Detail

getEntityId

public Long getEntityId()

getEntityName

public String getEntityName()


Copyright © 2002-2014 Atlassian. All Rights Reserved.