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 java.lang.Object implements net.anotheria.asg.data.Builder<GenericBoxType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringnameprotected java.lang.Stringrendererpage
-
Constructor Summary
Constructors Constructor Description GenericBoxTypeBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GenericBoxTypebuild()GenericBoxTypeBuildername(java.lang.String aValue)Sets the value of the name attribute.GenericBoxTypeBuilderrendererpage(java.lang.String aValue)Sets the value of the rendererpage attribute.
-
-
-
Method Detail
-
name
public GenericBoxTypeBuilder name(java.lang.String aValue)
Sets the value of the name attribute.
-
rendererpage
public GenericBoxTypeBuilder rendererpage(java.lang.String aValue)
Sets the value of the rendererpage attribute.
-
build
public GenericBoxType build()
- Specified by:
buildin interfacenet.anotheria.asg.data.Builder<GenericBoxType>
-
-