|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.openexchange.admin.soap.dataobjects.Server
public class Server
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 |
---|
public Server()
public Server(com.openexchange.admin.rmi.dataobjects.Server s)
Method Detail |
---|
public java.lang.Integer getId()
Integer
containing the idpublic void setId(java.lang.Integer id)
id
- An Integer
containing the idpublic java.lang.String getName()
String
containing the namepublic void setName(java.lang.String name)
name
- A String
containing the name
|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |