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 StringgetAccountName()Gets value for attribute accountNameStringgetAuthenticationMethod()Gets value for attribute authenticationMethodStringgetClau()Gets value for attribute clauStringgetClauTemporal()Gets value for attribute clauTemporalStringgetCodiUsuari()Gets value for attribute codiUsuariCalendargetDataInici()Gets value for attribute dataIniciCalendargetDataKeepAlive()Gets value for attribute dataKeepAliveLonggetId()Gets value for attribute idLonggetIdRegistreAccess()Gets value for attribute idRegistreAccessStringgetMonitorUrl()Gets value for attribute monitorUrlStringgetNomComplertUsuari()Gets value for attribute nomComplertUsuariStringgetNomMaquinaClient()Gets value for attribute nomMaquinaClientStringgetNomMaquinaServidora()Gets value for attribute nomMaquinaServidoraLonggetPort()Gets value for attribute portStringgetSessionUrl()Gets value for attribute sessionUrlStringgetTenantName()Gets value for attribute tenantNameTipusSessiogetType()Gets value for attribute typeStringgetUrl()Gets value for attribute urlvoidsetAccountName(String accountName)Sets value for attribute accountNamevoidsetAuthenticationMethod(String authenticationMethod)Sets value for attribute authenticationMethodvoidsetClau(String clau)Sets value for attribute clauvoidsetClauTemporal(String clauTemporal)Sets value for attribute clauTemporalvoidsetCodiUsuari(String codiUsuari)Sets value for attribute codiUsuarivoidsetDataInici(Calendar dataInici)Sets value for attribute dataInicivoidsetDataKeepAlive(Calendar dataKeepAlive)Sets value for attribute dataKeepAlivevoidsetId(Long id)Sets value for attribute idvoidsetIdRegistreAccess(Long idRegistreAccess)Sets value for attribute idRegistreAccessvoidsetMonitorUrl(String monitorUrl)Sets value for attribute monitorUrlvoidsetNomComplertUsuari(String nomComplertUsuari)Sets value for attribute nomComplertUsuarivoidsetNomMaquinaClient(String nomMaquinaClient)Sets value for attribute nomMaquinaClientvoidsetNomMaquinaServidora(String nomMaquinaServidora)Sets value for attribute nomMaquinaServidoravoidsetPort(Long port)Sets value for attribute portvoidsetSessionUrl(String sessionUrl)Sets value for attribute sessionUrlvoidsetTenantName(String tenantName)Sets value for attribute tenantNamevoidsetType(TipusSessio type)Sets value for attribute typevoidsetUrl(String url)Sets value for attribute urlstatic SessiotoSessio(Session vo)Creates a Sessio value object based on a Session object.static voidtoSessio(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.StringtoString()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.
-
-