|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.business.workflow.Icon
public class Icon
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 |
---|
public Icon()
Method Detail |
---|
public int getId()
IReferenceItem
getId
in interface IReferenceItem
public void setId(int idIcon)
idIcon
- the id of the iconpublic java.lang.String getName()
getName
in interface IReferenceItem
public void setName(java.lang.String strName)
strName
- the icon namepublic byte[] getValue()
public void setValue(byte[] value)
value
- the file valuepublic java.lang.String getMimeType()
public void setMimeType(java.lang.String mimeType)
mimeType
- the icon mime typepublic int getHeight()
public void setHeight(int height)
height
- the icon heightpublic int getWidth()
public void setWidth(int width)
width
- the icon width
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |