Class CMSStatusEvent

    • Constructor Detail

      • CMSStatusEvent

        public CMSStatusEvent()
        Create a new CMSStatusEvent.
    • Method Detail

      • getComponentIdentifier

        public IComponentIdentifier getComponentIdentifier()
        Get the componentIdentifier.
        Returns:
        The componentIdentifier.
      • getComponentDescription

        public IComponentDescription getComponentDescription()
        Get the component description.
        Returns:
        The description.
      • setComponentDescription

        public void setComponentDescription​(IComponentDescription desc)
        Set the component description.
        Parameters:
        desc - The component description to set.
      • getType

        public java.lang.String getType()
        Get and set type are introduced to get the type explicitly (e.g. in json classname vanishes). Get the event type
        Returns:
        The event type.
      • setType

        public void setType​(java.lang.String type)
        Parameters:
        type - the type to set
      • toString

        public java.lang.String toString()
        Get the string representation.
        Overrides:
        toString in class java.lang.Object