Package io.anyline2.viewplugin.ar.config
Class UIFeedbackPresetAttributeConfig
-
- All Implemented Interfaces:
public class UIFeedbackPresetAttributeConfigUIFeedbackPresetAttributeConfig
Configuration for uiFeedback preset attribute.
-
-
Field Summary
Fields Modifier and Type Field Description public StringattributeNamepublic StringattributeValue
-
Constructor Summary
Constructors Constructor Description UIFeedbackPresetAttributeConfig()
-
Method Summary
Modifier and Type Method Description StringgetAttributeName()Name of the attribute declared in the preset definition. voidsetAttributeName(String attributeName)Name of the attribute declared in the preset definition. StringgetAttributeValue()Sets the value of the attribute. voidsetAttributeValue(String attributeValue)Sets the value of the attribute. StringtoString()inthashCode()booleanequals(Object other)-
-
Method Detail
-
getAttributeName
String getAttributeName()
Name of the attribute declared in the preset definition.
-
setAttributeName
void setAttributeName(String attributeName)
Name of the attribute declared in the preset definition.
-
getAttributeValue
String getAttributeValue()
Sets the value of the attribute.
-
setAttributeValue
void setAttributeValue(String attributeValue)
Sets the value of the attribute.
-
hashCode
int hashCode()
-
-
-
-