@Immutable public class EntityPropertyImpl extends Object implements EntityProperty
CREATED, ENTITY_ID, ENTITY_NAME, ID, KEY, UPDATED, VALUE| Modifier and Type | Method and Description |
|---|---|
static EntityProperty |
existing(Long id,
String entityName,
Long entityId,
String key,
String value,
Timestamp created,
Timestamp updated) |
static EntityProperty |
forCreate(String entityName,
Long entityId,
String key,
String value) |
Timestamp |
getCreated() |
Long |
getEntityId() |
String |
getEntityName() |
Long |
getId() |
String |
getKey() |
Timestamp |
getUpdated() |
String |
getValue() |
String |
toString() |
public static EntityProperty existing(Long id, String entityName, Long entityId, String key, String value, Timestamp created, Timestamp updated)
public static EntityProperty forCreate(String entityName, Long entityId, String key, String value)
public Long getId()
getId in interface EntityPropertypublic Long getEntityId()
getEntityId in interface EntityPropertypublic String getEntityName()
getEntityName in interface EntityPropertypublic String getKey()
getKey in interface EntityPropertypublic String getValue()
getValue in interface EntityPropertypublic Timestamp getCreated()
getCreated in interface EntityPropertypublic Timestamp getUpdated()
getUpdated in interface EntityPropertyCopyright © 2002-2018 Atlassian. All Rights Reserved.