Uses of Class
ch.hsr.bieridee.domain.Beertype

Packages that use Beertype
ch.hsr.bieridee.domain   
ch.hsr.bieridee.models   
 

Uses of Beertype in ch.hsr.bieridee.domain
 

Methods in ch.hsr.bieridee.domain that return Beertype
 Beertype Beer.getBeertype()
           
 

Methods in ch.hsr.bieridee.domain with parameters of type Beertype
 void Beer.setBeertype(Beertype beertype)
           
 

Constructors in ch.hsr.bieridee.domain with parameters of type Beertype
Beer(long id, java.lang.String name, java.lang.String brand, java.lang.String picture, java.util.List<Tag> tags, Beertype type, Brewery brewery)
          Creates a Beer.
Beer(java.lang.String name, java.lang.String brand, java.lang.String picture, java.util.List<Tag> tags, Beertype type, Brewery brewery)
          Creates a Beer.
 

Uses of Beertype in ch.hsr.bieridee.models
 

Methods in ch.hsr.bieridee.models that return Beertype
 Beertype BeertypeModel.getDomainObject()