Class BoxTypeBuilder
- java.lang.Object
-
- net.anotheria.anosite.gen.asfederateddata.data.BoxTypeBuilder
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringnameprotected Stringrendererpage
-
Constructor Summary
Constructors Constructor Description BoxTypeBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BoxTypebuild()BoxTypeBuildername(String aValue)Sets the value of the name attribute.BoxTypeBuilderrendererpage(String aValue)Sets the value of the rendererpage attribute.
-
-
-
Method Detail
-
name
public BoxTypeBuilder name(String aValue)
Sets the value of the name attribute.
-
rendererpage
public BoxTypeBuilder rendererpage(String aValue)
Sets the value of the rendererpage attribute.
-
-