com.bea.wlrt.jmx.standard
Class EPLRule

java.lang.Object
  |
  +--com.bea.wlrt.jmx.standard.EPLRule

public class EPLRule
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
EPLRule()
           
 
Method Summary
 String getId()
           
 String getQuery()
           
 void setId(String id)
           
 void setQuery(String query)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EPLRule

public EPLRule()
Method Detail

setId

public void setId(String id)


getId

public String getId()


setQuery

public void setQuery(String query)


getQuery

public String getQuery()