cz.cuni.pogamut.server.requests
Class UTServerRequestInventory

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

public class UTServerRequestInventory
extends UTServerRequest


Field Summary
private  boolean forced
           
 
Fields inherited from class cz.cuni.pogamut.server.requests.UTServerRequest
origin, type
 
Constructor Summary
UTServerRequestInventory()
           
UTServerRequestInventory(boolean forced)
          If forced, inventory 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

UTServerRequestInventory

public UTServerRequestInventory()

UTServerRequestInventory

public UTServerRequestInventory(boolean forced)
If forced, inventory will be loaded even if list already exists.

Parameters:
forced -
Method Detail

getForced

public boolean getForced()