it.geosolutions.unredd.stats.impl
Class DataFile

java.lang.Object
  extended by it.geosolutions.unredd.stats.impl.DataFile

public class DataFile
extends Object

Author:
ETj (etj at geo-solutions.it)

Field Summary
protected  File file
           
protected  Double noValue
           
 
Constructor Summary
DataFile()
           
DataFile(File file)
           
 
Method Summary
 File getFile()
           
 Double getNoValue()
           
 void setFile(File file)
           
 void setNoValue(Double noValue)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

file

protected File file

noValue

protected Double noValue
Constructor Detail

DataFile

public DataFile()

DataFile

public DataFile(File file)
Method Detail

getFile

public File getFile()

setFile

public void setFile(File file)

getNoValue

public Double getNoValue()

setNoValue

public void setNoValue(Double noValue)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.