Class UserDefBuilder

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

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

      Fields 
      Modifier and Type Field Description
      protected java.lang.String login  
      protected java.lang.String password  
      protected java.util.List<java.lang.String> status  
    • Constructor Summary

      Constructors 
      Constructor Description
      UserDefBuilder()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      UserDef build()  
      UserDefBuilder login​(java.lang.String aValue)
      Sets the value of the login attribute.
      UserDefBuilder password​(java.lang.String aValue)
      Sets the value of the password attribute.
      UserDefBuilder status​(java.util.List<java.lang.String> aValue)
      Sets the value of the status attribute.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • login

        protected java.lang.String login
      • status

        protected java.util.List<java.lang.String> status
      • password

        protected java.lang.String password
    • Constructor Detail

      • UserDefBuilder

        public UserDefBuilder()
    • Method Detail

      • login

        public UserDefBuilder login​(java.lang.String aValue)
        Sets the value of the login attribute.
      • status

        public UserDefBuilder status​(java.util.List<java.lang.String> aValue)
        Sets the value of the status attribute.
      • password

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

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