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