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