com.bea.wli.sb.management.query
Class SmtpServerQuery

java.lang.Object
  extended by com.bea.wli.config.resource.BaseQuery
      extended by com.bea.wli.config.resource.ResourceQuery
          extended by com.bea.wli.sb.management.query.SmtpServerQuery
All Implemented Interfaces:
Serializable

public class SmtpServerQuery
extends ResourceQuery

Query object for searching SMTP Server configurations

See Also:
Serialized Form

Field Summary
static String KEY_SERVERURL
          Search key for searching based on SMTP server URL
static long serialVersionUID
           
 
Constructor Summary
SmtpServerQuery()
          default constructor
 
Method Summary
 void setServerURL(String serverURL)
           
 
Methods inherited from class com.bea.wli.config.resource.ResourceQuery
addKeySearch, addSubQuery, getAttrsToReturn, getFilter, getLocalName, getPath, getSubQueries, getTypeId, getUpdatedAfter, getUpdatedBefore, isChangedInSessionOnly, lastUpdatedBetween, setAttrsToReturn, setChangedInSessionOnly, setLocalName, setPath
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values

KEY_SERVERURL

public static final String KEY_SERVERURL
Search key for searching based on SMTP server URL

See Also:
Constant Field Values
Constructor Detail

SmtpServerQuery

public SmtpServerQuery()
default constructor

Method Detail

setServerURL

public final void setServerURL(String serverURL)