com.hack23.cia.model.common.impl
Class CountryModelFactoryImpl

Package class diagram package CountryModelFactoryImpl
java.lang.Object
  extended by com.hack23.cia.model.common.impl.AbstractModelFactoryImpl<Country>
      extended by com.hack23.cia.model.common.impl.CountryModelFactoryImpl
All Implemented Interfaces:
AbstractGenericModelFactory<Country>, CountryModelFactory

@Component(value="CountryModelFactory")
public class CountryModelFactoryImpl
extends AbstractModelFactoryImpl<Country>
implements CountryModelFactory

The Class CountryModelFactoryImpl.


Constructor Summary
Constructor and Description
CountryModelFactoryImpl()
           
 
Method Summary
Modifier and Type Method and Description
 Country create()
          Creates the.
protected  java.lang.Class getPersistentClassImpl()
          Gets the persistent class impl.
 
Methods inherited from class com.hack23.cia.model.common.impl.AbstractModelFactoryImpl
getPersistentClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.hack23.cia.model.common.api.AbstractGenericModelFactory
getPersistentClass
 

Constructor Detail

CountryModelFactoryImpl

public CountryModelFactoryImpl()
Method Detail

getPersistentClassImpl

protected java.lang.Class getPersistentClassImpl()
Description copied from class: AbstractModelFactoryImpl
Gets the persistent class impl.

Specified by:
getPersistentClassImpl in class AbstractModelFactoryImpl<Country>
Returns:
the persistent class impl

create

public Country create()
Description copied from interface: AbstractGenericModelFactory
Creates the.

Specified by:
create in interface AbstractGenericModelFactory<Country>
Returns:
the t


Copyright © 2008-2010 www.hack23.com. All Rights Reserved.