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

java.lang.Object
  extended by org.hibernate.test.annotations.inheritance.joined.Clothing
Direct Known Subclasses:
Sweater

@Entity
public abstract class Clothing
extends Object


Constructor Summary
Clothing()
           
 
Method Summary
 String getColor()
           
 long getId()
           
 int getSize()
           
 void setColor(String color)
           
 void setId(long id)
           
 void setSize(int size)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Clothing

public Clothing()
Method Detail

getId

public long getId()

setId

public void setId(long id)

getSize

public int getSize()

setSize

public void setSize(int size)

getColor

public String getColor()

setColor

public void setColor(String color)


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