public static class SloSelection.Beneficiary
extends java.lang.Object
| Constructor and Description |
|---|
Beneficiary(java.lang.String name,
java.lang.String value)
Creates a new
Beneficiary. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getName()
Returns the name of the Beneficiary.
|
java.lang.String |
getValue()
Returns the value of the Beneficiary.
|
int |
hashCode() |
public Beneficiary(java.lang.String name,
java.lang.String value)
Beneficiary.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