org.alfresco.repo.domain.hibernate
Class ServerImpl
java.lang.Object
org.alfresco.repo.domain.hibernate.LifecycleAdapter
org.alfresco.repo.domain.hibernate.ServerImpl
- All Implemented Interfaces:
- java.io.Serializable, Server, org.hibernate.classic.Lifecycle
public class ServerImpl
- extends LifecycleAdapter
- implements Server, java.io.Serializable
Bean containing all the persistence data representing a Server.
This implementation of the Service
interface is
Hibernate specific.
- See Also:
- Serialized Form
Fields inherited from interface org.hibernate.classic.Lifecycle |
NO_VETO, VETO |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ServerImpl
public ServerImpl()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
getId
public java.lang.Long getId()
- Specified by:
getId
in interface Server
getIpAddress
public java.lang.String getIpAddress()
- Specified by:
getIpAddress
in interface Server
getVersion
public java.lang.Long getVersion()
- Specified by:
getVersion
in interface Server
setIpAddress
public void setIpAddress(java.lang.String ipAddress)
- Specified by:
setIpAddress
in interface Server
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.