org.opennms.web.command
Class DistributedStatusDetailsCommand

java.lang.Object
  extended by org.opennms.web.command.DistributedStatusDetailsCommand

public class DistributedStatusDetailsCommand
extends Object

DistributedStatusDetailsCommand class.

Since:
1.8.1
Version:
$Id: $
Author:
ranger

Constructor Summary
DistributedStatusDetailsCommand()
           
 
Method Summary
 String getApplication()
          getApplication
 String getLocation()
          getLocation
 void setApplication(String application)
          setApplication
 void setLocation(String location)
          setLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DistributedStatusDetailsCommand

public DistributedStatusDetailsCommand()
Method Detail

getApplication

public String getApplication()

getApplication

Returns:
a String object.

setApplication

public void setApplication(String application)

setApplication

Parameters:
application - a String object.

getLocation

public String getLocation()

getLocation

Returns:
a String object.

setLocation

public void setLocation(String location)

setLocation

Parameters:
location - a String object.


Copyright © 2011. All Rights Reserved.