public class SamlSpMessageWrapper extends BaseModelWrapper<SamlSpMessage> implements ModelWrapper<SamlSpMessage>, SamlSpMessage
This class is a wrapper for SamlSpMessage.
SamlSpMessage,
Serialized FormmodelSAML_SP_MESSAGE_ID_ACCESSOR| Constructor and Description |
|---|
SamlSpMessageWrapper(SamlSpMessage samlSpMessage) |
| Modifier and Type | Method and Description |
|---|---|
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()
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 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, waitgetWrappedModelclone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNamepublic SamlSpMessageWrapper(SamlSpMessage samlSpMessage)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface BaseModel<SamlSpMessage>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface BaseModel<SamlSpMessage>public long getCompanyId()
getCompanyId in interface 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()
PersistedModelpersist in interface PersistedModelpublic void setCompanyId(long companyId)
setCompanyId in interface 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 BaseModelWrapper<SamlSpMessage>