Class UserDefBuilder

java.lang.Object
net.anotheria.anosite.gen.asuserdata.data.UserDefBuilder
All Implemented Interfaces:
net.anotheria.asg.data.Builder<UserDef>

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

  • Constructor Details

    • UserDefBuilder

      public UserDefBuilder()
  • Method Details

    • login

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

      public UserDefBuilder status(List<String> aValue)
      Sets the value of the status attribute.
    • 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>