org.hibernate.test.deletetransient
Class Note
java.lang.Object
org.hibernate.test.deletetransient.Note
public class Note
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Note
public Note()
Note
public Note(String description)
getId
public Long getId()
setId
public void setId(Long id)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.