| 
 | Lizzy v1.1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectchristophedelory.playlist.rmp.Server
public class Server
The server definition in a Real Metadata Package.
| Constructor Summary | |
|---|---|
| Server() | |
| Method Summary | |
|---|---|
|  String | getDescription()Returns the server description. | 
|  String | getKey()Returns the server key. | 
|  String | getLocation()Returns the server location. | 
|  String | getName()Returns the server name. | 
|  String | getNetName()Returns the server network name. | 
|  void | setDescription(String desc)Initializes the description of this server. | 
|  void | setKey(String key)Initializes the server key. | 
|  void | setLocation(String location)Initializes the server location. | 
|  void | setName(String name)Initializes the server name. | 
|  void | setNetName(String netName)Initializes the server network name. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public Server()
| Method Detail | 
|---|
public String getName()
null.setName(java.lang.String)public void setName(String name)
name - a name. May be null.getName()public String getDescription()
null.setDescription(java.lang.String)public void setDescription(String desc)
desc - a description. May be null.getDescription()public String getNetName()
null.setNetName(java.lang.String)public void setNetName(String netName)
netName - a network name. May be null.getNetName()public String getLocation()
null.setLocation(java.lang.String)public void setLocation(String location)
location - a location. Shall not be null.
NullPointerException - if location is null.getLocation()public String getKey()
null.setKey(java.lang.String)public void setKey(String key)
key - a key. May be null.getKey()| 
 | © 2008-2009 Christophe Delory | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||