public abstract class LocalState
extends java.lang.Object
| Constructor and Description | 
|---|
LocalState()  | 
| Modifier and Type | Method and Description | 
|---|---|
abstract java.net.URL | 
getDataURL()
Get the URL of the location where the Node's contents, as at the date
 of this state, have been persisted. 
 | 
abstract java.util.Date | 
getDate()
Get the point in time that this state represents for the associated
 Node. 
 | 
abstract java.lang.String | 
getDescription()
Get a description describing this state. 
 | 
abstract java.lang.Object | 
getNodeId()
Get the identifier of the Node for which this instance represents a state
 in time. 
 | 
abstract java.net.URL | 
getNodeURL()
Get the current URL of the Node for which this instance represents a state
 in time. 
 | 
abstract java.net.URL | 
getStateURL()
Get the URL of the Node as it was at the time of creation of this
 state. 
 | 
public abstract java.util.Date getDate()
public abstract java.lang.Object getNodeId()
public abstract java.net.URL getNodeURL()
public abstract java.net.URL getStateURL()
public abstract java.net.URL getDataURL()
public abstract java.lang.String getDescription()