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