Class SupportBeanSimple

java.lang.Object
com.espertech.esper.common.internal.support.SupportBeanSimple
All Implemented Interfaces:
Serializable

public class SupportBeanSimple extends Object implements Serializable
See Also:
  • Constructor Details

    • SupportBeanSimple

      public SupportBeanSimple(String myString, int myInt)
  • Method Details

    • getMyString

      public String getMyString()
    • setMyString

      public void setMyString(String myString)
    • getMyInt

      public int getMyInt()
    • setMyInt

      public void setMyInt(int myInt)