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.
|
java.lang.String |
toXmlString() |
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
finalize, getClass, notify, notifyAll, wait, wait, wait
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
public 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 SamlSpMessageModel
public long getCompanyId()
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
getCompanyId
in interface SamlSpMessageModel
public java.util.Date getCreateDate()
getCreateDate
in interface SamlSpMessageModel
public java.util.Date getExpirationDate()
getExpirationDate
in interface SamlSpMessageModel
public long getPrimaryKey()
getPrimaryKey
in interface SamlSpMessageModel
public java.lang.String getSamlIdpEntityId()
getSamlIdpEntityId
in interface SamlSpMessageModel
public java.lang.String getSamlIdpResponseKey()
getSamlIdpResponseKey
in interface SamlSpMessageModel
public long getSamlSpMessageId()
getSamlSpMessageId
in interface SamlSpMessageModel
public boolean isExpired()
isExpired
in interface SamlSpMessage
public void persist()
persist
in interface com.liferay.portal.kernel.model.PersistedModel
public void setCompanyId(long companyId)
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
setCompanyId
in interface SamlSpMessageModel
companyId
- the company ID of this saml sp messagepublic void setCreateDate(java.util.Date createDate)
setCreateDate
in interface SamlSpMessageModel
createDate
- the create date of this saml sp messagepublic void setExpirationDate(java.util.Date expirationDate)
setExpirationDate
in interface SamlSpMessageModel
expirationDate
- the expiration date of this saml sp messagepublic void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface SamlSpMessageModel
primaryKey
- the primary key of this saml sp messagepublic void setSamlIdpEntityId(java.lang.String samlIdpEntityId)
setSamlIdpEntityId
in interface SamlSpMessageModel
samlIdpEntityId
- the saml idp entity ID of this saml sp messagepublic void setSamlIdpResponseKey(java.lang.String samlIdpResponseKey)
setSamlIdpResponseKey
in interface SamlSpMessageModel
samlIdpResponseKey
- the saml idp response key of this saml sp messagepublic void setSamlSpMessageId(long samlSpMessageId)
setSamlSpMessageId
in interface SamlSpMessageModel
samlSpMessageId
- the saml sp message ID of this saml sp messagepublic java.lang.String toXmlString()
toXmlString
in interface SamlSpMessageModel
protected SamlSpMessageWrapper wrap(SamlSpMessage samlSpMessage)
wrap
in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<SamlSpMessage>