Class EventDefInfo

java.lang.Object
org.onehippo.forge.pageflow.cms.editor.field.EventDefInfo
All Implemented Interfaces:
Serializable

public class EventDefInfo extends Object implements Serializable
Event Definition Information model.
See Also:
  • Constructor Details

    • EventDefInfo

      public EventDefInfo()
    • EventDefInfo

      public EventDefInfo(String name, String label)
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getLabel

      public String getLabel()
    • setLabel

      public void setLabel(String label)
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object