org.hibernate.test.abstractembeddedcomponents.propertyref
Class ServerImpl
java.lang.Object
org.hibernate.test.abstractembeddedcomponents.propertyref.ServerImpl
- All Implemented Interfaces:
- Server
public class ServerImpl
- extends Object
- implements Server
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServerImpl
public ServerImpl()
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.