Class CMAUiExtension


  • public class CMAUiExtension
    extends CMAResource
    CMAUiExtension

    This class will be used to represent a UI extension.

    • Constructor Detail

      • CMAUiExtension

        public CMAUiExtension()
        Creates a new UI extension, specifying the type in the system property.
    • Method Detail

      • setId

        public CMAUiExtension setId​(java.lang.String id)
        Update the id of this UI extension.
        Overrides:
        setId in class CMAResource
        Parameters:
        id - to be set.
        Returns:
        this instance for chaining.
      • getExtension

        public CMAUiExtension.Extension getExtension()
        Returns:
        the extension description part of the UI extension.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class CMAResource
        Returns:
        a human readable string, representing the object.