Class AttributeBuilder
java.lang.Object
net.anotheria.anosite.gen.aswebdata.data.AttributeBuilder
- All Implemented Interfaces:
net.anotheria.asg.data.Builder<Attribute>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Sets the value of the guards attribute.Sets the value of the key attribute.Sets the value of the name attribute.subattributes(List<String> aValue) Sets the value of the subattributes attribute.Sets the value of the value attribute.
-
Field Details
-
name
-
key
-
value
-
subattributes
-
guards
-
-
Constructor Details
-
AttributeBuilder
public AttributeBuilder()
-
-
Method Details
-
name
Sets the value of the name attribute. -
key
Sets the value of the key attribute. -
value
Sets the value of the value attribute. -
subattributes
Sets the value of the subattributes attribute. -
guards
Sets the value of the guards attribute. -
build
- Specified by:
buildin interfacenet.anotheria.asg.data.Builder<Attribute>
-