org.hibernate.test.abstractembeddedcomponents.propertyref
Class ServerImpl

java.lang.Object
  extended by org.hibernate.test.abstractembeddedcomponents.propertyref.ServerImpl
All Implemented Interfaces:
Server

public class ServerImpl
extends Object
implements Server


Constructor Summary
ServerImpl()
           
 
Method Summary
 Address getAddress()
           
 Long getId()
           
 String getServerType()
           
 void setAddress(Address address)
           
 void setId(Long id)
           
 void setServerType(String serverType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerImpl

public ServerImpl()
Method Detail

getId

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

setId

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

getServerType

public String getServerType()
Specified by:
getServerType in interface Server

setServerType

public void setServerType(String serverType)
Specified by:
setServerType in interface Server

getAddress

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

setAddress

public void setAddress(Address address)
Specified by:
setAddress in interface Server


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