com.openexchange.admin.soap.dataobjects
Class Server

java.lang.Object
  extended by com.openexchange.admin.soap.dataobjects.Server

public class Server
extends java.lang.Object

This class represents a server.


Constructor Summary
Server()
          Initiates an empty server object
Server(com.openexchange.admin.rmi.dataobjects.Server s)
           
 
Method Summary
 java.lang.Integer getId()
          Returns the id of this server object
 java.lang.String getName()
          Returns the name of this server object
 void setId(java.lang.Integer id)
          Sets the id for this server object
 void setName(java.lang.String name)
          Sets the name for this server object
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Server

public Server()
Initiates an empty server object


Server

public Server(com.openexchange.admin.rmi.dataobjects.Server s)
Method Detail

getId

public java.lang.Integer getId()
Returns the id of this server object

Returns:
An Integer containing the id

setId

public void setId(java.lang.Integer id)
Sets the id for this server object

Parameters:
id - An Integer containing the id

getName

public java.lang.String getName()
Returns the name of this server object

Returns:
A String containing the name

setName

public void setName(java.lang.String name)
Sets the name for this server object

Parameters:
name - A String containing the name