Class CustomBoxTypeBuilder
- java.lang.Object
-
- net.anotheria.anosite.gen.ascustomdata.data.CustomBoxTypeBuilder
-
- All Implemented Interfaces:
net.anotheria.asg.data.Builder<CustomBoxType>
public class CustomBoxTypeBuilder extends java.lang.Object implements net.anotheria.asg.data.Builder<CustomBoxType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringnameprotected java.lang.Stringrendererpage
-
Constructor Summary
Constructors Constructor Description CustomBoxTypeBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomBoxTypebuild()CustomBoxTypeBuildername(java.lang.String aValue)Sets the value of the name attribute.CustomBoxTypeBuilderrendererpage(java.lang.String aValue)Sets the value of the rendererpage attribute.
-
-
-
Method Detail
-
name
public CustomBoxTypeBuilder name(java.lang.String aValue)
Sets the value of the name attribute.
-
rendererpage
public CustomBoxTypeBuilder rendererpage(java.lang.String aValue)
Sets the value of the rendererpage attribute.
-
build
public CustomBoxType build()
- Specified by:
buildin interfacenet.anotheria.asg.data.Builder<CustomBoxType>
-
-