Class UserDefBuilder
java.lang.Object
net.anotheria.anosite.gen.asuserdata.data.UserDefBuilder
- All Implemented Interfaces:
net.anotheria.asg.data.Builder<UserDef>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Sets the value of the login attribute.Sets the value of the password attribute.Sets the value of the status attribute.
-
Field Details
-
login
-
status
-
password
-
-
Constructor Details
-
UserDefBuilder
public UserDefBuilder()
-
-
Method Details
-
login
Sets the value of the login attribute. -
status
Sets the value of the status attribute. -
password
Sets the value of the password attribute. -
build
- Specified by:
buildin interfacenet.anotheria.asg.data.Builder<UserDef>
-