Uses of Interface
ibspan.tss.domain.ontology.restaurant.DinerReview

Packages that use DinerReview
ibspan.tss.domain.ontology.restaurant Ontology Java beans generated from restaurant ontology (with http://www.ibspan.waw.pl/tss/Restaurant# namespace) with Jastor tool. 
 

Uses of DinerReview in ibspan.tss.domain.ontology.restaurant
 

Classes in ibspan.tss.domain.ontology.restaurant that implement DinerReview
 class DinerReviewImpl
          Implementation of DinerReview Use the ibspan.tss.domain.ontology.restaurant.RestaurantFactory to create instances of this class.
 

Methods in ibspan.tss.domain.ontology.restaurant that return DinerReview
 DinerReview RestaurantImpl.addHasDinerReview()
           
 DinerReview Restaurant.addHasDinerReview()
          Adds an anonymous value for the 'hasDinerReview' property
 DinerReview RestaurantImpl.addHasDinerReview(Resource resource)
           
 DinerReview Restaurant.addHasDinerReview(Resource resource)
          Adds a value for the 'hasDinerReview' property.
static DinerReview RestaurantFactory.createDinerReview(Resource resource, Model model)
          Create a new instance of DinerReview.
static DinerReview RestaurantFactory.createDinerReview(String uri, Model model)
          Create a new instance of DinerReview.
static DinerReview RestaurantFactory.getDinerReview(Resource resource, Model model)
          Create a new instance of DinerReview.
static DinerReview RestaurantFactory.getDinerReview(String uri, Model model)
          Create a new instance of DinerReview.
 

Methods in ibspan.tss.domain.ontology.restaurant with parameters of type DinerReview
 void RestaurantImpl.addHasDinerReview(DinerReview hasDinerReview)
           
 void Restaurant.addHasDinerReview(DinerReview hasDinerReview)
          Adds a value for the 'hasDinerReview' property
 void RestaurantListener.hasDinerReviewAdded(Restaurant source, DinerReview newValue)
          Called when a value of hasDinerReview has been added
 void RestaurantListener.hasDinerReviewRemoved(Restaurant source, DinerReview oldValue)
          Called when a value of hasDinerReview has been removed
 void RestaurantImpl.removeHasDinerReview(DinerReview hasDinerReview)
           
 void Restaurant.removeHasDinerReview(DinerReview hasDinerReview)
          Removes a value for the 'hasDinerReview' property.