org.alfresco.repo.domain.hibernate
Class ServerImpl

java.lang.Object
  extended by org.alfresco.repo.domain.hibernate.LifecycleAdapter
      extended by 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

Field Summary
 
Fields inherited from interface org.hibernate.classic.Lifecycle
NO_VETO, VETO
 
Constructor Summary
ServerImpl()
           
 
Method Summary
 java.lang.Long getId()
           
 java.lang.String getIpAddress()
           
 java.lang.Long getVersion()
           
 void setIpAddress(java.lang.String ipAddress)
           
 java.lang.String toString()
           
 
Methods inherited from class org.alfresco.repo.domain.hibernate.LifecycleAdapter
getSession, onDelete, onLoad, onSave, onUpdate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServerImpl

public ServerImpl()
Method Detail

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.