org.camunda.bpm.engine.impl.persistence.entity.util
Class ByteArrayField
java.lang.Object
org.camunda.bpm.engine.impl.persistence.entity.util.ByteArrayField
public class ByteArrayField
- extends Object
A byte array value field what load and save ByteArrayEntity. It can
be used in an entity which implements ValueFields.
- Author:
- Philipp Ossler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
byteArrayValue
protected ByteArrayEntity byteArrayValue
byteArrayId
protected String byteArrayId
nameProvider
protected final Nameable nameProvider
ByteArrayField
public ByteArrayField(Nameable nameProvider)
getByteArrayId
public String getByteArrayId()
setByteArrayId
public void setByteArrayId(String byteArrayId)
getByteArrayValue
public byte[] getByteArrayValue()
getByteArrayEntity
protected ByteArrayEntity getByteArrayEntity()
setByteArrayValue
public void setByteArrayValue(byte[] bytes)
deleteByteArrayValue
public void deleteByteArrayValue()
setByteArrayValue
public void setByteArrayValue(ByteArrayEntity byteArrayValue)
Copyright © 2016 camunda services GmbH. All rights reserved.