Package io.anyline.plugin.config
Class UIFeedbackPresetAttributeConfig
-
- All Implemented Interfaces:
public class UIFeedbackPresetAttributeConfig
UIFeedbackPresetAttributeConfig
Configuration for uiFeedback preset attribute.
-
-
Field Summary
Fields Modifier and Type Field Description public String
attributeName
public String
attributeValue
-
Constructor Summary
Constructors Constructor Description UIFeedbackPresetAttributeConfig()
-
Method Summary
Modifier and Type Method Description String
getAttributeName()
Name of the attribute declared in the preset definition. void
setAttributeName(String attributeName)
Name of the attribute declared in the preset definition. String
getAttributeValue()
Sets the value of the attribute. void
setAttributeValue(String attributeValue)
Sets the value of the attribute. String
toString()
int
hashCode()
boolean
equals(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()
-
-
-
-