public class CustomBoxHandlerDefBuilder extends java.lang.Object implements net.anotheria.asg.data.Builder<CustomBoxHandlerDef>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
clazz |
protected java.lang.String |
name |
| Constructor and Description |
|---|
CustomBoxHandlerDefBuilder() |
| Modifier and Type | Method and Description |
|---|---|
CustomBoxHandlerDef |
build() |
CustomBoxHandlerDefBuilder |
clazz(java.lang.String aValue)
Sets the value of the clazz attribute.
|
CustomBoxHandlerDefBuilder |
name(java.lang.String aValue)
Sets the value of the name attribute.
|
public CustomBoxHandlerDefBuilder name(java.lang.String aValue)
public CustomBoxHandlerDefBuilder clazz(java.lang.String aValue)
public CustomBoxHandlerDef build()
build in interface net.anotheria.asg.data.Builder<CustomBoxHandlerDef>Copyright © 2012-2023 anotheria.net. All Rights Reserved.