org.switchboard
Class MSNRequest

java.lang.Object
  extended by org.switchboard.MSNRequest

public class MSNRequest
extends Object


Constructor Summary
MSNRequest(String query, String type)
           
 
Method Summary
 String getQuery()
           
 SourceType getType()
           
 void setQuery(String query)
           
 void setType(SourceType type)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MSNRequest

public MSNRequest(String query,
                  String type)
Method Detail

getType

public SourceType getType()

setType

public void setType(SourceType type)

getQuery

public String getQuery()

setQuery

public void setQuery(String query)