VLab Common 1.2

pl.psnc.vlab.util.image
Class ImageBean

java.lang.Object
  extended by pl.psnc.vlab.util.image.ImageBean

public class ImageBean
extends java.lang.Object

ImageBean class - image bean class is used to store the system images

Author:
Dominik Stoklosa (~osa~)
Email address
osa@man.poznan.pl

Constructor Summary
ImageBean(java.lang.String imageName)
          Creates a new instance of ImageBean
 
Method Summary
 javax.swing.ImageIcon getImage()
          Getter for property image.
 java.lang.String getImageName()
          Getter for property imageName.
 void setImage(javax.swing.ImageIcon image)
          Setter for property image.
 void setImageName(java.lang.String imageName)
          Setter for property imageName.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageBean

public ImageBean(java.lang.String imageName)
Creates a new instance of ImageBean

Parameters:
imageName - image name
Method Detail

getImageName

public java.lang.String getImageName()
Getter for property imageName.

Returns:
Value of property imageName.

setImageName

public void setImageName(java.lang.String imageName)
Setter for property imageName.

Parameters:
imageName - New value of property imageName.

getImage

public javax.swing.ImageIcon getImage()
Getter for property image.

Returns:
Value of property image.

setImage

public void setImage(javax.swing.ImageIcon image)
Setter for property image.

Parameters:
image - New value of property image.

VLab Common 1.2

Copyright 2004 by VLAB Dominik Stoklosa.