Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.hibernate.test.stats
Class Continent  view Continent download Continent.java

java.lang.Object
  extended byorg.hibernate.test.stats.Continent

public class Continent
extends java.lang.Object


Field Summary
private  java.util.Set countries
           
private  java.lang.Integer id
           
private  java.lang.String name
           
 
Constructor Summary
Continent()
           
 
Method Summary
 java.util.Set getCountries()
           
 java.lang.Integer getId()
           
 java.lang.String getName()
           
 void setCountries(java.util.Set countries)
           
 void setId(java.lang.Integer id)
           
 void setName(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

private java.lang.Integer id

name

private java.lang.String name

countries

private java.util.Set countries
Constructor Detail

Continent

public Continent()
Method Detail

getId

public java.lang.Integer getId()

setId

public void setId(java.lang.Integer id)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getCountries

public java.util.Set getCountries()

setCountries

public void setCountries(java.util.Set countries)