Class GenericBoxTypeFactory
- java.lang.Object
-
- net.anotheria.anosite.gen.asgenericdata.data.GenericBoxTypeFactory
-
public class GenericBoxTypeFactory extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GenericBoxTypeFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static GenericBoxTypecreateGenericBoxType()static GenericBoxTypecreateGenericBoxType(java.lang.String anId)For internal use only!static GenericBoxTypecreateGenericBoxType(GenericBoxType template)static GenericBoxTypecreateGenericBoxTypeForImport(java.lang.String anId)
-
-
-
Method Detail
-
createGenericBoxType
public static GenericBoxType createGenericBoxType(GenericBoxType template)
-
createGenericBoxType
public static GenericBoxType createGenericBoxType()
-
createGenericBoxTypeForImport
public static GenericBoxType createGenericBoxTypeForImport(java.lang.String anId)
-
createGenericBoxType
public static GenericBoxType createGenericBoxType(java.lang.String anId)
For internal use only!
-
-