Class CustomBoxHandlerDefFactory
- java.lang.Object
-
- net.anotheria.anosite.gen.ascustomdata.data.CustomBoxHandlerDefFactory
-
public class CustomBoxHandlerDefFactory extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CustomBoxHandlerDefFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CustomBoxHandlerDefcreateCustomBoxHandlerDef()static CustomBoxHandlerDefcreateCustomBoxHandlerDef(java.lang.String anId)For internal use only!static CustomBoxHandlerDefcreateCustomBoxHandlerDef(CustomBoxHandlerDef template)static CustomBoxHandlerDefcreateCustomBoxHandlerDefForImport(java.lang.String anId)
-
-
-
Method Detail
-
createCustomBoxHandlerDef
public static CustomBoxHandlerDef createCustomBoxHandlerDef(CustomBoxHandlerDef template)
-
createCustomBoxHandlerDef
public static CustomBoxHandlerDef createCustomBoxHandlerDef()
-
createCustomBoxHandlerDefForImport
public static CustomBoxHandlerDef createCustomBoxHandlerDefForImport(java.lang.String anId)
-
createCustomBoxHandlerDef
public static CustomBoxHandlerDef createCustomBoxHandlerDef(java.lang.String anId)
For internal use only!
-
-