org.hibernate.ejb.test.util
Class Umbrella

java.lang.Object
  extended by org.hibernate.ejb.test.util.Umbrella

@Entity
public class Umbrella
extends Object


Nested Class Summary
static class Umbrella.PK
           
 
Constructor Summary
Umbrella()
           
 
Method Summary
 Umbrella.PK getId()
           
 int getSize()
           
 void setId(Umbrella.PK 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

Umbrella

public Umbrella()
Method Detail

getId

public Umbrella.PK getId()

setId

public void setId(Umbrella.PK id)

getSize

public int getSize()

setSize

public void setSize(int size)


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