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)
另请参见:
序列化表格

字段摘要
protected  boolean deleted
           
 
构造方法摘要
ByteArrayRef()
           
ByteArrayRef(String id)
           
 
方法摘要
 void delete()
           
 byte[] getBytes()
           
 ByteArrayEntity getEntity()
           
 String getId()
           
 String getName()
           
 boolean isDeleted()
           
 void setValue(String name, byte[] bytes)
           
 String toString()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

字段详细信息

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.