Class EntryPointFactory
- java.lang.Object
-
- net.anotheria.anosite.gen.assitedata.data.EntryPointFactory
-
public class EntryPointFactory extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description EntryPointFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static EntryPointcreateEntryPoint()static EntryPointcreateEntryPoint(java.lang.String anId)For internal use only!static EntryPointcreateEntryPoint(EntryPoint template)static EntryPointcreateEntryPointForImport(java.lang.String anId)
-
-
-
Method Detail
-
createEntryPoint
public static EntryPoint createEntryPoint(EntryPoint template)
-
createEntryPoint
public static EntryPoint createEntryPoint()
-
createEntryPointForImport
public static EntryPoint createEntryPointForImport(java.lang.String anId)
-
createEntryPoint
public static EntryPoint createEntryPoint(java.lang.String anId)
For internal use only!
-
-