Class ByteArrayRef
- java.lang.Object
-
- org.activiti.engine.impl.persistence.entity.ByteArrayRef
-
- All Implemented Interfaces:
Serializable
public class ByteArrayRef extends Object implements Serializable
Encapsulates the logic for transparently working with
ByteArrayEntity.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected booleandeleted
-
Constructor Summary
Constructors Constructor Description ByteArrayRef()ByteArrayRef(String id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()byte[]getBytes()ByteArrayEntitygetEntity()StringgetId()StringgetName()booleanisDeleted()voidsetValue(String name, byte[] bytes)StringtoString()
-
-
-
Constructor Detail
-
ByteArrayRef
public ByteArrayRef()
-
ByteArrayRef
public ByteArrayRef(String id)
-
-
Method Detail
-
getId
public String getId()
-
getName
public String getName()
-
getBytes
public byte[] getBytes()
-
setValue
public void setValue(String name, byte[] bytes)
-
getEntity
public ByteArrayEntity getEntity()
-
delete
public void delete()
-
isDeleted
public boolean isDeleted()
-
-