org.hibernate.test.hql
Class Image
java.lang.Object
org.hibernate.test.hql.Image
public class Image
- extends Object
|
Constructor Summary |
Image()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Image
public Image()
getId
public Long getId()
- Returns:
- the id
setId
public void setId(Long id)
- Parameters:
id - the id to set
getName
public String getName()
- Returns:
- the name
setName
public void setName(String name)
- Parameters:
name - the name to set
getSizeKb
public double getSizeKb()
- Returns:
- the size in kb
setSizeKb
public void setSizeKb(double sizeKb)
- Parameters:
sizeKb - the size in kb to set
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.