public class CustomAttribute
extends java.lang.Object
| Constructor and Description |
|---|
CustomAttribute(java.lang.String name,
java.lang.String value)
Creates a new
CustomAttribute. |
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