org.neo4j.examples.socnet
Class StatusUpdate

java.lang.Object
  extended by org.neo4j.examples.socnet.StatusUpdate

public class StatusUpdate
extends Object


Constructor Summary
StatusUpdate(org.neo4j.graphdb.Node underlyingNode)
           
 
Method Summary
 Date getDate()
           
 Person getPerson()
           
 String getStatusText()
           
 org.neo4j.graphdb.Node getUnderlyingNode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatusUpdate

public StatusUpdate(org.neo4j.graphdb.Node underlyingNode)
Method Detail

getUnderlyingNode

public org.neo4j.graphdb.Node getUnderlyingNode()

getPerson

public Person getPerson()

getStatusText

public String getStatusText()

getDate

public Date getDate()


Copyright © 2011 The Neo4j Graph Database Project. All Rights Reserved.