@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 |
|---|---|
java.lang.Object |
clone() |
int |
compareTo(SamlSpMessage samlSpMessage) |
long |
getCompanyId()
Returns the company ID of this saml sp message.
|
java.util.Date |
getCreateDate()
Returns the create date of this saml sp message.
|
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
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.io.Serializable |
getPrimaryKeyObj() |
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.
|
int |
hashCode() |
boolean |
isCachedModel() |
boolean |
isEscapedModel() |
boolean |
isNew() |
void |
setCachedModel(boolean cachedModel) |
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 |
setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel) |
void |
setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
setExpirationDate(java.util.Date expirationDate)
Sets the expiration date of this saml sp message.
|
void |
setNew(boolean n) |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this saml sp message.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
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.
|
com.liferay.portal.kernel.model.CacheModel<SamlSpMessage> |
toCacheModel() |
SamlSpMessage |
toEscapedModel() |
java.lang.String |
toString() |
SamlSpMessage |
toUnescapedModel() |
java.lang.String |
toXmlString() |
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.ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - 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 messageboolean isNew()
isNew in interface com.liferay.portal.kernel.model.BaseModel<SamlSpMessage>void setNew(boolean n)
setNew in interface com.liferay.portal.kernel.model.BaseModel<SamlSpMessage>boolean isCachedModel()
isCachedModel in interface com.liferay.portal.kernel.model.BaseModel<SamlSpMessage>void setCachedModel(boolean cachedModel)
setCachedModel in interface com.liferay.portal.kernel.model.BaseModel<SamlSpMessage>boolean isEscapedModel()
isEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<SamlSpMessage>java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<SamlSpMessage>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelvoid setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<SamlSpMessage>setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelcom.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<SamlSpMessage>getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModelvoid setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<SamlSpMessage>void setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<SamlSpMessage>void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<SamlSpMessage>java.lang.Object clone()
clone in interface com.liferay.portal.kernel.model.BaseModel<SamlSpMessage>int compareTo(SamlSpMessage samlSpMessage)
compareTo in interface java.lang.Comparable<SamlSpMessage>int hashCode()
hashCode in class java.lang.Objectcom.liferay.portal.kernel.model.CacheModel<SamlSpMessage> toCacheModel()
toCacheModel in interface com.liferay.portal.kernel.model.BaseModel<SamlSpMessage>SamlSpMessage toEscapedModel()
toEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<SamlSpMessage>SamlSpMessage toUnescapedModel()
toUnescapedModel in interface com.liferay.portal.kernel.model.BaseModel<SamlSpMessage>java.lang.String toString()
toString in class java.lang.Objectjava.lang.String toXmlString()
toXmlString in interface com.liferay.portal.kernel.model.BaseModel<SamlSpMessage>