Class ButtonDefinition

java.lang.Object
com.aquima.interactions.composer.model.definition.ElementDefinition
com.aquima.interactions.composer.model.definition.ButtonDefinition
All Implemented Interfaces:
IElementDefinition, Serializable

public class ButtonDefinition extends ElementDefinition
This class holds a static button definition.
Since:
5.0
Author:
O. Kerpershoek
See Also:
  • Constructor Details

  • Method Details

    • getCaption

      public IDynamicText getCaption()
      This method returns the caption of the button.
      Returns:
      The caption of the button.
    • getType

      public ElementType getType()
      Description copied from interface: IElementDefinition
      This method returns the type of the element.
      Returns:
      The type of the element the definition represents.
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class ElementDefinition
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class ElementDefinition