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(java.lang.String aValue)Sets the value of the login attribute.UserDefBuilderpassword(java.lang.String aValue)Sets the value of the password attribute.UserDefBuilderstatus(java.util.List<java.lang.String> aValue)Sets the value of the status attribute.
-
-
-
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.
-
-