Class FileLinkBuilder

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

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

      Fields 
      Modifier and Type Field Description
      protected java.lang.String file  
      protected java.lang.String name  
      protected java.lang.String size  
      protected java.lang.String title  
    • Constructor Summary

      Constructors 
      Constructor Description
      FileLinkBuilder()  
    • Field Detail

      • name

        protected java.lang.String name
      • title

        protected java.lang.String title
      • file

        protected java.lang.String file
      • size

        protected java.lang.String size
    • Constructor Detail

      • FileLinkBuilder

        public FileLinkBuilder()
    • Method Detail

      • name

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

        public FileLinkBuilder title​(java.lang.String aValue)
        Sets the value of the title attribute.
      • file

        public FileLinkBuilder file​(java.lang.String aValue)
        Sets the value of the file attribute.
      • size

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

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