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