fr.paris.lutece.portal.business.workflow
Class Icon

java.lang.Object
  extended by fr.paris.lutece.portal.business.workflow.Icon
All Implemented Interfaces:
IReferenceItem

public class Icon
extends java.lang.Object
implements IReferenceItem

Icon


Constructor Summary
Icon()
           
 
Method Summary
 int getHeight()
           
 int getId()
          return the item id
 java.lang.String getMimeType()
          the icon mime type
 java.lang.String getName()
          Returns the icon name
 byte[] getValue()
          get the icon file value
 int getWidth()
           
 void setHeight(int height)
           
 void setId(int idIcon)
          set the id of the icon
 void setMimeType(java.lang.String mimeType)
          set the icon mime type
 void setName(java.lang.String strName)
          Set the icon name
 void setValue(byte[] value)
          set the icon file value
 void setWidth(int width)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Icon

public Icon()
Method Detail

getId

public int getId()
Description copied from interface: IReferenceItem
return the item id

Specified by:
getId in interface IReferenceItem
Returns:
the id of the icon

setId

public void setId(int idIcon)
set the id of the icon

Parameters:
idIcon - the id of the icon

getName

public java.lang.String getName()
Returns the icon name

Specified by:
getName in interface IReferenceItem
Returns:
the icon name

setName

public void setName(java.lang.String strName)
Set the icon name

Parameters:
strName - the icon name

getValue

public byte[] getValue()
get the icon file value

Returns:
the icon file value

setValue

public void setValue(byte[] value)
set the icon file value

Parameters:
value - the file value

getMimeType

public java.lang.String getMimeType()
the icon mime type

Returns:
the icon mime type

setMimeType

public void setMimeType(java.lang.String mimeType)
set the icon mime type

Parameters:
mimeType - the icon mime type

getHeight

public int getHeight()
Returns:
the icon height

setHeight

public void setHeight(int height)
Parameters:
height - the icon height

getWidth

public int getWidth()
Returns:
the icon width

setWidth

public void setWidth(int width)
Parameters:
width - the icon width


Copyright © 2011 Mairie de Paris. All Rights Reserved.