Class CustomBoxHandlerDefBuilder
- java.lang.Object
-
- net.anotheria.anosite.gen.ascustomdata.data.CustomBoxHandlerDefBuilder
-
- All Implemented Interfaces:
net.anotheria.asg.data.Builder<CustomBoxHandlerDef>
public class CustomBoxHandlerDefBuilder extends Object implements net.anotheria.asg.data.Builder<CustomBoxHandlerDef>
-
-
Constructor Summary
Constructors Constructor Description CustomBoxHandlerDefBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomBoxHandlerDefbuild()CustomBoxHandlerDefBuilderclazz(String aValue)Sets the value of the clazz attribute.CustomBoxHandlerDefBuildername(String aValue)Sets the value of the name attribute.
-
-
-
Method Detail
-
name
public CustomBoxHandlerDefBuilder name(String aValue)
Sets the value of the name attribute.
-
clazz
public CustomBoxHandlerDefBuilder clazz(String aValue)
Sets the value of the clazz attribute.
-
build
public CustomBoxHandlerDef build()
- Specified by:
buildin interfacenet.anotheria.asg.data.Builder<CustomBoxHandlerDef>
-
-