java.lang.Object
de.s42.dl.examples.loadandstore.Configuration
public class Configuration extends Object
- Author:
- Benjamin Schiller
-
Field Summary
-
Constructor Summary
Constructors Constructor Description Configuration() -
Method Summary
Modifier and Type Method Description doublegetDepth()DategetLastLoad()intgetLoadCount()UsergetUser()voidsetDepth(double depth)voidsetLastLoad(Date lastLoad)voidsetLoadCount(int loadCount)voidsetUser(User user)
-
Field Details
-
Constructor Details
-
Configuration
public Configuration()
-
-
Method Details
-
getDepth
public double getDepth() -
setDepth
public void setDepth(double depth) -
getUser
-
setUser
-
getLoadCount
public int getLoadCount() -
setLoadCount
public void setLoadCount(int loadCount) -
getLastLoad
-
setLastLoad
-