@Entity public class InstancePropertyEntity extends Object
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
byteArrayValue |
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 |
|---|---|
byte[] |
getByteArrayValue() |
Long |
getCreated() |
Double |
getDoubleValue() |
String |
getId() |
String |
getInstanceId() |
Long |
getLongValue() |
String |
getPropertyKey() |
String |
getStringValue() |
String |
getValueType() |
Long |
getVersion() |
InstancePropertyEntity |
withByteArrayValue(byte[] byteArrayValue) |
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
protected byte[] byteArrayValue
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 byte[] getByteArrayValue()
public InstancePropertyEntity withByteArrayValue(byte[] byteArrayValue)
Copyright © 2014. All rights reserved.