com.ibm.commerce.foundation.client.facade.bod.servlet.config

Class NounElement

  • java.lang.Object
    • com.ibm.commerce.foundation.client.facade.bod.servlet.config.NounElement


  • public class NounElement
    extends java.lang.Object
    The class represents the noun element configuration. This configuration indicates the factory that can be used to instantiate the noun element along with other information when composing the Change business object document request.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.Object createInstance()
      This method creates an instance of the noun element object.
      java.lang.String getName()
      This method returns the name of the noun element.
      boolean isFactoryDeclared()
      This method returns whether the factory has been declared.
      boolean isPart()
      This method returns whether this is a unique part of the noun and whether the Change request should contain a reference to this object when populated.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • isFactoryDeclared

        public boolean isFactoryDeclared()
        This method returns whether the factory has been declared.
        Returns:
        Whether the factory method to create an instance of the class has been defined.
      • createInstance

        public java.lang.Object createInstance()
        This method creates an instance of the noun element object.
        Returns:
        An instance of the noun element object.
      • getName

        public java.lang.String getName()
        This method returns the name of the noun element.
        Returns:
        The name of the noun element.
      • isPart

        public boolean isPart()
        This method returns whether this is a unique part of the noun and whether the Change request should contain a reference to this object when populated. A noun part is a valid XPath reference in the action expression of the Change verb which the server supports. If the noun element is a noun part, the change action expression will point to this noun part when it or a sub element of the noun part is changed.
        Returns:
        Whether the noun element is consider a changable noun part.