cz.cuni.pogamut.server.requests
Class UTServerRequestMaps

java.lang.Object
  extended by cz.cuni.pogamut.server.requests.UTServerRequest
      extended by cz.cuni.pogamut.server.requests.UTServerRequestMaps

public class UTServerRequestMaps
extends UTServerRequest


Field Summary
private  boolean forced
           
 
Fields inherited from class cz.cuni.pogamut.server.requests.UTServerRequest
origin, type
 
Constructor Summary
UTServerRequestMaps()
           
UTServerRequestMaps(boolean forced)
          If forced, the maps will be loaded even if list already exists.
 
Method Summary
 boolean getForced()
           
 
Methods inherited from class cz.cuni.pogamut.server.requests.UTServerRequest
getOrigin, getType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

forced

private boolean forced
Constructor Detail

UTServerRequestMaps

public UTServerRequestMaps()

UTServerRequestMaps

public UTServerRequestMaps(boolean forced)
If forced, the maps will be loaded even if list already exists.

Parameters:
forced -
Method Detail

getForced

public boolean getForced()