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