Class AccessOperationBuilder
java.lang.Object
net.anotheria.anosite.gen.anoaccessconfiguration.data.AccessOperationBuilder
- All Implemented Interfaces:
net.anotheria.asg.data.Builder<AccessOperation>
public class AccessOperationBuilder
extends Object
implements net.anotheria.asg.data.Builder<AccessOperation>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()description(String aValue) Sets the value of the description attribute.Sets the value of the name attribute.
-
Field Details
-
name
-
description
-
-
Constructor Details
-
AccessOperationBuilder
public AccessOperationBuilder()
-
-
Method Details
-
name
Sets the value of the name attribute. -
description
Sets the value of the description attribute. -
build
- Specified by:
buildin interfacenet.anotheria.asg.data.Builder<AccessOperation>
-