Class IconImpl
java.lang.Object
org.bonitasoft.engine.identity.impl.IconImpl
- All Implemented Interfaces:
Serializable,BonitaObject,Icon
- Author:
- Baptiste Mesta
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbyte[]longgetId()inthashCode()voidsetContent(byte[] content) voidsetId(long id) voidsetMimeType(String mimeType) toString()
-
Constructor Details
-
IconImpl
-
-
Method Details
-
getId
public long getId() -
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
- Specified by:
getMimeTypein interfaceIcon- Returns:
- the mime type of the icon
-
setMimeType
-
equals
-
hashCode
public int hashCode() -
toString
-