Class IconImpl
- java.lang.Object
-
- org.bonitasoft.engine.identity.impl.IconImpl
-
- All Implemented Interfaces:
Serializable,BonitaObject,Icon
public class IconImpl extends Object implements Icon
- Author:
- Baptiste Mesta
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)byte[]getContent()longgetId()StringgetMimeType()inthashCode()voidsetContent(byte[] content)voidsetId(long id)voidsetMimeType(String mimeType)StringtoString()
-
-
-
Constructor Detail
-
IconImpl
public IconImpl(long id, String mimeType, byte[] content)
-
-
Method Detail
-
setId
public void setId(long id)
-
getContent
public byte[] getContent()
- Specified by:
getContentin interfaceIcon- Returns:
- the content of the icon
-
setContent
public void setContent(byte[] content)
-
getMimeType
public String getMimeType()
- Specified by:
getMimeTypein interfaceIcon- Returns:
- the mime type of the icon
-
setMimeType
public void setMimeType(String mimeType)
-
-