org.hibernate.test.hql
Class EntityWithArgFunctionAsColumn

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

public class EntityWithArgFunctionAsColumn
extends Object


Constructor Summary
EntityWithArgFunctionAsColumn()
           
 
Method Summary
 long getId()
           
 int getLower()
           
 String getUpper()
           
 void setId(long id)
           
 void setLower(int lower)
           
 void setUpper(String upper)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityWithArgFunctionAsColumn

public EntityWithArgFunctionAsColumn()
Method Detail

getId

public long getId()

setId

public void setId(long id)

getLower

public int getLower()

setLower

public void setLower(int lower)

getUpper

public String getUpper()

setUpper

public void setUpper(String upper)


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.