Class UserDataBuilder
java.lang.Object
net.anotheria.anosite.gen.anoaccessapplicationdata.data.UserDataBuilder
- All Implemented Interfaces:
net.anotheria.asg.data.Builder<UserData>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Sets the value of the roles attribute.Sets the value of the userId attribute.
-
Field Details
-
userId
-
roles
-
-
Constructor Details
-
UserDataBuilder
public UserDataBuilder()
-
-
Method Details
-
userId
Sets the value of the userId attribute. -
roles
Sets the value of the roles attribute. -
build
- Specified by:
buildin interfacenet.anotheria.asg.data.Builder<UserData>
-