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