org.activiti.engine.impl.persistence.entity
类 ByteArrayRef
java.lang.Object
org.activiti.engine.impl.persistence.entity.ByteArrayRef
- 所有已实现的接口:
- Serializable
public final class ByteArrayRef
- extends Object
- implements Serializable
Encapsulates the logic for transparently working with ByteArrayEntity
.
Make sure that instance variables (i.e. fields) of this type are always initialized,
and thus never null.
For example:
private final ByteArrayRef byteArrayRef = new ByteArrayRef();
- 作者:
- Marcus Klimstra (CGI)
- 另请参见:
- 序列化表格
deleted
protected boolean deleted
ByteArrayRef
public ByteArrayRef()
ByteArrayRef
public ByteArrayRef(String id)
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()
toString
public String toString()
- 覆盖:
- 类
Object
中的 toString
Copyright © 2013 Alfresco. All rights reserved.