org.opennms.secret.model
Class NodeInterface

java.lang.Object
  extended by org.opennms.secret.model.NodeInterface

public class NodeInterface
extends Object

Author:
David Hustace

Constructor Summary
NodeInterface()
           
 
Method Summary
 Long getId()
           
 Long getIfIndex()
           
 String getIpAddr()
           
 String getIpHostName()
           
 Date getIpLastCapsdPoll()
           
 Long getIpStatus()
           
 String getIsManaged()
           
 String getIsSnmpPrimary()
           
 Long getNodeId()
           
 boolean hasPerformanceDataSource()
           
 void setId(Long id)
           
 void setIfIndex(Long ifIndex)
           
 void setIpAddr(String ipAddr)
           
 void setIpHostName(String ipHostName)
           
 void setIpLastCapsdPoll(Date ipLastCapsdPoll)
           
 void setIpStatus(Long ipStatus)
           
 void setIsManaged(String isManaged)
           
 void setIsSnmpPrimary(String isSnmpPrimary)
           
 void setNodeId(Long nodeId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeInterface

public NodeInterface()
Method Detail

getId

public Long getId()
Returns:
Returns the id.

setId

public void setId(Long id)

getIfIndex

public Long getIfIndex()
Returns:
Returns the ifIndex.

setIfIndex

public void setIfIndex(Long ifIndex)
Parameters:
ifIndex - The ifIndex to set.

getIpAddr

public String getIpAddr()
Returns:
Returns the ipAddr.

setIpAddr

public void setIpAddr(String ipAddr)
Parameters:
ipAddr - The ipAddr to set.

getIpHostName

public String getIpHostName()
Returns:
Returns the ipHostName.

setIpHostName

public void setIpHostName(String ipHostName)
Parameters:
ipHostName - The ipHostName to set.

getIpLastCapsdPoll

public Date getIpLastCapsdPoll()
Returns:
Returns the ipLastCapsdPoll.

setIpLastCapsdPoll

public void setIpLastCapsdPoll(Date ipLastCapsdPoll)
Parameters:
ipLastCapsdPoll - The ipLastCapsdPoll to set.

getIpStatus

public Long getIpStatus()
Returns:
Returns the ipStatus.

setIpStatus

public void setIpStatus(Long ipStatus)
Parameters:
ipStatus - The ipStatus to set.

getIsManaged

public String getIsManaged()
Returns:
Returns the isManaged.

setIsManaged

public void setIsManaged(String isManaged)
Parameters:
isManaged - The isManaged to set.

getIsSnmpPrimary

public String getIsSnmpPrimary()
Returns:
Returns the isSnmpPrimary.

setIsSnmpPrimary

public void setIsSnmpPrimary(String isSnmpPrimary)
Parameters:
isSnmpPrimary - The isSnmpPrimary to set.

getNodeId

public Long getNodeId()
Returns:
Returns the nodeId.

setNodeId

public void setNodeId(Long nodeId)
Parameters:
nodeId - The nodeId to set.

hasPerformanceDataSource

public boolean hasPerformanceDataSource()


Copyright © 2009. All Rights Reserved.