Class CustomBoxTypeFactory
- java.lang.Object
-
- net.anotheria.anosite.gen.ascustomdata.data.CustomBoxTypeFactory
-
public class CustomBoxTypeFactory extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CustomBoxTypeFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CustomBoxTypecreateCustomBoxType()static CustomBoxTypecreateCustomBoxType(java.lang.String anId)For internal use only!static CustomBoxTypecreateCustomBoxType(CustomBoxType template)static CustomBoxTypecreateCustomBoxTypeForImport(java.lang.String anId)
-
-
-
Method Detail
-
createCustomBoxType
public static CustomBoxType createCustomBoxType(CustomBoxType template)
-
createCustomBoxType
public static CustomBoxType createCustomBoxType()
-
createCustomBoxTypeForImport
public static CustomBoxType createCustomBoxTypeForImport(java.lang.String anId)
-
createCustomBoxType
public static CustomBoxType createCustomBoxType(java.lang.String anId)
For internal use only!
-
-