public class SamlSpAuthRequestWrapper extends BaseModelWrapper<SamlSpAuthRequest> implements ModelWrapper<SamlSpAuthRequest>, SamlSpAuthRequest
This class is a wrapper for SamlSpAuthRequest.
SamlSpAuthRequest,
Serialized FormmodelSAML_SP_AUTHN_REQUEST_ID_ACCESSOR| Constructor and Description |
|---|
SamlSpAuthRequestWrapper(SamlSpAuthRequest samlSpAuthRequest) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCompanyId()
Returns the company ID of this saml sp auth request.
|
java.util.Date |
getCreateDate()
Returns the create date of this saml sp auth request.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
long |
getPrimaryKey()
Returns the primary key of this saml sp auth request.
|
java.lang.String |
getSamlIdpEntityId()
Returns the saml idp entity ID of this saml sp auth request.
|
long |
getSamlSpAuthnRequestId()
Returns the saml sp authn request ID of this saml sp auth request.
|
java.lang.String |
getSamlSpAuthRequestKey()
Returns the saml sp auth request key of this saml sp auth request.
|
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 auth request.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this saml sp auth request.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this saml sp auth request.
|
void |
setSamlIdpEntityId(java.lang.String samlIdpEntityId)
Sets the saml idp entity ID of this saml sp auth request.
|
void |
setSamlSpAuthnRequestId(long samlSpAuthnRequestId)
Sets the saml sp authn request ID of this saml sp auth request.
|
void |
setSamlSpAuthRequestKey(java.lang.String samlSpAuthRequestKey)
Sets the saml sp auth request key of this saml sp auth request.
|
protected SamlSpAuthRequestWrapper |
wrap(SamlSpAuthRequest samlSpAuthRequest) |
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 SamlSpAuthRequestWrapper(SamlSpAuthRequest samlSpAuthRequest)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface BaseModel<SamlSpAuthRequest>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface BaseModel<SamlSpAuthRequest>public long getCompanyId()
getCompanyId in interface ShardedModelgetCompanyId in interface SamlSpAuthRequestModelpublic java.util.Date getCreateDate()
getCreateDate in interface SamlSpAuthRequestModelpublic long getPrimaryKey()
getPrimaryKey in interface SamlSpAuthRequestModelpublic java.lang.String getSamlIdpEntityId()
getSamlIdpEntityId in interface SamlSpAuthRequestModelpublic long getSamlSpAuthnRequestId()
getSamlSpAuthnRequestId in interface SamlSpAuthRequestModelpublic java.lang.String getSamlSpAuthRequestKey()
getSamlSpAuthRequestKey in interface SamlSpAuthRequestModelpublic void persist()
PersistedModelpersist in interface PersistedModelpublic void setCompanyId(long companyId)
setCompanyId in interface ShardedModelsetCompanyId in interface SamlSpAuthRequestModelcompanyId - the company ID of this saml sp auth requestpublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface SamlSpAuthRequestModelcreateDate - the create date of this saml sp auth requestpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface SamlSpAuthRequestModelprimaryKey - the primary key of this saml sp auth requestpublic void setSamlIdpEntityId(java.lang.String samlIdpEntityId)
setSamlIdpEntityId in interface SamlSpAuthRequestModelsamlIdpEntityId - the saml idp entity ID of this saml sp auth requestpublic void setSamlSpAuthnRequestId(long samlSpAuthnRequestId)
setSamlSpAuthnRequestId in interface SamlSpAuthRequestModelsamlSpAuthnRequestId - the saml sp authn request ID of this saml sp auth requestpublic void setSamlSpAuthRequestKey(java.lang.String samlSpAuthRequestKey)
setSamlSpAuthRequestKey in interface SamlSpAuthRequestModelsamlSpAuthRequestKey - the saml sp auth request key of this saml sp auth requestprotected SamlSpAuthRequestWrapper wrap(SamlSpAuthRequest samlSpAuthRequest)
wrap in class BaseModelWrapper<SamlSpAuthRequest>