Class AttributeBuilder
- java.lang.Object
-
- net.anotheria.anosite.gen.aswebdata.data.AttributeBuilder
-
-
Constructor Summary
Constructors Constructor Description AttributeBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Attributebuild()AttributeBuilderguards(List<String> aValue)Sets the value of the guards attribute.AttributeBuilderkey(String aValue)Sets the value of the key attribute.AttributeBuildername(String aValue)Sets the value of the name attribute.AttributeBuildersubattributes(List<String> aValue)Sets the value of the subattributes attribute.AttributeBuildervalue(String aValue)Sets the value of the value attribute.
-
-
-
Method Detail
-
name
public AttributeBuilder name(String aValue)
Sets the value of the name attribute.
-
key
public AttributeBuilder key(String aValue)
Sets the value of the key attribute.
-
value
public AttributeBuilder value(String aValue)
Sets the value of the value attribute.
-
subattributes
public AttributeBuilder subattributes(List<String> aValue)
Sets the value of the subattributes attribute.
-
guards
public AttributeBuilder guards(List<String> aValue)
Sets the value of the guards attribute.
-
-