@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 EntityProperty
public Long getEntityId()
getEntityId
in interface EntityProperty
public String getEntityName()
getEntityName
in interface EntityProperty
public String getKey()
getKey
in interface EntityProperty
public String getValue()
getValue
in interface EntityProperty
public Timestamp getCreated()
getCreated
in interface EntityProperty
public Timestamp getUpdated()
getUpdated
in interface EntityProperty
Copyright © 2002-2015 Atlassian. All Rights Reserved.