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 double
getDepth()
Date
getLastLoad()
int
getLoadCount()
User
getUser()
void
setDepth(double depth)
void
setLastLoad(Date lastLoad)
void
setLoadCount(int loadCount)
void
setUser(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
-