public class SIconImpl extends Object implements 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 PersistentObjectpublic long getTenantId()
getTenantId in interface SIconpublic void setTenantId(long tenantId)
setTenantId in interface PersistentObjectpublic long getId()
getId in interface PersistentObjectpublic void setId(long id)
setId in interface PersistentObjectpublic String getMimeType()
getMimeType in interface SIconpublic void setMimeType(String mimeType)
public byte[] getContent()
getContent in interface SIconpublic void setContent(byte[] content)
Copyright © 2019 Bonitasoft S.A.. All rights reserved.