|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.core.util.feedback.common.impl.DefaultFeedbackSpec
public class DefaultFeedbackSpec
Default implementation of the FeedbackSpec interface found in com.ptc.core.util.common.feedback
Supported API: true
Extendable: false
| Field Summary |
|---|
| Fields inherited from interface com.ptc.core.util.feedback.common.FeedbackSpec |
|---|
KEY, LOGGING_ENABLED |
| Constructor Summary | |
|---|---|
DefaultFeedbackSpec(Object a_key,
boolean a_loggingEnabled)
Supported API: true |
|
| Method Summary | |
|---|---|
Object |
getKey()
Gets the value of the attribute: key; Attribute key is required due to WTContext-based implementation, and it is used as key in WTContext's Hashtable. |
boolean |
isLoggingEnabled()
Gets the value of the attribute: loggingEnabled; If true logging will be enabled for the DefaultFeedbackModel associated with this FeedbackSpec. |
void |
setKey(Object a_Key)
Sets the value of the attribute: key; Attribute key is required due to WTContext-based implementation, and it is used as key in WTContext's Hashtable. |
void |
setLoggingEnabled(boolean a_LoggingEnabled)
Sets the value of the attribute: loggingEnabled; If true logging will be enabled for the DefaultFeedbackModel associated with this FeedbackSpec. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultFeedbackSpec(Object a_key,
boolean a_loggingEnabled)
a_key - a_loggingEnabled - | Method Detail |
|---|
public Object getKey()
getKey in interface FeedbackSpecpublic void setKey(Object a_Key)
setKey in interface FeedbackSpeca_Key - public boolean isLoggingEnabled()
isLoggingEnabled in interface FeedbackSpec
public void setLoggingEnabled(boolean a_LoggingEnabled)
throws WTPropertyVetoException
setLoggingEnabled in interface FeedbackSpeca_LoggingEnabled -
WTPropertyVetoException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||