public class APISessionImpl extends SessionImpl implements APISession
| Constructor and Description |
|---|
APISessionImpl(long id,
Date creationDate,
long duration,
String userName,
long userId,
String tenantName,
long tenantId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getTenant() |
long |
getTenantId() |
String |
getTenantName() |
int |
hashCode() |
void |
setTenant(String tenant) |
void |
setTenantId(long tenantId) |
String |
toString() |
getCreationDate, getDuration, getId, getUserId, getUserName, isTechnicalUser, setCreationDate, setDuration, setId, setTechnicalUser, setUserId, setUserNameclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetCreationDate, getDuration, getId, getUserId, getUserName, isTechnicalUserpublic String getTenantName()
getTenantName in interface APISessionpublic long getTenantId()
getTenantId in interface APISessionpublic String getTenant()
public void setTenant(String tenant)
public void setTenantId(long tenantId)
public int hashCode()
hashCode in class SessionImplpublic boolean equals(Object obj)
equals in class SessionImplpublic String toString()
toString in class SessionImplCopyright © 2018 Bonitasoft S.A.. All rights reserved.