@ProviderType public interface SamlPeerBindingModel extends com.liferay.portal.kernel.model.BaseModel<SamlPeerBinding>, com.liferay.portal.kernel.model.ShardedModel
This interface and its corresponding implementation com.liferay.saml.persistence.model.impl.SamlPeerBindingModelImpl
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.SamlPeerBindingImpl
.
SamlPeerBinding
Modifier and Type | Method and Description |
---|---|
SamlPeerBinding |
cloneWithOriginalValues() |
long |
getCompanyId()
Returns the company ID of this saml peer binding.
|
java.util.Date |
getCreateDate()
Returns the create date of this saml peer binding.
|
boolean |
getDeleted()
Returns the deleted of this saml peer binding.
|
long |
getPrimaryKey()
Returns the primary key of this saml peer binding.
|
java.lang.String |
getSamlNameIdFormat()
Returns the saml name ID format of this saml peer binding.
|
java.lang.String |
getSamlNameIdNameQualifier()
Returns the saml name ID name qualifier of this saml peer binding.
|
java.lang.String |
getSamlNameIdSpNameQualifier()
Returns the saml name ID sp name qualifier of this saml peer binding.
|
java.lang.String |
getSamlNameIdSpProvidedId()
Returns the saml name ID sp provided ID of this saml peer binding.
|
java.lang.String |
getSamlNameIdValue()
Returns the saml name ID value of this saml peer binding.
|
long |
getSamlPeerBindingId()
Returns the saml peer binding ID of this saml peer binding.
|
java.lang.String |
getSamlPeerEntityId()
Returns the saml peer entity ID of this saml peer binding.
|
long |
getUserId()
Returns the user ID of this saml peer binding.
|
java.lang.String |
getUserName()
Returns the user name of this saml peer binding.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this saml peer binding.
|
boolean |
isDeleted()
Returns
true if this saml peer binding is deleted. |
void |
setCompanyId(long companyId)
Sets the company ID of this saml peer binding.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this saml peer binding.
|
void |
setDeleted(boolean deleted)
Sets whether this saml peer binding is deleted.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this saml peer binding.
|
void |
setSamlNameIdFormat(java.lang.String samlNameIdFormat)
Sets the saml name ID format of this saml peer binding.
|
void |
setSamlNameIdNameQualifier(java.lang.String samlNameIdNameQualifier)
Sets the saml name ID name qualifier of this saml peer binding.
|
void |
setSamlNameIdSpNameQualifier(java.lang.String samlNameIdSpNameQualifier)
Sets the saml name ID sp name qualifier of this saml peer binding.
|
void |
setSamlNameIdSpProvidedId(java.lang.String samlNameIdSpProvidedId)
Sets the saml name ID sp provided ID of this saml peer binding.
|
void |
setSamlNameIdValue(java.lang.String samlNameIdValue)
Sets the saml name ID value of this saml peer binding.
|
void |
setSamlPeerBindingId(long samlPeerBindingId)
Sets the saml peer binding ID of this saml peer binding.
|
void |
setSamlPeerEntityId(java.lang.String samlPeerEntityId)
Sets the saml peer entity ID of this saml peer binding.
|
void |
setUserId(long userId)
Sets the user ID of this saml peer binding.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this saml peer binding.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this saml peer binding.
|
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 peer bindinglong getSamlPeerBindingId()
void setSamlPeerBindingId(long samlPeerBindingId)
samlPeerBindingId
- the saml peer binding ID of this saml peer bindinglong 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 peer bindingjava.util.Date getCreateDate()
void setCreateDate(java.util.Date createDate)
createDate
- the create date of this saml peer bindinglong getUserId()
void setUserId(long userId)
userId
- the user ID of this saml peer bindingjava.lang.String getUserUuid()
void setUserUuid(java.lang.String userUuid)
userUuid
- the user uuid of this saml peer binding@AutoEscape java.lang.String getUserName()
void setUserName(java.lang.String userName)
userName
- the user name of this saml peer bindingboolean getDeleted()
boolean isDeleted()
true
if this saml peer binding is deleted.true
if this saml peer binding is deleted; false
otherwisevoid setDeleted(boolean deleted)
deleted
- the deleted of this saml peer binding@AutoEscape java.lang.String getSamlNameIdFormat()
void setSamlNameIdFormat(java.lang.String samlNameIdFormat)
samlNameIdFormat
- the saml name ID format of this saml peer binding@AutoEscape java.lang.String getSamlNameIdNameQualifier()
void setSamlNameIdNameQualifier(java.lang.String samlNameIdNameQualifier)
samlNameIdNameQualifier
- the saml name ID name qualifier of this saml peer binding@AutoEscape java.lang.String getSamlNameIdSpNameQualifier()
void setSamlNameIdSpNameQualifier(java.lang.String samlNameIdSpNameQualifier)
samlNameIdSpNameQualifier
- the saml name ID sp name qualifier of this saml peer binding@AutoEscape java.lang.String getSamlNameIdSpProvidedId()
void setSamlNameIdSpProvidedId(java.lang.String samlNameIdSpProvidedId)
samlNameIdSpProvidedId
- the saml name ID sp provided ID of this saml peer binding@AutoEscape java.lang.String getSamlNameIdValue()
void setSamlNameIdValue(java.lang.String samlNameIdValue)
samlNameIdValue
- the saml name ID value of this saml peer binding@AutoEscape java.lang.String getSamlPeerEntityId()
void setSamlPeerEntityId(java.lang.String samlPeerEntityId)
samlPeerEntityId
- the saml peer entity ID of this saml peer bindingSamlPeerBinding cloneWithOriginalValues()
cloneWithOriginalValues
in interface com.liferay.portal.kernel.model.BaseModel<SamlPeerBinding>
default java.lang.String toXmlString()