com.atlassian.jira.external.beans
Class ExternalEntityProperty

java.lang.Object
  extended by com.atlassian.jira.external.beans.ExternalEntityProperty

public class ExternalEntityProperty
extends Object

Represents an entity property object At the moment this is only really used when importing from other JIRA instances.

Since:
v6.2

Constructor Summary
ExternalEntityProperty(Long id, String entityName, Long entityId, String key, String value, Timestamp created, Timestamp updated)
           
 
Method Summary
 Timestamp getCreated()
           
 Long getEntityId()
           
 String getEntityName()
           
 Long getId()
           
 String getKey()
           
 Timestamp getUpdated()
           
 String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExternalEntityProperty

public ExternalEntityProperty(Long id,
                              String entityName,
                              Long entityId,
                              String key,
                              String value,
                              Timestamp created,
                              Timestamp updated)
Method Detail

getId

public Long getId()

getEntityName

public String getEntityName()

getEntityId

public Long getEntityId()

getKey

public String getKey()

getValue

public String getValue()

getCreated

public Timestamp getCreated()

getUpdated

public Timestamp getUpdated()


Copyright © 2002-2014 Atlassian. All Rights Reserved.