public class SamlIdpSsoSessionWrapper extends BaseModelWrapper<SamlIdpSsoSession> implements ModelWrapper<SamlIdpSsoSession>, SamlIdpSsoSession
This class is a wrapper for SamlIdpSsoSession.
SamlIdpSsoSession,
Serialized FormmodelSAML_IDP_SSO_SESSION_ID_ACCESSOR| Constructor and Description |
|---|
SamlIdpSsoSessionWrapper(SamlIdpSsoSession samlIdpSsoSession) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCompanyId()
Returns the company ID of this saml idp sso session.
|
java.util.Date |
getCreateDate()
Returns the create date of this saml idp sso session.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.util.Date |
getModifiedDate()
Returns the modified date of this saml idp sso session.
|
long |
getPrimaryKey()
Returns the primary key of this saml idp sso session.
|
long |
getSamlIdpSsoSessionId()
Returns the saml idp sso session ID of this saml idp sso session.
|
java.lang.String |
getSamlIdpSsoSessionKey()
Returns the saml idp sso session key of this saml idp sso session.
|
long |
getUserId()
Returns the user ID of this saml idp sso session.
|
java.lang.String |
getUserName()
Returns the user name of this saml idp sso session.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this saml idp sso session.
|
boolean |
isExpired() |
void |
persist()
Updates this model instance in the database or adds it if it does not yet
exist.
|
void |
setCompanyId(long companyId)
Sets the company ID of this saml idp sso session.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this saml idp sso session.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this saml idp sso session.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this saml idp sso session.
|
void |
setSamlIdpSsoSessionId(long samlIdpSsoSessionId)
Sets the saml idp sso session ID of this saml idp sso session.
|
void |
setSamlIdpSsoSessionKey(java.lang.String samlIdpSsoSessionKey)
Sets the saml idp sso session key of this saml idp sso session.
|
void |
setUserId(long userId)
Sets the user ID of this saml idp sso session.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this saml idp sso session.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this saml idp sso session.
|
protected SamlIdpSsoSessionWrapper |
wrap(SamlIdpSsoSession samlIdpSsoSession) |
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlStringfinalize, getClass, notify, notifyAll, wait, wait, waitgetWrappedModelclone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNamepublic SamlIdpSsoSessionWrapper(SamlIdpSsoSession samlIdpSsoSession)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface BaseModel<SamlIdpSsoSession>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface BaseModel<SamlIdpSsoSession>public long getCompanyId()
getCompanyId in interface AuditedModelgetCompanyId in interface ShardedModelgetCompanyId in interface SamlIdpSsoSessionModelpublic java.util.Date getCreateDate()
getCreateDate in interface AuditedModelgetCreateDate in interface SamlIdpSsoSessionModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface AuditedModelgetModifiedDate in interface SamlIdpSsoSessionModelpublic long getPrimaryKey()
getPrimaryKey in interface SamlIdpSsoSessionModelpublic long getSamlIdpSsoSessionId()
getSamlIdpSsoSessionId in interface SamlIdpSsoSessionModelpublic java.lang.String getSamlIdpSsoSessionKey()
getSamlIdpSsoSessionKey in interface SamlIdpSsoSessionModelpublic long getUserId()
getUserId in interface AuditedModelgetUserId in interface SamlIdpSsoSessionModelpublic java.lang.String getUserName()
getUserName in interface AuditedModelgetUserName in interface SamlIdpSsoSessionModelpublic java.lang.String getUserUuid()
getUserUuid in interface AuditedModelgetUserUuid in interface SamlIdpSsoSessionModelpublic boolean isExpired()
isExpired in interface SamlIdpSsoSessionpublic void persist()
PersistedModelpersist in interface PersistedModelpublic void setCompanyId(long companyId)
setCompanyId in interface AuditedModelsetCompanyId in interface ShardedModelsetCompanyId in interface SamlIdpSsoSessionModelcompanyId - the company ID of this saml idp sso sessionpublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface AuditedModelsetCreateDate in interface SamlIdpSsoSessionModelcreateDate - the create date of this saml idp sso sessionpublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface AuditedModelsetModifiedDate in interface SamlIdpSsoSessionModelmodifiedDate - the modified date of this saml idp sso sessionpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface SamlIdpSsoSessionModelprimaryKey - the primary key of this saml idp sso sessionpublic void setSamlIdpSsoSessionId(long samlIdpSsoSessionId)
setSamlIdpSsoSessionId in interface SamlIdpSsoSessionModelsamlIdpSsoSessionId - the saml idp sso session ID of this saml idp sso sessionpublic void setSamlIdpSsoSessionKey(java.lang.String samlIdpSsoSessionKey)
setSamlIdpSsoSessionKey in interface SamlIdpSsoSessionModelsamlIdpSsoSessionKey - the saml idp sso session key of this saml idp sso sessionpublic void setUserId(long userId)
setUserId in interface AuditedModelsetUserId in interface SamlIdpSsoSessionModeluserId - the user ID of this saml idp sso sessionpublic void setUserName(java.lang.String userName)
setUserName in interface AuditedModelsetUserName in interface SamlIdpSsoSessionModeluserName - the user name of this saml idp sso sessionpublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface AuditedModelsetUserUuid in interface SamlIdpSsoSessionModeluserUuid - the user uuid of this saml idp sso sessionprotected SamlIdpSsoSessionWrapper wrap(SamlIdpSsoSession samlIdpSsoSession)
wrap in class BaseModelWrapper<SamlIdpSsoSession>