Class UserDefBuilder

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

    public class UserDefBuilder
    extends Object
    implements net.anotheria.asg.data.Builder<UserDef>
    • Constructor Detail

      • UserDefBuilder

        public UserDefBuilder()
    • Method Detail

      • password

        public UserDefBuilder password​(String aValue)
        Sets the value of the password attribute.
      • build

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