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

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

@Embeddable
public class PoolAddress
extends Object


Constructor Summary
PoolAddress()
           
 
Method Summary
 String getAddress()
           
 void setAddress(String address)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PoolAddress

public PoolAddress()
Method Detail

getAddress

public String getAddress()

setAddress

public void setAddress(String address)


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