com.centrasite.control.registry.items.accessors
Class ServiceNamespaceAccessor

java.lang.Object
  extended by com.centrasite.control.discovery.AbstractPropertyAccessor
      extended by com.centrasite.control.discovery.ReadWritePropertyAccessor
          extended by com.centrasite.control.registry.items.accessors.AbstractRegistryObjectExternalClassificationAccessor
              extended by com.centrasite.control.registry.items.accessors.ServiceNamespaceAccessor
All Implemented Interfaces:
PropertyAccessor, AllowsSortingUsingXQuery

public class ServiceNamespaceAccessor
extends AbstractRegistryObjectExternalClassificationAccessor


Method Summary
static ServiceNamespaceAccessor get()
           
 java.lang.String getPropertyName()
          Obtain name of property being accessed via this accessor.
 
Methods inherited from class com.centrasite.control.registry.items.accessors.AbstractRegistryObjectExternalClassificationAccessor
getSortPath, getValue, setValue
 
Methods inherited from class com.centrasite.control.discovery.ReadWritePropertyAccessor
isReadOnly, isRequired
 
Methods inherited from class com.centrasite.control.discovery.AbstractPropertyAccessor
editProperty, getActivatingMessage, getCommands, getDescription, getDisplayName, getReferencedItem, getSelectReferencedItemDescriptor, isComplexProperty, isDateProperty, isIntProperty, isTextEditAllowed, selectReferencedItem
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get

public static ServiceNamespaceAccessor get()

getPropertyName

public java.lang.String getPropertyName()
Description copied from interface: PropertyAccessor
Obtain name of property being accessed via this accessor.

Returns:
The string being returned is an internal string NOT being constructed by means of I18N infrastructure. It may be used internally for storing user-specific settings for example selected columns in a table. This selection should not depend on the language!