public class SamlSpMessageWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<SamlSpMessage> implements com.liferay.portal.kernel.model.ModelWrapper<SamlSpMessage>, SamlSpMessage
This class is a wrapper for SamlSpMessage.
SamlSpMessage,
Serialized FormSAML_SP_MESSAGE_ID_ACCESSOR| Constructor and Description |
|---|
SamlSpMessageWrapper(SamlSpMessage samlSpMessage) |
| Modifier and Type | Method and Description |
|---|---|
SamlSpMessage |
cloneWithOriginalValues() |
long |
getCompanyId()
Returns the company ID of this saml sp message.
|
java.util.Date |
getCreateDate()
Returns the create date of this saml sp message.
|
java.util.Date |
getExpirationDate()
Returns the expiration date of this saml sp message.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
long |
getPrimaryKey()
Returns the primary key of this saml sp message.
|
java.lang.String |
getSamlIdpEntityId()
Returns the saml idp entity ID of this saml sp message.
|
java.lang.String |
getSamlIdpResponseKey()
Returns the saml idp response key of this saml sp message.
|
long |
getSamlSpMessageId()
Returns the saml sp message ID of this saml sp message.
|
boolean |
isExpired() |
void |
persist() |
void |
setCompanyId(long companyId)
Sets the company ID of this saml sp message.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this saml sp message.
|
void |
setExpirationDate(java.util.Date expirationDate)
Sets the expiration date of this saml sp message.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this saml sp message.
|
void |
setSamlIdpEntityId(java.lang.String samlIdpEntityId)
Sets the saml idp entity ID of this saml sp message.
|
void |
setSamlIdpResponseKey(java.lang.String samlIdpResponseKey)
Sets the saml idp response key of this saml sp message.
|
void |
setSamlSpMessageId(long samlSpMessageId)
Sets the saml sp message ID of this saml sp message.
|
protected SamlSpMessageWrapper |
wrap(SamlSpMessage samlSpMessage) |
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, waitclone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringpublic SamlSpMessageWrapper(SamlSpMessage samlSpMessage)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<SamlSpMessage>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<SamlSpMessage>public SamlSpMessage cloneWithOriginalValues()
cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<SamlSpMessage>cloneWithOriginalValues in interface SamlSpMessageModelpublic long getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface SamlSpMessageModelpublic java.util.Date getCreateDate()
getCreateDate in interface SamlSpMessageModelpublic java.util.Date getExpirationDate()
getExpirationDate in interface SamlSpMessageModelpublic long getPrimaryKey()
getPrimaryKey in interface SamlSpMessageModelpublic java.lang.String getSamlIdpEntityId()
getSamlIdpEntityId in interface SamlSpMessageModelpublic java.lang.String getSamlIdpResponseKey()
getSamlIdpResponseKey in interface SamlSpMessageModelpublic long getSamlSpMessageId()
getSamlSpMessageId in interface SamlSpMessageModelpublic boolean isExpired()
isExpired in interface SamlSpMessagepublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.ShardedModelsetCompanyId in interface SamlSpMessageModelcompanyId - the company ID of this saml sp messagepublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface SamlSpMessageModelcreateDate - the create date of this saml sp messagepublic void setExpirationDate(java.util.Date expirationDate)
setExpirationDate in interface SamlSpMessageModelexpirationDate - the expiration date of this saml sp messagepublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface SamlSpMessageModelprimaryKey - the primary key of this saml sp messagepublic void setSamlIdpEntityId(java.lang.String samlIdpEntityId)
setSamlIdpEntityId in interface SamlSpMessageModelsamlIdpEntityId - the saml idp entity ID of this saml sp messagepublic void setSamlIdpResponseKey(java.lang.String samlIdpResponseKey)
setSamlIdpResponseKey in interface SamlSpMessageModelsamlIdpResponseKey - the saml idp response key of this saml sp messagepublic void setSamlSpMessageId(long samlSpMessageId)
setSamlSpMessageId in interface SamlSpMessageModelsamlSpMessageId - the saml sp message ID of this saml sp messageprotected SamlSpMessageWrapper wrap(SamlSpMessage samlSpMessage)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<SamlSpMessage>