org.opennms.secret.model
Class Node
java.lang.Object
org.opennms.secret.model.Node
public class Node
- extends Object
- Author:
- Ted Kazmarak, David Hustace
|
Constructor Summary |
Node()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Node
public Node()
getDpName
public String getDpName()
- Returns:
- Returns the dbName.
setDpName
public void setDpName(String dbName)
- Parameters:
dbName - The dbName to set.
getLastCapsdPoll
public Date getLastCapsdPoll()
- Returns:
- Returns the lastCapsdPoll.
setLastCapsdPoll
public void setLastCapsdPoll(Date lastCapsdPoll)
- Parameters:
lastCapsdPoll - The lastCapsdPoll to set.
getNodeCreateTime
public Date getNodeCreateTime()
- Returns:
- Returns the nodeCreateTime.
setNodeCreateTime
public void setNodeCreateTime(Date nodeCreateTime)
- Parameters:
nodeCreateTime - The nodeCreateTime to set.
getNodeDomainName
public String getNodeDomainName()
- Returns:
- Returns the nodeDomainName.
setNodeDomainName
public void setNodeDomainName(String nodeDomainName)
- Parameters:
nodeDomainName - The nodeDomainName to set.
getNodeId
public Long getNodeId()
- Returns:
- Returns the nodeId.
setNodeId
public void setNodeId(Long nodeId)
getNodeLabel
public String getNodeLabel()
- Returns:
- Returns the nodeLabel.
setNodeLabel
public void setNodeLabel(String nodeLabel)
- Parameters:
nodeLabel - The nodeLabel to set.
getNodeLabelSource
public String getNodeLabelSource()
- Returns:
- Returns the nodeLabelSource.
setNodeLabelSource
public void setNodeLabelSource(String nodeLabelSource)
- Parameters:
nodeLabelSource - The nodeLabelSource to set.
getNodeNetBiosName
public String getNodeNetBiosName()
- Returns:
- Returns the nodeNetBiosName.
setNodeNetBiosName
public void setNodeNetBiosName(String nodeNetBiosName)
- Parameters:
nodeNetBiosName - The nodeNetBiosName to set.
getNodeParentId
public Long getNodeParentId()
- Returns:
- Returns the nodeParentId.
setNodeParentId
public void setNodeParentId(Long nodeParentId)
- Parameters:
nodeParentId - The nodeParentId to set.
getNodeSysContact
public String getNodeSysContact()
- Returns:
- Returns the nodeSysContact.
setNodeSysContact
public void setNodeSysContact(String nodeSysContact)
- Parameters:
nodeSysContact - The nodeSysContact to set.
getNodeSysDescription
public String getNodeSysDescription()
- Returns:
- Returns the nodeSysDescription.
setNodeSysDescription
public void setNodeSysDescription(String nodeSysDescription)
- Parameters:
nodeSysDescription - The nodeSysDescription to set.
getNodeSysLocation
public String getNodeSysLocation()
- Returns:
- Returns the nodeSysLocation.
setNodeSysLocation
public void setNodeSysLocation(String nodeSysLocation)
- Parameters:
nodeSysLocation - The nodeSysLocation to set.
getNodeSysName
public String getNodeSysName()
- Returns:
- Returns the nodeSysName.
setNodeSysName
public void setNodeSysName(String nodeSysName)
- Parameters:
nodeSysName - The nodeSysName to set.
getNodeSysOid
public String getNodeSysOid()
- Returns:
- Returns the nodeSysOid.
setNodeSysOid
public void setNodeSysOid(String nodeSysOid)
- Parameters:
nodeSysOid - The nodeSysOid to set.
getNodeType
public String getNodeType()
- Returns:
- Returns the nodeType.
setNodeType
public void setNodeType(String nodeType)
- Parameters:
nodeType - The nodeType to set.
getOperatingSystem
public String getOperatingSystem()
- Returns:
- Returns the operatingSystem.
setOperatingSystem
public void setOperatingSystem(String operatingSystem)
- Parameters:
operatingSystem - The operatingSystem to set.
hasPerformanceDataSource
public boolean hasPerformanceDataSource()
Copyright © 2009. All Rights Reserved.