gr.uoa.di.madgik.hive.parse.responses
Class LoadResponse

java.lang.Object
  extended by gr.uoa.di.madgik.hive.parse.responses.ParseResponse
      extended by gr.uoa.di.madgik.hive.parse.responses.LoadResponse

public class LoadResponse
extends ParseResponse


Constructor Summary
LoadResponse()
           
 
Method Summary
 String getFromPath()
           
 String getToPath()
           
 void setFromPath(String fromPath)
           
 void setToPath(String toPath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoadResponse

public LoadResponse()
Method Detail

getFromPath

public String getFromPath()
Returns:
the fromPath

setFromPath

public void setFromPath(String fromPath)
Parameters:
fromPath - the fromPath to set

getToPath

public String getToPath()
Returns:
the toPath

setToPath

public void setToPath(String toPath)
Parameters:
toPath - the toPath to set


Copyright © 2013. All Rights Reserved.