sk.stuba.fiit.foo07.genex.beans
Class ExportPicture

java.lang.Object
  extended by sk.stuba.fiit.foo07.genex.beans.ExportPicture

public class ExportPicture
extends java.lang.Object

Author:
Radu

Constructor Summary
ExportPicture()
           
ExportPicture(Picture pic)
           
 
Method Summary
 byte[] getContent()
           
 java.lang.String getDESCRIPTION()
           
 java.lang.String getMIMETYPE()
           
 java.lang.String getNAME()
           
 java.lang.Integer getPictureID()
           
 java.lang.String getSETTINGS()
           
 boolean getTEXTPICTURE()
           
 void setContent(byte[] content)
           
 void setDESCRIPTION(java.lang.String description)
           
 void setMIMETYPE(java.lang.String mimeType)
           
 void setNAME(java.lang.String name)
           
 void setPictureID(java.lang.Integer pictureID)
           
 void setSETTINGS(java.lang.String settings)
           
 void setTextPicture(boolean textPicture)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExportPicture

public ExportPicture()

ExportPicture

public ExportPicture(Picture pic)
Method Detail

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.