example.entity
Class Country

java.lang.Object
  extended byorg.dentaku.services.persistence.ModelEntity
      extended byexample.entity.CountryBase
          extended byexample.entity.Country
All Implemented Interfaces:
org.dentaku.services.persistence.XMLBean

public class Country
extends example.entity.CountryBase


Field Summary
 
Fields inherited from class example.entity.CountryBase
countryAbbr, countryName, id
 
Constructor Summary
Country()
           
 
Methods inherited from class example.entity.CountryBase
getCountryAbbr, getCountryName, getId, getXML, setCountryAbbr, setCountryName, setId, setXML
 
Methods inherited from class org.dentaku.services.persistence.ModelEntity
initialize, refresh
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Country

public Country()


Copyright © -2004 . All Rights Reserved.