org.hibernate.envers.test.integration.readwriteexpression
Class Staff
java.lang.Object
org.hibernate.envers.test.integration.readwriteexpression.Staff
@Entity
public class Staff
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Staff
public Staff()
Staff
public Staff(double sizeInInches,
Integer id)
getId
public Integer getId()
setId
public void setId(Integer id)
getSizeInInches
public double getSizeInInches()
setSizeInInches
public void setSizeInInches(double sizeInInches)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.