org.hibernate.test.hql
Class Image

java.lang.Object
  extended by org.hibernate.test.hql.Image

public class Image
extends Object


Constructor Summary
Image()
           
 
Method Summary
 Long getId()
           
 String getName()
           
 double getSizeKb()
           
 void setId(Long id)
           
 void setName(String name)
           
 void setSizeKb(double sizeKb)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Image

public Image()
Method Detail

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.