Class Forward

  • All Implemented Interfaces:
    java.io.Serializable

    public class Forward
    extends java.lang.Object
    implements java.io.Serializable
    The forwarding information for this event - state determines if event is forwarded, mechanism determines how event is forwarded
    See Also:
    Serialized Form
    • Constructor Detail

      • Forward

        public Forward()
    • Method Detail

      • getContent

        public java.lang.String getContent()
      • setContent

        public void setContent​(java.lang.String content)
      • setMechanism

        public void setMechanism​(MechanismType mechanism)
      • setState

        public void setState​(StateType state)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object