public class

ExternalEntityProperty

extends Object
java.lang.Object
   ↳ com.atlassian.jira.external.beans.ExternalEntityProperty

Class Overview

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

Summary

Public Constructors
ExternalEntityProperty(Long id, String entityName, Long entityId, String key, String value, Timestamp created, Timestamp updated)
Public Methods
Timestamp getCreated()
Long getEntityId()
String getEntityName()
Long getId()
String getKey()
Timestamp getUpdated()
String getValue()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

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

Public Methods

public Timestamp getCreated ()

public Long getEntityId ()

public String getEntityName ()

public Long getId ()

public String getKey ()

public Timestamp getUpdated ()

public String getValue ()