public class ByteArrayEntityImpl extends AbstractEntity implements ByteArrayEntity, Serializable
Modifier and Type | Field and Description |
---|---|
protected byte[] |
bytes |
protected String |
deploymentId |
protected String |
name |
id, isDeleted, isInserted, isUpdated, revision
Constructor and Description |
---|
ByteArrayEntityImpl() |
Modifier and Type | Method and Description |
---|---|
byte[] |
getBytes() |
String |
getDeploymentId() |
String |
getName() |
Object |
getPersistentState()
Returns a representation of the object, as would be stored in the database.
|
void |
setBytes(byte[] bytes) |
void |
setDeploymentId(String deploymentId) |
void |
setName(String name) |
String |
toString() |
getId, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setRevision, setUpdated
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getId, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setUpdated
getRevision, getRevisionNext, setRevision
protected String name
protected byte[] bytes
protected String deploymentId
public byte[] getBytes()
getBytes
in interface ByteArrayEntity
public Object getPersistentState()
Entity
getPersistentState
in interface Entity
public String getName()
getName
in interface ByteArrayEntity
public void setName(String name)
setName
in interface ByteArrayEntity
public String getDeploymentId()
getDeploymentId
in interface ByteArrayEntity
public void setDeploymentId(String deploymentId)
setDeploymentId
in interface ByteArrayEntity
public void setBytes(byte[] bytes)
setBytes
in interface ByteArrayEntity
Copyright © 2010–2017 Alfresco. All rights reserved.