Package es.caib.seycon.ng.comu
Class Sessio
- java.lang.Object
-
- es.caib.seycon.ng.comu.Sessio
-
- All Implemented Interfaces:
Serializable
public class Sessio extends Object implements Serializable
ValueObject Sessio- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Sessio()
Sessio(Sessio otherBean)
Sessio(String codiUsuari, String nomMaquinaServidora, String nomMaquinaClient, Long port, Long id, String nomComplertUsuari, Calendar dataInici, String clau, Calendar dataKeepAlive, String clauTemporal, Long idRegistreAccess, String url, String authenticationMethod, TipusSessio type, String monitorUrl, String sessionUrl, String accountName, String tenantName)
Sessio(String codiUsuari, Calendar dataInici)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAccountName()
Gets value for attribute accountNameString
getAuthenticationMethod()
Gets value for attribute authenticationMethodString
getClau()
Gets value for attribute clauString
getClauTemporal()
Gets value for attribute clauTemporalString
getCodiUsuari()
Gets value for attribute codiUsuariCalendar
getDataInici()
Gets value for attribute dataIniciCalendar
getDataKeepAlive()
Gets value for attribute dataKeepAliveLong
getId()
Gets value for attribute idLong
getIdRegistreAccess()
Gets value for attribute idRegistreAccessString
getMonitorUrl()
Gets value for attribute monitorUrlString
getNomComplertUsuari()
Gets value for attribute nomComplertUsuariString
getNomMaquinaClient()
Gets value for attribute nomMaquinaClientString
getNomMaquinaServidora()
Gets value for attribute nomMaquinaServidoraLong
getPort()
Gets value for attribute portString
getSessionUrl()
Gets value for attribute sessionUrlString
getTenantName()
Gets value for attribute tenantNameTipusSessio
getType()
Gets value for attribute typeString
getUrl()
Gets value for attribute urlvoid
setAccountName(String accountName)
Sets value for attribute accountNamevoid
setAuthenticationMethod(String authenticationMethod)
Sets value for attribute authenticationMethodvoid
setClau(String clau)
Sets value for attribute clauvoid
setClauTemporal(String clauTemporal)
Sets value for attribute clauTemporalvoid
setCodiUsuari(String codiUsuari)
Sets value for attribute codiUsuarivoid
setDataInici(Calendar dataInici)
Sets value for attribute dataInicivoid
setDataKeepAlive(Calendar dataKeepAlive)
Sets value for attribute dataKeepAlivevoid
setId(Long id)
Sets value for attribute idvoid
setIdRegistreAccess(Long idRegistreAccess)
Sets value for attribute idRegistreAccessvoid
setMonitorUrl(String monitorUrl)
Sets value for attribute monitorUrlvoid
setNomComplertUsuari(String nomComplertUsuari)
Sets value for attribute nomComplertUsuarivoid
setNomMaquinaClient(String nomMaquinaClient)
Sets value for attribute nomMaquinaClientvoid
setNomMaquinaServidora(String nomMaquinaServidora)
Sets value for attribute nomMaquinaServidoravoid
setPort(Long port)
Sets value for attribute portvoid
setSessionUrl(String sessionUrl)
Sets value for attribute sessionUrlvoid
setTenantName(String tenantName)
Sets value for attribute tenantNamevoid
setType(TipusSessio type)
Sets value for attribute typevoid
setUrl(String url)
Sets value for attribute urlstatic Sessio
toSessio(Session vo)
Creates a Sessio value object based on a Session object.static void
toSessio(Session source, Sessio target)
Updates a Sessio value object based on a Session object.static Sessio[]
toSessioArray(Session[] source)
Creates a Sessio array on a Session array.static AsyncList<Sessio>
toSessioAsyncList(AsyncList<Session> source)
Creates a Sessio asynclist on a Session collection.static PagedResult<Sessio>
toSessioList(PagedResult<Session> source)
Creates a Sessio pagedResult on a Session collection.static List<Sessio>
toSessioList(Collection<Session> source)
Creates a Sessio list on a Session collection.String
toString()
Returns a string representation of the value object.
-
-
-
Constructor Detail
-
Sessio
public Sessio()
-
Sessio
public Sessio(String codiUsuari, String nomMaquinaServidora, String nomMaquinaClient, Long port, Long id, String nomComplertUsuari, Calendar dataInici, String clau, Calendar dataKeepAlive, String clauTemporal, Long idRegistreAccess, String url, String authenticationMethod, TipusSessio type, String monitorUrl, String sessionUrl, String accountName, String tenantName)
-
Sessio
public Sessio(Sessio otherBean)
-
-
Method Detail
-
getCodiUsuari
public String getCodiUsuari()
Gets value for attribute codiUsuari
-
setCodiUsuari
public void setCodiUsuari(String codiUsuari)
Sets value for attribute codiUsuari
-
getNomMaquinaServidora
public String getNomMaquinaServidora()
Gets value for attribute nomMaquinaServidora
-
setNomMaquinaServidora
public void setNomMaquinaServidora(String nomMaquinaServidora)
Sets value for attribute nomMaquinaServidora
-
getNomMaquinaClient
public String getNomMaquinaClient()
Gets value for attribute nomMaquinaClient
-
setNomMaquinaClient
public void setNomMaquinaClient(String nomMaquinaClient)
Sets value for attribute nomMaquinaClient
-
getPort
public Long getPort()
Gets value for attribute port
-
setPort
public void setPort(Long port)
Sets value for attribute port
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
getNomComplertUsuari
public String getNomComplertUsuari()
Gets value for attribute nomComplertUsuari
-
setNomComplertUsuari
public void setNomComplertUsuari(String nomComplertUsuari)
Sets value for attribute nomComplertUsuari
-
getDataInici
public Calendar getDataInici()
Gets value for attribute dataInici
-
setDataInici
public void setDataInici(Calendar dataInici)
Sets value for attribute dataInici
-
getClau
public String getClau()
Gets value for attribute clau
-
setClau
public void setClau(String clau)
Sets value for attribute clau
-
getDataKeepAlive
public Calendar getDataKeepAlive()
Gets value for attribute dataKeepAlive
-
setDataKeepAlive
public void setDataKeepAlive(Calendar dataKeepAlive)
Sets value for attribute dataKeepAlive
-
getClauTemporal
public String getClauTemporal()
Gets value for attribute clauTemporal
-
setClauTemporal
public void setClauTemporal(String clauTemporal)
Sets value for attribute clauTemporal
-
getIdRegistreAccess
public Long getIdRegistreAccess()
Gets value for attribute idRegistreAccess
-
setIdRegistreAccess
public void setIdRegistreAccess(Long idRegistreAccess)
Sets value for attribute idRegistreAccess
-
getUrl
public String getUrl()
Gets value for attribute url
-
setUrl
public void setUrl(String url)
Sets value for attribute url
-
getAuthenticationMethod
public String getAuthenticationMethod()
Gets value for attribute authenticationMethod
-
setAuthenticationMethod
public void setAuthenticationMethod(String authenticationMethod)
Sets value for attribute authenticationMethod
-
getType
public TipusSessio getType()
Gets value for attribute type
-
setType
public void setType(TipusSessio type)
Sets value for attribute type
-
getMonitorUrl
public String getMonitorUrl()
Gets value for attribute monitorUrl
-
setMonitorUrl
public void setMonitorUrl(String monitorUrl)
Sets value for attribute monitorUrl
-
getSessionUrl
public String getSessionUrl()
Gets value for attribute sessionUrl
-
setSessionUrl
public void setSessionUrl(String sessionUrl)
Sets value for attribute sessionUrl
-
getAccountName
public String getAccountName()
Gets value for attribute accountName
-
setAccountName
public void setAccountName(String accountName)
Sets value for attribute accountName
-
getTenantName
public String getTenantName()
Gets value for attribute tenantName
-
setTenantName
public void setTenantName(String tenantName)
Sets value for attribute tenantName
-
toString
public String toString()
Returns a string representation of the value object.
-
toSessio
public static Sessio toSessio(Session vo)
Creates a Sessio value object based on a Session object.
-
toSessioList
public static List<Sessio> toSessioList(Collection<Session> source)
Creates a Sessio list on a Session collection.
-
toSessioList
public static PagedResult<Sessio> toSessioList(PagedResult<Session> source)
Creates a Sessio pagedResult on a Session collection.
-
toSessioAsyncList
public static AsyncList<Sessio> toSessioAsyncList(AsyncList<Session> source)
Creates a Sessio asynclist on a Session collection.
-
toSessioArray
public static Sessio[] toSessioArray(Session[] source)
Creates a Sessio array on a Session array.
-
-