org.hibernate.test.sql.hand
Class ImageHolder
java.lang.Object
org.hibernate.test.sql.hand.ImageHolder
public class ImageHolder
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImageHolder
public ImageHolder(byte[] photo)
ImageHolder
public ImageHolder()
getId
public Long getId()
- Returns:
- Returns the id.
setId
public void setId(Long id)
- Parameters:
id
- The id to set.
getPhoto
public byte[] getPhoto()
- Returns:
- Returns the photo.
setPhoto
public void setPhoto(byte[] photo)
- Parameters:
photo
- The photo to set.
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.