org.hibernate.test.annotations.tuplizer
Interface Cuisine


@Entity
public interface Cuisine


Method Summary
 Country getCountry()
           
 Long getId()
           
 String getName()
           
 void setCountry(Country country)
           
 void setId(Long id)
           
 void setName(String name)
           
 

Method Detail

getId

Long getId()

setId

void setId(Long id)

getName

String getName()

setName

void setName(String name)

getCountry

Country getCountry()

setCountry

void setCountry(Country country)


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.