@ProviderType public interface SamlSpMessageModel extends com.liferay.portal.kernel.model.BaseModel<SamlSpMessage>, com.liferay.portal.kernel.model.ShardedModel
This interface and its corresponding implementation com.liferay.saml.persistence.model.impl.SamlSpMessageModelImpl
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.SamlSpMessageImpl
.
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.
|
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.
|
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 |
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.
|
default java.lang.String |
toXmlString() |
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey
- the primary key of this saml sp messagelong getSamlSpMessageId()
void setSamlSpMessageId(long samlSpMessageId)
samlSpMessageId
- the saml sp message ID of this saml sp messagelong getCompanyId()
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
void setCompanyId(long companyId)
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
companyId
- the company ID of this saml sp messagejava.util.Date getCreateDate()
void setCreateDate(java.util.Date createDate)
createDate
- the create date of this saml sp message@AutoEscape java.lang.String getSamlIdpEntityId()
void setSamlIdpEntityId(java.lang.String samlIdpEntityId)
samlIdpEntityId
- the saml idp entity ID of this saml sp message@AutoEscape java.lang.String getSamlIdpResponseKey()
void setSamlIdpResponseKey(java.lang.String samlIdpResponseKey)
samlIdpResponseKey
- the saml idp response key of this saml sp messagejava.util.Date getExpirationDate()
void setExpirationDate(java.util.Date expirationDate)
expirationDate
- the expiration date of this saml sp messageSamlSpMessage cloneWithOriginalValues()
cloneWithOriginalValues
in interface com.liferay.portal.kernel.model.BaseModel<SamlSpMessage>
default java.lang.String toXmlString()