Class PageLayoutBuilder

  • All Implemented Interfaces:
    net.anotheria.asg.data.Builder<PageLayout>

    public class PageLayoutBuilder
    extends java.lang.Object
    implements net.anotheria.asg.data.Builder<PageLayout>
    • Field Detail

      • name

        protected java.lang.String name
      • layoutpage

        protected java.lang.String layoutpage
      • description

        protected java.lang.String description
      • style

        protected java.lang.String style
    • Constructor Detail

      • PageLayoutBuilder

        public PageLayoutBuilder()
    • Method Detail

      • name

        public PageLayoutBuilder name​(java.lang.String aValue)
        Sets the value of the name attribute.
      • layoutpage

        public PageLayoutBuilder layoutpage​(java.lang.String aValue)
        Sets the value of the layoutpage attribute.
      • description

        public PageLayoutBuilder description​(java.lang.String aValue)
        Sets the value of the description attribute.
      • style

        public PageLayoutBuilder style​(java.lang.String aValue)
        Sets the value of the style attribute.
      • build

        public PageLayout build()
        Specified by:
        build in interface net.anotheria.asg.data.Builder<PageLayout>