public class SIconImpl extends Object implements org.bonitasoft.engine.identity.model.SIcon
| Constructor and Description |
|---|
SIconImpl() |
SIconImpl(String mimeType,
byte[] content) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
byte[] |
getContent() |
String |
getDiscriminator() |
long |
getId() |
String |
getMimeType() |
long |
getTenantId() |
int |
hashCode() |
void |
setContent(byte[] content) |
void |
setId(long id) |
void |
setMimeType(String mimeType) |
void |
setTenantId(long tenantId) |
String |
toString() |
public SIconImpl()
public SIconImpl(String mimeType, byte[] content)
public String getDiscriminator()
getDiscriminator in interface org.bonitasoft.engine.persistence.PersistentObjectpublic long getTenantId()
getTenantId in interface org.bonitasoft.engine.identity.model.SIconpublic void setTenantId(long tenantId)
setTenantId in interface org.bonitasoft.engine.persistence.PersistentObjectpublic long getId()
getId in interface org.bonitasoft.engine.persistence.PersistentObjectpublic void setId(long id)
setId in interface org.bonitasoft.engine.persistence.PersistentObjectpublic String getMimeType()
getMimeType in interface org.bonitasoft.engine.identity.model.SIconpublic void setMimeType(String mimeType)
public byte[] getContent()
getContent in interface org.bonitasoft.engine.identity.model.SIconpublic void setContent(byte[] content)
Copyright © 2016 Bonitasoft S.A.. All rights reserved.