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