org.opennms.web.command
Class NodeListCommand

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

public class NodeListCommand
extends Object

NodeListCommand class.

Since:
1.8.1
Version:
$Id: $
Author:
DJ Gregor

Constructor Summary
NodeListCommand()
           
 
Method Summary
 String[] getCategory1()
          getCategory1
 String[] getCategory2()
          getCategory2
 String getForeignSource()
          getForeignSource
 String getIplike()
          getIplike
 boolean getListInterfaces()
          getListInterfaces
 String getMaclike()
          getMaclike
 int getNodeId()
          getNodeId
 String getNodename()
          getNodename
 boolean getNodesWithDownAggregateStatus()
          getNodesWithDownAggregateStatus
 boolean getNodesWithOutages()
          getNodesWithOutages
 Integer getService()
          getService
 String getSnmpParm()
          getSnmpParm
 String getSnmpParmMatchType()
          getSnmpParmMatchType
 String getSnmpParmValue()
          getSnmpParmValue
 String getStatusRowLabel()
          getStatusRowLabel
 String getStatusSite()
          getStatusSite
 String getStatusViewName()
          getStatusViewName
 boolean hasCategory1()
          hasCategory1
 boolean hasCategory2()
          hasCategory2
 boolean hasForeignSource()
          hasForeignSource
 boolean hasIplike()
          hasIplike
 boolean hasMaclike()
          hasMaclike
 boolean hasNodeId()
          hasNodeId
 boolean hasNodename()
          hasNodename
 boolean hasService()
          hasService
 boolean hasSnmpParm()
          hasSnmpParm
 boolean hasSnmpParmMatchType()
          hasSnmpParmMatchType
 boolean hasSnmpParmValue()
          hasSnmpParmValue
 boolean hasStatusRowLabel()
          hasStatusRowLabel
 boolean hasStatusSite()
          hasStatusSite
 boolean hasStatusViewName()
          hasStatusViewName
 void setCategory1(String[] category1)
          setCategory1
 void setCategory2(String[] category2)
          setCategory2
 void setForeignSource(String foreignSourceLike)
          setForeignSource
 void setIplike(String iplike)
          setIplike
 void setListInterfaces(boolean listInterfaces)
          setListInterfaces
 void setMaclike(String maclike)
          setMaclike
 void setNodeId(int nodeId)
          setNodeId
 void setNodename(String nodename)
          setNodename
 void setNodesWithDownAggregateStatus(boolean nodesWithDownAggregateStatus)
          setNodesWithDownAggregateStatus
 void setNodesWithOutages(boolean nodesWithOutages)
          setNodesWithOutages
 void setService(Integer service)
          setService
 void setSnmpParm(String snmpParm)
          setSnmpParm
 void setSnmpParmMatchType(String snmpParmMatchType)
          setSnmpParmMatchType
 void setSnmpParmValue(String snmpParmValue)
          setSnmpParmValue
 void setStatusRowLabel(String statusRowLabel)
          setStatusRowLabel
 void setStatusSite(String statusSite)
          setStatusSite
 void setStatusViewName(String statusViewName)
          setStatusViewName
 
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

setNodeId

public void setNodeId(int nodeId)

setNodeId

Parameters:
nodeId - a int.

getNodeId

public int getNodeId()

getNodeId

Returns:
a int.

hasNodeId

public boolean hasNodeId()

hasNodeId

Returns:
a boolean.

setNodename

public void setNodename(String nodename)

setNodename

Parameters:
nodename - a String object.

getNodename

public String getNodename()

getNodename

Returns:
a String object.

hasNodename

public boolean hasNodename()

hasNodename

Returns:
a boolean.

setIplike

public void setIplike(String iplike)

setIplike

Parameters:
iplike - a String object.

getIplike

public String getIplike()

getIplike

Returns:
a String object.

hasIplike

public boolean hasIplike()

hasIplike

Returns:
a boolean.

setMaclike

public void setMaclike(String maclike)

setMaclike

Parameters:
maclike - a String object.

getMaclike

public String getMaclike()

getMaclike

Returns:
a String object.

hasMaclike

public boolean hasMaclike()

hasMaclike

Returns:
a boolean.

setForeignSource

public void setForeignSource(String foreignSourceLike)

setForeignSource

Parameters:
foreignSourceLike - a String object.

getForeignSource

public String getForeignSource()

getForeignSource

Returns:
a String object.

hasForeignSource

public boolean hasForeignSource()

hasForeignSource

Returns:
a boolean.

setService

public void setService(Integer service)

setService

Parameters:
service - a Integer object.

getService

public Integer getService()

getService

Returns:
a Integer object.

hasService

public boolean hasService()

hasService

Returns:
a boolean.

setSnmpParm

public void setSnmpParm(String snmpParm)

setSnmpParm

Parameters:
snmpParm - a String object.

getSnmpParm

public String getSnmpParm()

getSnmpParm

Returns:
a String object.

hasSnmpParm

public boolean hasSnmpParm()

hasSnmpParm

Returns:
a boolean.

setSnmpParmValue

public void setSnmpParmValue(String snmpParmValue)

setSnmpParmValue

Parameters:
snmpParmValue - a String object.

getSnmpParmValue

public String getSnmpParmValue()

getSnmpParmValue

Returns:
a String object.

hasSnmpParmValue

public boolean hasSnmpParmValue()

hasSnmpParmValue

Returns:
a boolean.

setSnmpParmMatchType

public void setSnmpParmMatchType(String snmpParmMatchType)

setSnmpParmMatchType

Parameters:
snmpParmMatchType - a String object.

getSnmpParmMatchType

public String getSnmpParmMatchType()

getSnmpParmMatchType

Returns:
a String object.

hasSnmpParmMatchType

public boolean hasSnmpParmMatchType()

hasSnmpParmMatchType

Returns:
a boolean.

setCategory1

public void setCategory1(String[] category1)

setCategory1

Parameters:
category1 - an array of String objects.

getCategory1

public String[] getCategory1()

getCategory1

Returns:
an array of String objects.

hasCategory1

public boolean hasCategory1()

hasCategory1

Returns:
a boolean.

setCategory2

public void setCategory2(String[] category2)

setCategory2

Parameters:
category2 - an array of String objects.

getCategory2

public String[] getCategory2()

getCategory2

Returns:
an array of String objects.

hasCategory2

public boolean hasCategory2()

hasCategory2

Returns:
a boolean.

setStatusViewName

public void setStatusViewName(String statusViewName)

setStatusViewName

Parameters:
statusViewName - a String object.

getStatusViewName

public String getStatusViewName()

getStatusViewName

Returns:
a String object.

hasStatusViewName

public boolean hasStatusViewName()

hasStatusViewName

Returns:
a boolean.

setStatusSite

public void setStatusSite(String statusSite)

setStatusSite

Parameters:
statusSite - a String object.

getStatusSite

public String getStatusSite()

getStatusSite

Returns:
a String object.

hasStatusSite

public boolean hasStatusSite()

hasStatusSite

Returns:
a boolean.

setStatusRowLabel

public void setStatusRowLabel(String statusRowLabel)

setStatusRowLabel

Parameters:
statusRowLabel - a String object.

getStatusRowLabel

public String getStatusRowLabel()

getStatusRowLabel

Returns:
a String object.

hasStatusRowLabel

public boolean hasStatusRowLabel()

hasStatusRowLabel

Returns:
a boolean.

setNodesWithOutages

public void setNodesWithOutages(boolean nodesWithOutages)

setNodesWithOutages

Parameters:
nodesWithOutages - a boolean.

getNodesWithOutages

public boolean getNodesWithOutages()

getNodesWithOutages

Returns:
a boolean.

setNodesWithDownAggregateStatus

public void setNodesWithDownAggregateStatus(boolean nodesWithDownAggregateStatus)

setNodesWithDownAggregateStatus

Parameters:
nodesWithDownAggregateStatus - a boolean.

getNodesWithDownAggregateStatus

public boolean getNodesWithDownAggregateStatus()

getNodesWithDownAggregateStatus

Returns:
a boolean.

setListInterfaces

public void setListInterfaces(boolean listInterfaces)

setListInterfaces

Parameters:
listInterfaces - a boolean.

getListInterfaces

public boolean getListInterfaces()

getListInterfaces

Returns:
a boolean.


Copyright © 2011. All Rights Reserved.