Class PageStyleBuilder

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

    public class PageStyleBuilder
    extends java.lang.Object
    implements net.anotheria.asg.data.Builder<PageStyle>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String css  
      protected java.lang.String description  
      protected java.lang.String name  
    • Field Detail

      • name

        protected java.lang.String name
      • css

        protected java.lang.String css
      • description

        protected java.lang.String description
    • Constructor Detail

      • PageStyleBuilder

        public PageStyleBuilder()
    • Method Detail

      • name

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

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

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

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