org.openwms.core.domain.values
Interface ImageProvider

All Known Implementing Classes:
UserDetails

public interface ImageProvider

An ImageProvider stores an image file.

Since:
0.1
Version:
$Revision: 1507 $
Author:
Tina Russell

Method Summary
 byte[] getImage()
          Return the image of the User.
 void setImage(byte[] image)
          Change the image of the User.
 

Method Detail

getImage

byte[] getImage()
Return the image of the User.

Returns:
The current image

setImage

void setImage(byte[] image)
Change the image of the User.

Parameters:
image - The new image to set


Copyright © 2005-2011 openwms.org. All Rights Reserved.