org.opennms.web.command
Class NodeListCommand

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

public class NodeListCommand
extends Object

Author:
DJ Gregor

Constructor Summary
NodeListCommand()
           
 
Method Summary
 String[] getCategory1()
           
 String[] getCategory2()
           
 String getIplike()
           
 boolean getListInterfaces()
           
 String getMaclike()
           
 String getNodename()
           
 boolean getNodesWithDownAggregateStatus()
           
 boolean getNodesWithOutages()
           
 Integer getService()
           
 String getSnmpParm()
           
 String getSnmpParmMatchType()
           
 String getSnmpParmValue()
           
 String getStatusRowLabel()
           
 String getStatusSite()
           
 String getStatusViewName()
           
 boolean hasCategory1()
           
 boolean hasCategory2()
           
 boolean hasIplike()
           
 boolean hasMaclike()
           
 boolean hasNodename()
           
 boolean hasService()
           
 boolean hasSnmpParm()
           
 boolean hasSnmpParmMatchType()
           
 boolean hasSnmpParmValue()
           
 boolean hasStatusRowLabel()
           
 boolean hasStatusSite()
           
 boolean hasStatusViewName()
           
 void setCategory1(String[] category1)
           
 void setCategory2(String[] category2)
           
 void setIplike(String iplike)
           
 void setListInterfaces(boolean listInterfaces)
           
 void setMaclike(String maclike)
           
 void setNodename(String nodename)
           
 void setNodesWithDownAggregateStatus(boolean nodesWithDownAggregateStatus)
           
 void setNodesWithOutages(boolean nodesWithOutages)
           
 void setService(Integer service)
           
 void setSnmpParm(String snmpParm)
           
 void setSnmpParmMatchType(String snmpParmMatchType)
           
 void setSnmpParmValue(String snmpParmValue)
           
 void setStatusRowLabel(String statusRowLabel)
           
 void setStatusSite(String statusSite)
           
 void setStatusViewName(String statusViewName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeListCommand

public NodeListCommand()
Method Detail

setNodename

public void setNodename(String nodename)

getNodename

public String getNodename()

hasNodename

public boolean hasNodename()

setIplike

public void setIplike(String iplike)

getIplike

public String getIplike()

hasIplike

public boolean hasIplike()

setMaclike

public void setMaclike(String maclike)

getMaclike

public String getMaclike()

hasMaclike

public boolean hasMaclike()

setService

public void setService(Integer service)

getService

public Integer getService()

hasService

public boolean hasService()

setSnmpParm

public void setSnmpParm(String snmpParm)

getSnmpParm

public String getSnmpParm()

hasSnmpParm

public boolean hasSnmpParm()

setSnmpParmValue

public void setSnmpParmValue(String snmpParmValue)

getSnmpParmValue

public String getSnmpParmValue()

hasSnmpParmValue

public boolean hasSnmpParmValue()

setSnmpParmMatchType

public void setSnmpParmMatchType(String snmpParmMatchType)

getSnmpParmMatchType

public String getSnmpParmMatchType()

hasSnmpParmMatchType

public boolean hasSnmpParmMatchType()

setCategory1

public void setCategory1(String[] category1)

getCategory1

public String[] getCategory1()

hasCategory1

public boolean hasCategory1()

setCategory2

public void setCategory2(String[] category2)

getCategory2

public String[] getCategory2()

hasCategory2

public boolean hasCategory2()

setStatusViewName

public void setStatusViewName(String statusViewName)

getStatusViewName

public String getStatusViewName()

hasStatusViewName

public boolean hasStatusViewName()

setStatusSite

public void setStatusSite(String statusSite)

getStatusSite

public String getStatusSite()

hasStatusSite

public boolean hasStatusSite()

setStatusRowLabel

public void setStatusRowLabel(String statusRowLabel)

getStatusRowLabel

public String getStatusRowLabel()

hasStatusRowLabel

public boolean hasStatusRowLabel()

setNodesWithOutages

public void setNodesWithOutages(boolean nodesWithOutages)

getNodesWithOutages

public boolean getNodesWithOutages()

setNodesWithDownAggregateStatus

public void setNodesWithDownAggregateStatus(boolean nodesWithDownAggregateStatus)

getNodesWithDownAggregateStatus

public boolean getNodesWithDownAggregateStatus()

setListInterfaces

public void setListInterfaces(boolean listInterfaces)

getListInterfaces

public boolean getListInterfaces()


Copyright © 2009. All Rights Reserved.