org.hibernate.test.hql
Class VariousKeywordPropertyEntity

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

public class VariousKeywordPropertyEntity
extends Object

TODO : javadoc


Constructor Summary
VariousKeywordPropertyEntity()
           
 
Method Summary
 String getEntry()
           
 Long getId()
           
 String getKey()
           
 String getType()
           
 String getValue()
           
 void setEntry(String entry)
           
 void setId(Long id)
           
 void setKey(String key)
           
 void setType(String type)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VariousKeywordPropertyEntity

public VariousKeywordPropertyEntity()
Method Detail

getId

public Long getId()

setId

public void setId(Long id)

getValue

public String getValue()

setValue

public void setValue(String value)

getKey

public String getKey()

setKey

public void setKey(String key)

getEntry

public String getEntry()

setEntry

public void setEntry(String entry)

getType

public String getType()

setType

public void setType(String type)


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