public class VariableByteArrayRef extends Object implements Serializable
Encapsulates the logic for transparently working with VariableByteArrayEntity .
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
deleted |
| Constructor and Description |
|---|
VariableByteArrayRef() |
VariableByteArrayRef(String id) |
| Modifier and Type | Method and Description |
|---|---|
VariableByteArrayRef |
copy()
This makes a copy of this
VariableByteArrayRef: a new
VariableByteArrayRef instance will be created, however with the same id,
name and VariableByteArrayEntity instances. |
void |
delete() |
byte[] |
getBytes() |
VariableByteArrayEntity |
getEntity() |
String |
getId() |
String |
getName() |
boolean |
isDeleted() |
void |
setValue(String name,
byte[] bytes) |
String |
toString() |
public VariableByteArrayRef()
public VariableByteArrayRef(String id)
public String getId()
public String getName()
public byte[] getBytes()
public void setValue(String name, byte[] bytes)
public VariableByteArrayEntity getEntity()
public void delete()
public boolean isDeleted()
public VariableByteArrayRef copy()
VariableByteArrayRef: a new
VariableByteArrayRef instance will be created, however with the same id,
name and VariableByteArrayEntity instances.Copyright © 2018 Flowable. All rights reserved.