Interface SamlIdpSsoSessionModel
- All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<SamlIdpSsoSession>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<SamlIdpSsoSession>,Serializable,com.liferay.portal.kernel.model.ShardedModel
- All Known Subinterfaces:
SamlIdpSsoSession
- All Known Implementing Classes:
SamlIdpSsoSessionWrapper
@ProviderType
public interface SamlIdpSsoSessionModel
extends com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<SamlIdpSsoSession>, com.liferay.portal.kernel.model.ShardedModel
The base model interface for the SamlIdpSsoSession service. Represents a row in the "SamlIdpSsoSession" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation com.liferay.saml.persistence.model.impl.SamlIdpSsoSessionModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.saml.persistence.model.impl.SamlIdpSsoSessionImpl.
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionlongReturns the company ID of this saml idp sso session.Returns the create date of this saml idp sso session.Returns the modified date of this saml idp sso session.longReturns the primary key of this saml idp sso session.longReturns the saml idp sso session ID of this saml idp sso session.Returns the saml idp sso session key of this saml idp sso session.longReturns the user ID of this saml idp sso session.Returns the user name of this saml idp sso session.Returns the user uuid of this saml idp sso session.voidsetCompanyId(long companyId) Sets the company ID of this saml idp sso session.voidsetCreateDate(Date createDate) Sets the create date of this saml idp sso session.voidsetModifiedDate(Date modifiedDate) Sets the modified date of this saml idp sso session.voidsetPrimaryKey(long primaryKey) Sets the primary key of this saml idp sso session.voidsetSamlIdpSsoSessionId(long samlIdpSsoSessionId) Sets the saml idp sso session ID of this saml idp sso session.voidsetSamlIdpSsoSessionKey(String samlIdpSsoSessionKey) Sets the saml idp sso session key of this saml idp sso session.voidsetUserId(long userId) Sets the user ID of this saml idp sso session.voidsetUserName(String userName) Sets the user name of this saml idp sso session.voidsetUserUuid(String userUuid) Sets the user uuid of this saml idp sso session.default StringMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this saml idp sso session.- Returns:
- the primary key of this saml idp sso session
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this saml idp sso session.- Parameters:
primaryKey- the primary key of this saml idp sso session
-
getSamlIdpSsoSessionId
long getSamlIdpSsoSessionId()Returns the saml idp sso session ID of this saml idp sso session.- Returns:
- the saml idp sso session ID of this saml idp sso session
-
setSamlIdpSsoSessionId
void setSamlIdpSsoSessionId(long samlIdpSsoSessionId) Sets the saml idp sso session ID of this saml idp sso session.- Parameters:
samlIdpSsoSessionId- the saml idp sso session ID of this saml idp sso session
-
getCompanyId
long getCompanyId()Returns the company ID of this saml idp sso session.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this saml idp sso session
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this saml idp sso session.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this saml idp sso session
-
getUserId
long getUserId()Returns the user ID of this saml idp sso session.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user ID of this saml idp sso session
-
setUserId
void setUserId(long userId) Sets the user ID of this saml idp sso session.- Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userId- the user ID of this saml idp sso session
-
getUserUuid
String getUserUuid()Returns the user uuid of this saml idp sso session.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user uuid of this saml idp sso session
-
setUserUuid
Sets the user uuid of this saml idp sso session.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userUuid- the user uuid of this saml idp sso session
-
getUserName
Returns the user name of this saml idp sso session.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user name of this saml idp sso session
-
setUserName
Sets the user name of this saml idp sso session.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userName- the user name of this saml idp sso session
-
getCreateDate
Date getCreateDate()Returns the create date of this saml idp sso session.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the create date of this saml idp sso session
-
setCreateDate
Sets the create date of this saml idp sso session.- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
createDate- the create date of this saml idp sso session
-
getModifiedDate
Date getModifiedDate()Returns the modified date of this saml idp sso session.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the modified date of this saml idp sso session
-
setModifiedDate
Sets the modified date of this saml idp sso session.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
modifiedDate- the modified date of this saml idp sso session
-
getSamlIdpSsoSessionKey
Returns the saml idp sso session key of this saml idp sso session.- Returns:
- the saml idp sso session key of this saml idp sso session
-
setSamlIdpSsoSessionKey
Sets the saml idp sso session key of this saml idp sso session.- Parameters:
samlIdpSsoSessionKey- the saml idp sso session key of this saml idp sso session
-
cloneWithOriginalValues
SamlIdpSsoSession cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<SamlIdpSsoSession>
-
toXmlString
-