Class BrandFeatureFactory
- java.lang.Object
-
- net.anotheria.anosite.gen.asfeature.data.BrandFeatureFactory
-
public class BrandFeatureFactory extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BrandFeatureFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BrandFeaturecreateBrandFeature()static BrandFeaturecreateBrandFeature(java.lang.String anId)For internal use only!static BrandFeaturecreateBrandFeature(BrandFeature template)static BrandFeaturecreateBrandFeatureForImport(java.lang.String anId)
-
-
-
Method Detail
-
createBrandFeature
public static BrandFeature createBrandFeature(BrandFeature template)
-
createBrandFeature
public static BrandFeature createBrandFeature()
-
createBrandFeatureForImport
public static BrandFeature createBrandFeatureForImport(java.lang.String anId)
-
createBrandFeature
public static BrandFeature createBrandFeature(java.lang.String anId)
For internal use only!
-
-