public class CustomAttribute
extends java.lang.Object
| Constructor and Description |
|---|
CustomAttribute(java.lang.String name,
java.lang.String value)
Creates a new
CustomAttribute. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getName()
Returns the name of the Custom Attribute.
|
java.lang.String |
getValue()
Returns the value of the Custom Attribute.
|
int |
hashCode() |
public CustomAttribute(java.lang.String name,
java.lang.String value)
CustomAttribute.name - Name (Key) of the Custom Attribute Variable defined in the Variable UC_CUSTOM_ATTRIBUTESvalue - Selected Key of the user defined custom attributepublic java.lang.String getName()
public java.lang.String getValue()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object