Class BoxHandlerDefBuilder
java.lang.Object
net.anotheria.anosite.gen.asfederateddata.data.BoxHandlerDefBuilder
- All Implemented Interfaces:
net.anotheria.asg.data.Builder<BoxHandlerDef>
public class BoxHandlerDefBuilder
extends Object
implements net.anotheria.asg.data.Builder<BoxHandlerDef>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Sets the value of the clazz attribute.Sets the value of the name attribute.
-
Field Details
-
name
-
clazz
-
-
Constructor Details
-
BoxHandlerDefBuilder
public BoxHandlerDefBuilder()
-
-
Method Details
-
name
Sets the value of the name attribute. -
clazz
Sets the value of the clazz attribute. -
build
- Specified by:
buildin interfacenet.anotheria.asg.data.Builder<BoxHandlerDef>
-