org.hibernate.test.annotations.inheritance.singletable
Class Music
java.lang.Object
org.hibernate.test.annotations.inheritance.singletable.Music
- Direct Known Subclasses:
- Funk, Noise, Rock
@Entity
public abstract class Music
- extends Object
|
Constructor Summary |
Music()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Music
public Music()
getType
public Integer getType()
setType
public void setType(Integer type)
getId
public Integer getId()
setId
public void setId(Integer id)
getAvgBeat
public int getAvgBeat()
setAvgBeat
public void setAvgBeat(int avgBeat)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.