public class CustomAttribute
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
CustomAttribute(org.w3c.dom.Element row) |
|
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 attributeprotected CustomAttribute(org.w3c.dom.Element row)
public java.lang.String getName()
public java.lang.String getValue()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object