org.opennms.netmgt.provision.service
Class NodeScanSchedule

java.lang.Object
  extended by org.opennms.netmgt.provision.service.NodeScanSchedule

public class NodeScanSchedule
extends Object

NodeScanSchedule class.

Version:
$Id: $
Author:
ranger

Constructor Summary
NodeScanSchedule(int nodeId, String foreignSource, String foreignId, org.joda.time.Duration initialDelay, org.joda.time.Duration scanInterval)
          Constructor for NodeScanSchedule.
 
Method Summary
 String getForeignId()
          getForeignId
 String getForeignSource()
          getForeignSource
 org.joda.time.Duration getInitialDelay()
          getInitialDelay
 int getNodeId()
          getNodeId
 org.joda.time.Duration getScanInterval()
          getScanInterval
 int hashCode()
          hashCode
 String toString()
          toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NodeScanSchedule

public NodeScanSchedule(int nodeId,
                        String foreignSource,
                        String foreignId,
                        org.joda.time.Duration initialDelay,
                        org.joda.time.Duration scanInterval)

Constructor for NodeScanSchedule.

Parameters:
nodeId - a int.
foreignSource - a String object.
foreignId - a String object.
initialDelay - a Duration object.
scanInterval - a Duration object.
Method Detail

getForeignId

public String getForeignId()

getForeignId

Returns:
the foreignId

getNodeId

public int getNodeId()

getNodeId

Returns:
the nodeId

getForeignSource

public String getForeignSource()

getForeignSource

Returns:
the foreignSource

getInitialDelay

public org.joda.time.Duration getInitialDelay()

getInitialDelay

Returns:
the initialDelay

getScanInterval

public org.joda.time.Duration getScanInterval()

getScanInterval

Returns:
the scanInterval

toString

public String toString()

toString

Overrides:
toString in class Object
Returns:
a String object.

hashCode

public int hashCode()

hashCode

Overrides:
hashCode in class Object
Returns:
a int.


Copyright © 2011. All Rights Reserved.