rendsite.engine.node
Class Node_Time

java.lang.Object
  extended by rendsite.engine.node.Node
      extended by rendsite.engine.node.Node_Time

public class Node_Time
extends Node

Crawler node for a marker.

Author:
erich Version History
 10NOV09 - EPG - First package release.
 

Constructor Summary
Node_Time(long datetime)
          Create a node.
 
Method Summary
 long get()
          Get the date/time.
 
Methods inherited from class rendsite.engine.node.Node
getName, getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Node_Time

public Node_Time(long datetime)
          throws java.lang.Throwable
Create a node.

Parameters:
datetime - Date and time in milliseconds from epoch.
Throws:
java.lang.Throwable - this will never happen.
Method Detail

get

public long get()
Get the date/time.

Returns:
Date and time in milliseconds from epoch.


rendsite.