com.petpet.c3po.parameters
Class GatherParams

java.lang.Object
  extended by com.petpet.c3po.parameters.GatherParams
All Implemented Interfaces:
Params

public class GatherParams
extends Object
implements Params

The supported parameters for the GatherCommand

Author:
Petar Petrov

Constructor Summary
GatherParams()
           
 
Method Summary
 String getCollection()
           
 String getLocation()
           
 String getType()
           
 boolean isRecursive()
           
 void setCollection(String collection)
           
 void setLocation(String location)
           
 void setRecursive(boolean recursive)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GatherParams

public GatherParams()
Method Detail

getCollection

public String getCollection()

setCollection

public void setCollection(String collection)

getLocation

public String getLocation()

setLocation

public void setLocation(String location)

isRecursive

public boolean isRecursive()

setRecursive

public void setRecursive(boolean recursive)

getType

public String getType()

setType

public void setType(String type)


Copyright © 2013. All Rights Reserved.