Class UserDefBuilder
- java.lang.Object
-
- net.anotheria.anosite.gen.asuserdata.data.UserDefBuilder
-
-
Constructor Summary
Constructors Constructor Description UserDefBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserDefbuild()UserDefBuilderlogin(String aValue)Sets the value of the login attribute.UserDefBuilderpassword(String aValue)Sets the value of the password attribute.UserDefBuilderstatus(List<String> aValue)Sets the value of the status attribute.
-
-
-
Method Detail
-
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.
-
-