it.geosolutions.geobatch.ui.mvc.data
Class FtpConfigDataBean
java.lang.Object
it.geosolutions.geobatch.ui.mvc.data.FtpConfigDataBean
public class FtpConfigDataBean
- extends java.lang.Object
- Author:
- Alessio Fabiani
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
FtpConfigDataBean
public FtpConfigDataBean()
getId
public int getId()
- Returns:
- the id
setId
public void setId(int id)
- Parameters:
id - the id to set
getMaxLogins
public int getMaxLogins()
- Returns:
- the maxLogins
setMaxLogins
public void setMaxLogins(int maxLogins)
- Parameters:
maxLogins - the maxLogins to set
isAnonEnabled
public boolean isAnonEnabled()
- Returns:
- the anonEnabled
setAnonEnabled
public void setAnonEnabled(boolean anonEnabled)
- Parameters:
anonEnabled - the anonEnabled to set
getMaxAnonLogins
public int getMaxAnonLogins()
- Returns:
- the maxAnonLogins
setMaxAnonLogins
public void setMaxAnonLogins(int maxAnonLogins)
- Parameters:
maxAnonLogins - the maxAnonLogins to set
getMaxLoginFailures
public int getMaxLoginFailures()
- Returns:
- the maxLoginFailures
setMaxLoginFailures
public void setMaxLoginFailures(int maxLoginFailures)
- Parameters:
maxLoginFailures - the maxLoginFailures to set
getLoginFailureDelay
public int getLoginFailureDelay()
- Returns:
- the loginFailureDelay
setLoginFailureDelay
public void setLoginFailureDelay(int loginFailureDelay)
- Parameters:
loginFailureDelay - the loginFailureDelay to set
getPort
public int getPort()
- Returns:
- the port
setPort
public void setPort(int port)
- Parameters:
port - the port to set
isSsl
public boolean isSsl()
- Returns:
- the ssl
setSsl
public void setSsl(boolean ssl)
- Parameters:
ssl - the ssl to set
isAutoStart
public boolean isAutoStart()
- Returns:
- the autoStart
setAutoStart
public void setAutoStart(boolean autoStart)
- Parameters:
autoStart - the autoStart to set
getFtpBaseDir
public java.lang.String getFtpBaseDir()
- Returns:
- the ftpBaseDir
setFtpBaseDir
public void setFtpBaseDir(java.lang.String ftpBaseDir)
- Parameters:
ftpBaseDir - the ftpBaseDir to set
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
Copyright © 2008-2012 GeoSolutions. All Rights Reserved.