sk.stuba.fiit.foo07.genex.beans
Class ExportPicture
java.lang.Object
sk.stuba.fiit.foo07.genex.beans.ExportPicture
public class ExportPicture
- extends java.lang.Object
- Author:
- Radu
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ExportPicture
public ExportPicture()
ExportPicture
public ExportPicture(Picture pic)
getNAME
public java.lang.String getNAME()
- Returns:
- the name
setNAME
public void setNAME(java.lang.String name)
- Parameters:
name
- the name to set
getDESCRIPTION
public java.lang.String getDESCRIPTION()
- Returns:
- the description
setDESCRIPTION
public void setDESCRIPTION(java.lang.String description)
- Parameters:
description
- the description to set
getSETTINGS
public java.lang.String getSETTINGS()
- Returns:
- the settings
setSETTINGS
public void setSETTINGS(java.lang.String settings)
- Parameters:
settings
- the settings to set
getMIMETYPE
public java.lang.String getMIMETYPE()
- Returns:
- the mimeType
setMIMETYPE
public void setMIMETYPE(java.lang.String mimeType)
- Parameters:
mimeType
- the mimeType to set
getContent
public byte[] getContent()
- Returns:
- the content
setContent
public void setContent(byte[] content)
- Parameters:
content
- the content to set
getPictureID
public java.lang.Integer getPictureID()
- Returns:
- the pictureID
setPictureID
public void setPictureID(java.lang.Integer pictureID)
- Parameters:
pictureID
- the pictureID to set
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
getTEXTPICTURE
public boolean getTEXTPICTURE()
setTextPicture
public void setTextPicture(boolean textPicture)
Copyright © 2008 Faculty of Informatics and Information Technologies, STU Bratislava. All Rights Reserved.