ch.hsr.bieridee.models
Class AbstractModel

java.lang.Object
  extended by ch.hsr.bieridee.models.AbstractModel
Direct Known Subclasses:
AbstractActionModel, BarcodeModel, BeerModel, BeertypeModel, BreweryModel, RecommendationModel, TagModel, TimelineModel, UserModel

public abstract class AbstractModel
extends java.lang.Object

Abstract class to provide an unified interface to the models.


Constructor Summary
AbstractModel()
           
 
Method Summary
abstract  IDomain getDomainObject()
           
 org.neo4j.graphdb.Node getNode()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractModel

public AbstractModel()
Method Detail

getDomainObject

public abstract IDomain getDomainObject()

getNode

public org.neo4j.graphdb.Node getNode()