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 java.lang.Object implements net.anotheria.asg.data.Builder<AccessOperation>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringdescriptionprotected java.lang.Stringname
-
Constructor Summary
Constructors Constructor Description AccessOperationBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccessOperationbuild()AccessOperationBuilderdescription(java.lang.String aValue)Sets the value of the description attribute.AccessOperationBuildername(java.lang.String aValue)Sets the value of the name attribute.
-
-
-
Method Detail
-
name
public AccessOperationBuilder name(java.lang.String aValue)
Sets the value of the name attribute.
-
description
public AccessOperationBuilder description(java.lang.String aValue)
Sets the value of the description attribute.
-
build
public AccessOperation build()
- Specified by:
buildin interfacenet.anotheria.asg.data.Builder<AccessOperation>
-
-