org.hibernate.test.abstractembeddedcomponents.propertyref
Class AddressImpl

java.lang.Object
  extended by org.hibernate.test.abstractembeddedcomponents.propertyref.AddressImpl
All Implemented Interfaces:
Address

public class AddressImpl
extends Object
implements Address


Constructor Summary
AddressImpl()
           
 
Method Summary
 String getAddressType()
           
 Long getId()
           
 Server getServer()
           
 void setAddressType(String addressType)
           
 void setId(Long id)
           
 void setServer(Server server)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddressImpl

public AddressImpl()
Method Detail

getId

public Long getId()
Specified by:
getId in interface Address

setId

public void setId(Long id)
Specified by:
setId in interface Address

getAddressType

public String getAddressType()
Specified by:
getAddressType in interface Address

setAddressType

public void setAddressType(String addressType)
Specified by:
setAddressType in interface Address

getServer

public Server getServer()
Specified by:
getServer in interface Address

setServer

public void setServer(Server server)
Specified by:
setServer in interface Address


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