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

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

@Component(value="RegionModelFactory")
public class RegionModelFactoryImpl
extends AbstractModelFactoryImpl<Region>
implements RegionModelFactory

The Class RegionModelFactoryImpl.


Constructor Summary
Constructor and Description
RegionModelFactoryImpl()
           
 
Method Summary
Modifier and Type Method and Description
 Region 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

RegionModelFactoryImpl

public RegionModelFactoryImpl()
Method Detail

getPersistentClassImpl

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

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

create

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

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


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