Class ASBrandServiceFactory
- java.lang.Object
-
- net.anotheria.anosite.gen.asbrand.service.ASBrandServiceFactory
-
- All Implemented Interfaces:
net.anotheria.anoprise.metafactory.ServiceFactory<IASBrandService>
public class ASBrandServiceFactory extends java.lang.Object implements net.anotheria.anoprise.metafactory.ServiceFactory<IASBrandService>
-
-
Constructor Summary
Constructors Constructor Description ASBrandServiceFactory()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description IASBrandServicecreate()static IASBrandServicecreateASBrandService()
-
-
-
Method Detail
-
create
public IASBrandService create()
- Specified by:
createin interfacenet.anotheria.anoprise.metafactory.ServiceFactory<IASBrandService>
-
createASBrandService
public static IASBrandService createASBrandService()
-
-