Package es.caib.seycon.ng.comu
Class SeyconServerInfo
- java.lang.Object
-
- es.caib.seycon.ng.comu.SeyconServerInfo
-
- All Implemented Interfaces:
Serializable
public class SeyconServerInfo extends Object implements Serializable
ValueObject SeyconServerInfo- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SeyconServerInfo()
SeyconServerInfo(SeyconServerInfo otherBean)
SeyconServerInfo(String url, String descripcio)
SeyconServerInfo(String url, String descripcio, String versio, String estat, Integer numAgents, Integer connectedAgents, long numTasquesPendents, String sso, String jetty, String ssoDaemon, String taskGenerator, Calendar caducitatRootCertificate, Calendar caducitatMainCertificate, Calendar dataActualServer, String databaseConnections)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Calendar
getCaducitatMainCertificate()
Gets value for attribute caducitatMainCertificateCalendar
getCaducitatRootCertificate()
Gets value for attribute caducitatRootCertificateInteger
getConnectedAgents()
Gets value for attribute connectedAgentsCalendar
getDataActualServer()
Gets value for attribute dataActualServerString
getDatabaseConnections()
Gets value for attribute databaseConnectionsString
getDescripcio()
Gets value for attribute descripcioString
getEstat()
Gets value for attribute estatString
getJetty()
Gets value for attribute jettyInteger
getNumAgents()
Gets value for attribute numAgentslong
getNumTasquesPendents()
Gets value for attribute numTasquesPendentsString
getSso()
Gets value for attribute ssoString
getSsoDaemon()
Gets value for attribute ssoDaemonString
getTaskGenerator()
Gets value for attribute taskGeneratorString
getUrl()
Gets value for attribute urlString
getVersio()
Gets value for attribute versiovoid
setCaducitatMainCertificate(Calendar caducitatMainCertificate)
Sets value for attribute caducitatMainCertificatevoid
setCaducitatRootCertificate(Calendar caducitatRootCertificate)
Sets value for attribute caducitatRootCertificatevoid
setConnectedAgents(Integer connectedAgents)
Sets value for attribute connectedAgentsvoid
setDataActualServer(Calendar dataActualServer)
Sets value for attribute dataActualServervoid
setDatabaseConnections(String databaseConnections)
Sets value for attribute databaseConnectionsvoid
setDescripcio(String descripcio)
Sets value for attribute descripciovoid
setEstat(String estat)
Sets value for attribute estatvoid
setJetty(String jetty)
Sets value for attribute jettyvoid
setNumAgents(Integer numAgents)
Sets value for attribute numAgentsvoid
setNumTasquesPendents(long numTasquesPendents)
Sets value for attribute numTasquesPendentsvoid
setSso(String sso)
Sets value for attribute ssovoid
setSsoDaemon(String ssoDaemon)
Sets value for attribute ssoDaemonvoid
setTaskGenerator(String taskGenerator)
Sets value for attribute taskGeneratorvoid
setUrl(String url)
Sets value for attribute urlvoid
setVersio(String versio)
Sets value for attribute versiostatic SeyconServerInfo
toSeyconServerInfo(SyncServerInfo vo)
Creates a SeyconServerInfo value object based on a SyncServerInfo object.static void
toSeyconServerInfo(SyncServerInfo source, SeyconServerInfo target)
Updates a SeyconServerInfo value object based on a SyncServerInfo object.static SeyconServerInfo[]
toSeyconServerInfoArray(SyncServerInfo[] source)
Creates a SeyconServerInfo array on a SyncServerInfo array.static AsyncList<SeyconServerInfo>
toSeyconServerInfoAsyncList(AsyncList<SyncServerInfo> source)
Creates a SeyconServerInfo asynclist on a SyncServerInfo collection.static PagedResult<SeyconServerInfo>
toSeyconServerInfoList(PagedResult<SyncServerInfo> source)
Creates a SeyconServerInfo pagedResult on a SyncServerInfo collection.static List<SeyconServerInfo>
toSeyconServerInfoList(Collection<SyncServerInfo> source)
Creates a SeyconServerInfo list on a SyncServerInfo collection.String
toString()
Returns a string representation of the value object.
-
-
-
Constructor Detail
-
SeyconServerInfo
public SeyconServerInfo()
-
SeyconServerInfo
public SeyconServerInfo(String url, String descripcio, String versio, String estat, Integer numAgents, Integer connectedAgents, long numTasquesPendents, String sso, String jetty, String ssoDaemon, String taskGenerator, Calendar caducitatRootCertificate, Calendar caducitatMainCertificate, Calendar dataActualServer, String databaseConnections)
-
SeyconServerInfo
public SeyconServerInfo(SeyconServerInfo otherBean)
-
-
Method Detail
-
getUrl
public String getUrl()
Gets value for attribute url
-
setUrl
public void setUrl(String url)
Sets value for attribute url
-
getDescripcio
public String getDescripcio()
Gets value for attribute descripcio
-
setDescripcio
public void setDescripcio(String descripcio)
Sets value for attribute descripcio
-
getVersio
public String getVersio()
Gets value for attribute versio
-
setVersio
public void setVersio(String versio)
Sets value for attribute versio
-
getEstat
public String getEstat()
Gets value for attribute estat
-
setEstat
public void setEstat(String estat)
Sets value for attribute estat
-
getNumAgents
public Integer getNumAgents()
Gets value for attribute numAgents
-
setNumAgents
public void setNumAgents(Integer numAgents)
Sets value for attribute numAgents
-
getConnectedAgents
public Integer getConnectedAgents()
Gets value for attribute connectedAgents
-
setConnectedAgents
public void setConnectedAgents(Integer connectedAgents)
Sets value for attribute connectedAgents
-
getNumTasquesPendents
public long getNumTasquesPendents()
Gets value for attribute numTasquesPendents
-
setNumTasquesPendents
public void setNumTasquesPendents(long numTasquesPendents)
Sets value for attribute numTasquesPendents
-
getSso
public String getSso()
Gets value for attribute sso
-
setSso
public void setSso(String sso)
Sets value for attribute sso
-
getJetty
public String getJetty()
Gets value for attribute jetty
-
setJetty
public void setJetty(String jetty)
Sets value for attribute jetty
-
getSsoDaemon
public String getSsoDaemon()
Gets value for attribute ssoDaemon
-
setSsoDaemon
public void setSsoDaemon(String ssoDaemon)
Sets value for attribute ssoDaemon
-
getTaskGenerator
public String getTaskGenerator()
Gets value for attribute taskGenerator
-
setTaskGenerator
public void setTaskGenerator(String taskGenerator)
Sets value for attribute taskGenerator
-
getCaducitatRootCertificate
public Calendar getCaducitatRootCertificate()
Gets value for attribute caducitatRootCertificate
-
setCaducitatRootCertificate
public void setCaducitatRootCertificate(Calendar caducitatRootCertificate)
Sets value for attribute caducitatRootCertificate
-
getCaducitatMainCertificate
public Calendar getCaducitatMainCertificate()
Gets value for attribute caducitatMainCertificate
-
setCaducitatMainCertificate
public void setCaducitatMainCertificate(Calendar caducitatMainCertificate)
Sets value for attribute caducitatMainCertificate
-
getDataActualServer
public Calendar getDataActualServer()
Gets value for attribute dataActualServer
-
setDataActualServer
public void setDataActualServer(Calendar dataActualServer)
Sets value for attribute dataActualServer
-
getDatabaseConnections
public String getDatabaseConnections()
Gets value for attribute databaseConnections
-
setDatabaseConnections
public void setDatabaseConnections(String databaseConnections)
Sets value for attribute databaseConnections
-
toString
public String toString()
Returns a string representation of the value object.
-
toSeyconServerInfo
public static SeyconServerInfo toSeyconServerInfo(SyncServerInfo vo)
Creates a SeyconServerInfo value object based on a SyncServerInfo object.
-
toSeyconServerInfoList
public static List<SeyconServerInfo> toSeyconServerInfoList(Collection<SyncServerInfo> source)
Creates a SeyconServerInfo list on a SyncServerInfo collection.
-
toSeyconServerInfoList
public static PagedResult<SeyconServerInfo> toSeyconServerInfoList(PagedResult<SyncServerInfo> source)
Creates a SeyconServerInfo pagedResult on a SyncServerInfo collection.
-
toSeyconServerInfoAsyncList
public static AsyncList<SeyconServerInfo> toSeyconServerInfoAsyncList(AsyncList<SyncServerInfo> source)
Creates a SeyconServerInfo asynclist on a SyncServerInfo collection.
-
toSeyconServerInfoArray
public static SeyconServerInfo[] toSeyconServerInfoArray(SyncServerInfo[] source)
Creates a SeyconServerInfo array on a SyncServerInfo array.
-
toSeyconServerInfo
public static void toSeyconServerInfo(SyncServerInfo source, SeyconServerInfo target)
Updates a SeyconServerInfo value object based on a SyncServerInfo object.
-
-