com.atlassian.jira.entity.property
Interface EntityProperty

All Known Implementing Classes:
EntityPropertyImpl

@ExperimentalApi
public interface EntityProperty

Container for arbitrary JSON data attached to an entity.

Since:
v6.1

Field Summary
static String CREATED
           
static String ENTITY_ID
           
static String ENTITY_NAME
           
static String ID
           
static String KEY
           
static String UPDATED
           
static String VALUE
           
 
Method Summary
 Timestamp getCreated()
           
 Long getEntityId()
           
 String getEntityName()
           
 Long getId()
           
 String getKey()
           
 Timestamp getUpdated()
           
 String getValue()
           
 

Field Detail

ID

static final String ID
See Also:
Constant Field Values

ENTITY_NAME

static final String ENTITY_NAME
See Also:
Constant Field Values

ENTITY_ID

static final String ENTITY_ID
See Also:
Constant Field Values

KEY

static final String KEY
See Also:
Constant Field Values

VALUE

static final String VALUE
See Also:
Constant Field Values

CREATED

static final String CREATED
See Also:
Constant Field Values

UPDATED

static final String UPDATED
See Also:
Constant Field Values
Method Detail

getId

Long getId()

getEntityId

Long getEntityId()

getEntityName

String getEntityName()

getKey

String getKey()

getValue

String getValue()

getCreated

Timestamp getCreated()

getUpdated

Timestamp getUpdated()


Copyright © 2002-2014 Atlassian. All Rights Reserved.