@Entity public class InstancePropertyEntity extends Object implements brainslug.flow.instance.FlowInstanceProperty
| Modifier and Type | Class and Description |
|---|---|
static class |
InstancePropertyEntity.ValueType |
| Modifier and Type | Field and Description |
|---|---|
protected Long |
created |
protected Double |
doubleValue |
protected String |
id |
protected String |
instanceId |
protected Long |
longValue |
protected String |
propertyKey |
protected String |
stringValue |
protected String |
valueType |
protected Long |
version |
| Constructor and Description |
|---|
InstancePropertyEntity() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getCreated() |
Double |
getDoubleValue() |
String |
getId() |
String |
getInstanceId() |
String |
getKey() |
Long |
getLongValue() |
String |
getPropertyKey() |
String |
getStringValue() |
Object |
getValue() |
String |
getValueType() |
Long |
getVersion() |
int |
hashCode() |
String |
toString() |
InstancePropertyEntity |
withCreated(Long created) |
InstancePropertyEntity |
withDoubleValue(Double doubleValue) |
InstancePropertyEntity |
withId(String id) |
InstancePropertyEntity |
withInstanceId(String instanceId) |
InstancePropertyEntity |
withLongValue(Long longValue) |
InstancePropertyEntity |
withPropertyKey(String propertyKey) |
InstancePropertyEntity |
withStringValue(String stringValue) |
InstancePropertyEntity |
withValueType(String valueType) |
InstancePropertyEntity |
withVersion(Long version) |
protected String id
@NotNull protected Long created
protected Long version
protected String instanceId
protected String valueType
protected String propertyKey
protected String stringValue
protected Long longValue
protected Double doubleValue
public String getId()
public InstancePropertyEntity withId(String id)
public Long getCreated()
public InstancePropertyEntity withCreated(Long created)
public Long getVersion()
public InstancePropertyEntity withVersion(Long version)
public String getInstanceId()
public InstancePropertyEntity withInstanceId(String instanceId)
public String getValueType()
public InstancePropertyEntity withValueType(String valueType)
public String getPropertyKey()
public InstancePropertyEntity withPropertyKey(String propertyKey)
public String getStringValue()
public InstancePropertyEntity withStringValue(String stringValue)
public Long getLongValue()
public InstancePropertyEntity withLongValue(Long longValue)
public Double getDoubleValue()
public InstancePropertyEntity withDoubleValue(Double doubleValue)
public String getKey()
getKey in interface brainslug.flow.instance.FlowInstancePropertypublic Object getValue()
getValue in interface brainslug.flow.instance.FlowInstancePropertyCopyright © 2015. All rights reserved.