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