public class PromotionRewardOptionKey
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright notice field.
|
Constructor and Description |
---|
PromotionRewardOptionKey() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getUniqueId()
Gets the unique ID.
|
void |
setUniqueId(java.lang.String aUniqueId)
Sets the unique ID.
|
java.lang.String |
toString()
Give a String presentation of this Key.
|
public static final java.lang.String COPYRIGHT
public java.lang.String getUniqueId()
public void setUniqueId(java.lang.String aUniqueId)
aUniqueId
- The unique ID to set.public java.lang.String toString()
toString
in class java.lang.Object