public class WSComponentObjectImpl extends WSAMComponent implements ComponentObject, java.io.Serializable
mVariableOpersMAP_NULL_VALUEDEFINITION_STATE_ACTIVE, DEFINITION_STATE_DEPRECATED, PROPERTY_DEFINITION_STATE, PROPERTY_LABEL, PROPERTY_LABEL_PLURAL, PROPERTY_TOOLTIP| Constructor and Description | 
|---|
| WSComponentObjectImpl(java.lang.String name,
                     java.lang.String defName,
                     WSApplicationModuleImpl parent) | 
| WSComponentObjectImpl(java.lang.String name,
                     WSApplicationModuleImpl parent) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getDefFullName()Retrieves the fully-qualified name of the component's definition. | 
| java.lang.String | getDefinitionState(LocaleContext locale)Retrives the definition state string that indicates if this object is deprecated. | 
| java.lang.String | getDefName()Retrieves the name of the component's definition. | 
| java.lang.String | getFullName()Retrieves the fully-qualified name of this component. | 
| java.lang.String | getFullNameForPersDef() | 
| java.lang.String | getHintValue(LocaleContext locale,
            java.lang.String sHintName)Return hint value based on the hint name | 
| java.lang.Object | getImplObject() | 
| java.lang.String | getLabel(LocaleContext locale)Retrieves the label to be used in any attribute prompts | 
| java.lang.String | getLabelPlural(LocaleContext locale)Retrives the LabelPlural text to be used for this attribute | 
| java.lang.String | getName()Returns the name of this Variable Manager Owner. | 
| WSObject | getParent() | 
| java.util.Hashtable | getProperties()Gets the table of properties. | 
| java.lang.Object | getProperty(java.lang.String hintName)Retrieves the specified property, if it exists. | 
| java.lang.Object | getProperty(java.lang.String hintName,
           LocaleContext locale) | 
| java.lang.String | getTooltip(LocaleContext locale)Retrives the tooltip text to be used for this attribute | 
| void | markForError(java.lang.Exception ex,
            boolean hasImplObject) | 
| java.lang.Object | refreshProperty(java.lang.String hintName)Retrieves the specified property, if it exists. | 
| void | remove()Deletes this component. | 
| void | setImplObject(java.lang.Object o) | 
getMessageBundleClass, getResourceBundleDefcloseObject, ensureVariableManager, get, getId, getImageLoc, getVariableManager, hasVariables, isReadOnly, setNameentrySet, equals, hashCode, internalGet, internalPut, put, setThrowIfPropertyNotFoundOnGetclear, clone, containsKey, containsValue, isEmpty, keySet, putAll, remove, size, toString, valuespublic WSComponentObjectImpl(java.lang.String name,
                             WSApplicationModuleImpl parent)
public WSComponentObjectImpl(java.lang.String name,
                             java.lang.String defName,
                             WSApplicationModuleImpl parent)
public java.lang.Object getImplObject()
getImplObject in class WSObjectpublic void setImplObject(java.lang.Object o)
setImplObject in class WSObjectpublic void markForError(java.lang.Exception ex,
                         boolean hasImplObject)
markForError in class WSObjectpublic java.lang.String getDefName()
ComponentObjectgetDefName in interface ComponentObjectpublic java.lang.String getDefFullName()
ComponentObjectgetDefFullName in interface ComponentObjectpublic java.lang.String getName()
VariableManagerOwnergetName in interface ComponentObjectgetName in interface VariableManagerOwnergetName in class WSObjectpublic java.lang.String getFullName()
ComponentObjectgetFullName in interface ComponentObjectgetFullName in class WSObjectpublic void remove()
ComponentObjectremove in interface ComponentObjectpublic java.lang.Object getProperty(java.lang.String hintName)
PropertiesgetProperty in interface PropertieshintName - Property name.null.public java.lang.Object getProperty(java.lang.String hintName,
                                    LocaleContext locale)
getProperty in interface Propertiespublic java.lang.Object refreshProperty(java.lang.String hintName)
PropertiesgetProperty.refreshProperty in interface PropertieshintName - Property name.null.public java.lang.String getLabel(LocaleContext locale)
GenericHintsgetLabel in interface GenericHintspublic java.lang.String getLabelPlural(LocaleContext locale)
GenericHintsgetLabelPlural in interface GenericHintspublic java.lang.String getTooltip(LocaleContext locale)
GenericHintsgetTooltip in interface GenericHintspublic java.lang.String getDefinitionState(LocaleContext locale)
GenericHintsgetDefinitionState in interface GenericHintspublic java.lang.String getHintValue(LocaleContext locale, java.lang.String sHintName)
GenericHintsgetHintValue in interface GenericHintspublic java.util.Hashtable getProperties()
PropertiesgetProperties in interface Properties@Concealed public java.lang.String getFullNameForPersDef()
getFullNameForPersDef in interface ComponentObject