Class GenericBoxHandlerDefFactory
- java.lang.Object
-
- net.anotheria.anosite.gen.asgenericdata.data.GenericBoxHandlerDefFactory
-
public class GenericBoxHandlerDefFactory extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GenericBoxHandlerDefFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static GenericBoxHandlerDefcreateGenericBoxHandlerDef()static GenericBoxHandlerDefcreateGenericBoxHandlerDef(java.lang.String anId)For internal use only!static GenericBoxHandlerDefcreateGenericBoxHandlerDef(GenericBoxHandlerDef template)static GenericBoxHandlerDefcreateGenericBoxHandlerDefForImport(java.lang.String anId)
-
-
-
Method Detail
-
createGenericBoxHandlerDef
public static GenericBoxHandlerDef createGenericBoxHandlerDef(GenericBoxHandlerDef template)
-
createGenericBoxHandlerDef
public static GenericBoxHandlerDef createGenericBoxHandlerDef()
-
createGenericBoxHandlerDefForImport
public static GenericBoxHandlerDef createGenericBoxHandlerDefForImport(java.lang.String anId)
-
createGenericBoxHandlerDef
public static GenericBoxHandlerDef createGenericBoxHandlerDef(java.lang.String anId)
For internal use only!
-
-