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

Packages that use AlcoholCode
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 AlcoholCode in ibspan.tss.domain.ontology.restaurant
 

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

Methods in ibspan.tss.domain.ontology.restaurant that return AlcoholCode
 AlcoholCode RestaurantImpl.addAlcohol()
           
 AlcoholCode Restaurant.addAlcohol()
          Adds an anonymous value for the 'alcohol' property
 AlcoholCode RestaurantImpl.addAlcohol(Resource resource)
           
 AlcoholCode Restaurant.addAlcohol(Resource resource)
          Adds a value for the 'alcohol' property.
static AlcoholCode RestaurantFactory.createAlcoholCode(Resource resource, Model model)
          Create a new instance of AlcoholCode.
static AlcoholCode RestaurantFactory.createAlcoholCode(String uri, Model model)
          Create a new instance of AlcoholCode.
static AlcoholCode RestaurantFactory.getAlcoholCode(Resource resource, Model model)
          Create a new instance of AlcoholCode.
static AlcoholCode RestaurantFactory.getAlcoholCode(String uri, Model model)
          Create a new instance of AlcoholCode.
static AlcoholCode RestaurantFactory.getFullBar(Model model)
          Get an FullBar individual.
static AlcoholCode RestaurantFactory.getNoAlcoholServed(Model model)
          Get an NoAlcoholServed individual.
static AlcoholCode RestaurantFactory.getUnknownAlkohol(Model model)
          Get an UnknownAlkohol individual.
static AlcoholCode RestaurantFactory.getWineBeer(Model model)
          Get an WineBeer individual.
 

Methods in ibspan.tss.domain.ontology.restaurant with parameters of type AlcoholCode
 void RestaurantImpl.addAlcohol(AlcoholCode alcohol)
           
 void Restaurant.addAlcohol(AlcoholCode alcohol)
          Adds a value for the 'alcohol' property
 void RestaurantListener.alcoholAdded(Restaurant source, AlcoholCode newValue)
          Called when a value of alcohol has been added
 void RestaurantListener.alcoholRemoved(Restaurant source, AlcoholCode oldValue)
          Called when a value of alcohol has been removed
 void RestaurantImpl.removeAlcohol(AlcoholCode alcohol)
           
 void Restaurant.removeAlcohol(AlcoholCode alcohol)
          Removes a value for the 'alcohol' property.