Cumulus4j API
(1.2.0)

org.cumulus4j.keymanager.front.shared
Class AppServerList

java.lang.Object
  extended by org.cumulus4j.keymanager.front.shared.AppServerList

public class AppServerList
extends Object

DTO representing a list of AppServers.

Author:
Marco หงุ่ยตระกูล-Schulze - marco at nightlabs dot de

Constructor Summary
AppServerList()
           
 
Method Summary
 List<AppServer> getAppServers()
          Get the app-servers.
 void setAppServers(List<AppServer> appServers)
          Set the app-servers.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppServerList

public AppServerList()
Method Detail

getAppServers

public List<AppServer> getAppServers()
Get the app-servers. This property is initialised to an empty List by the default constructor (i.e. never null, if not explicitly set).

Returns:
the app-servers.
See Also:
setAppServers(List)

setAppServers

public void setAppServers(List<AppServer> appServers)
Set the app-servers.

Parameters:
appServers - the app-servers.
See Also:
getAppServers()

Cumulus4j API
(1.2.0)

Copyright © 2013 NightLabs Consulting GmbH. All Rights Reserved.