public interface HasFeedbackKey
Modifier and Type | Method and Description |
---|---|
boolean |
feedBackKeyExists()
Indicates whether this object currently has a feedback key
associated with it.
|
java.lang.String |
getFeedbackKey()
Get the feedback key associated with this object (if it exists).
|
void |
setFeedbackKey(java.lang.String feedbackKey)
Set the feedback key associated with this object.
|
java.lang.String getFeedbackKey()
void setFeedbackKey(java.lang.String feedbackKey)
feedBackKeyExists()
will return truefeedbackKey
- the new feedback keyjava.lang.IllegalArgumentException
- if the feedbackKey is null, empty, invalid, or
does not reference a Manifest
boolean feedBackKeyExists()