org.starhope.appius.server
Class SpyRequest

java.lang.Object
  extended by org.starhope.appius.server.SpyRequest

public class SpyRequest
extends java.lang.Object

This contains the information required to request to spy upon someone else.

Author:
brpocock

Constructor Summary
SpyRequest()
           
 
Method Summary
 it.gotoandplay.smartfoxserver.data.User getSpy()
           
 java.lang.String getVictim()
           
 boolean isStopping()
           
 void setSpy(it.gotoandplay.smartfoxserver.data.User newSpy)
           
 void setStopping(boolean stopping1)
           
 void setVictim(java.lang.String newVictim)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpyRequest

public SpyRequest()
Method Detail

getSpy

public it.gotoandplay.smartfoxserver.data.User getSpy()
Returns:
the spy

getVictim

public java.lang.String getVictim()
Returns:
the victim

isStopping

public boolean isStopping()
Returns:
the stopping

setSpy

public void setSpy(it.gotoandplay.smartfoxserver.data.User newSpy)
Parameters:
newSpy - the spy to set

setStopping

public void setStopping(boolean stopping1)
Parameters:
stopping1 - the stopping to set

setVictim

public void setVictim(java.lang.String newVictim)
Parameters:
newVictim - the victim to set