org.hibernate.test.annotations.inheritance.joined
Class Sweater

java.lang.Object
  extended by org.hibernate.test.annotations.inheritance.joined.Clothing
      extended by org.hibernate.test.annotations.inheritance.joined.Sweater

@Entity
public class Sweater
extends Clothing


Constructor Summary
Sweater()
           
 
Method Summary
 boolean isSweat()
           
 void setSweat(boolean sweat)
           
 
Methods inherited from class org.hibernate.test.annotations.inheritance.joined.Clothing
getColor, getId, getSize, setColor, setId, setSize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Sweater

public Sweater()
Method Detail

isSweat

public boolean isSweat()

setSweat

public void setSweat(boolean sweat)


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