public class BlobValueImpl extends Object implements BlobValue
| Constructor and Description |
|---|
BlobValueImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDiscriminator() |
long |
getId() |
long |
getTenantId() |
Serializable |
getValue() |
int |
hashCode() |
void |
setId(long id) |
void |
setTenantId(long tenantId) |
void |
setValue(Serializable value) |
public long getId()
getId in interface PersistentObjectpublic String getDiscriminator()
getDiscriminator in interface PersistentObjectpublic void setId(long id)
setId in interface PersistentObjectpublic void setTenantId(long tenantId)
setTenantId in interface PersistentObjectpublic long getTenantId()
public Serializable getValue()
public void setValue(Serializable value)
Copyright © 2018 Bonitasoft S.A.. All rights reserved.