Class BoxHandlerDefFactory
- java.lang.Object
-
- net.anotheria.anosite.gen.asfederateddata.data.BoxHandlerDefFactory
-
public class BoxHandlerDefFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description BoxHandlerDefFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BoxHandlerDefcreateBoxHandlerDef()static BoxHandlerDefcreateBoxHandlerDef(String anId)For internal use only!static BoxHandlerDefcreateBoxHandlerDef(BoxHandlerDef template)static BoxHandlerDefcreateBoxHandlerDefForImport(String anId)
-
-
-
Method Detail
-
createBoxHandlerDef
public static BoxHandlerDef createBoxHandlerDef(BoxHandlerDef template)
-
createBoxHandlerDef
public static BoxHandlerDef createBoxHandlerDef()
-
createBoxHandlerDefForImport
public static BoxHandlerDef createBoxHandlerDefForImport(String anId)
-
createBoxHandlerDef
public static BoxHandlerDef createBoxHandlerDef(String anId)
For internal use only!
-
-