Interface SamlPeerBindingModel
- All Superinterfaces:
com.liferay.portal.kernel.model.BaseModel<SamlPeerBinding>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<SamlPeerBinding>,Serializable,com.liferay.portal.kernel.model.ShardedModel
- All Known Subinterfaces:
SamlPeerBinding
- All Known Implementing Classes:
SamlPeerBindingWrapper
@ProviderType
public interface SamlPeerBindingModel
extends com.liferay.portal.kernel.model.BaseModel<SamlPeerBinding>, com.liferay.portal.kernel.model.ShardedModel
The base model interface for the SamlPeerBinding service. Represents a row in the "SamlPeerBinding" database table, with each column mapped to a property of this class.
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.
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionlongReturns the company ID of this saml peer binding.Returns the create date of this saml peer binding.booleanReturns the deleted of this saml peer binding.longReturns the primary key of this saml peer binding.Returns the saml name ID format of this saml peer binding.Returns the saml name ID name qualifier of this saml peer binding.Returns the saml name ID sp name qualifier of this saml peer binding.Returns the saml name ID sp provided ID of this saml peer binding.Returns the saml name ID value of this saml peer binding.longReturns the saml peer binding ID of this saml peer binding.Returns the saml peer entity ID of this saml peer binding.longReturns the user ID of this saml peer binding.Returns the user name of this saml peer binding.Returns the user uuid of this saml peer binding.booleanReturnstrueif this saml peer binding is deleted.voidsetCompanyId(long companyId) Sets the company ID of this saml peer binding.voidsetCreateDate(Date createDate) Sets the create date of this saml peer binding.voidsetDeleted(boolean deleted) Sets whether this saml peer binding is deleted.voidsetPrimaryKey(long primaryKey) Sets the primary key of this saml peer binding.voidsetSamlNameIdFormat(String samlNameIdFormat) Sets the saml name ID format of this saml peer binding.voidsetSamlNameIdNameQualifier(String samlNameIdNameQualifier) Sets the saml name ID name qualifier of this saml peer binding.voidsetSamlNameIdSpNameQualifier(String samlNameIdSpNameQualifier) Sets the saml name ID sp name qualifier of this saml peer binding.voidsetSamlNameIdSpProvidedId(String samlNameIdSpProvidedId) Sets the saml name ID sp provided ID of this saml peer binding.voidsetSamlNameIdValue(String samlNameIdValue) Sets the saml name ID value of this saml peer binding.voidsetSamlPeerBindingId(long samlPeerBindingId) Sets the saml peer binding ID of this saml peer binding.voidsetSamlPeerEntityId(String samlPeerEntityId) Sets the saml peer entity ID of this saml peer binding.voidsetUserId(long userId) Sets the user ID of this saml peer binding.voidsetUserName(String userName) Sets the user name of this saml peer binding.voidsetUserUuid(String userUuid) Sets the user uuid of this saml peer binding.default StringMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this saml peer binding.- Returns:
- the primary key of this saml peer binding
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this saml peer binding.- Parameters:
primaryKey- the primary key of this saml peer binding
-
getSamlPeerBindingId
long getSamlPeerBindingId()Returns the saml peer binding ID of this saml peer binding.- Returns:
- the saml peer binding ID of this saml peer binding
-
setSamlPeerBindingId
void setSamlPeerBindingId(long samlPeerBindingId) Sets the saml peer binding ID of this saml peer binding.- Parameters:
samlPeerBindingId- the saml peer binding ID of this saml peer binding
-
getCompanyId
long getCompanyId()Returns the company ID of this saml peer binding.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this saml peer binding
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this saml peer binding.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this saml peer binding
-
getCreateDate
Date getCreateDate()Returns the create date of this saml peer binding.- Returns:
- the create date of this saml peer binding
-
setCreateDate
Sets the create date of this saml peer binding.- Parameters:
createDate- the create date of this saml peer binding
-
getUserId
long getUserId()Returns the user ID of this saml peer binding.- Returns:
- the user ID of this saml peer binding
-
setUserId
void setUserId(long userId) Sets the user ID of this saml peer binding.- Parameters:
userId- the user ID of this saml peer binding
-
getUserUuid
String getUserUuid()Returns the user uuid of this saml peer binding.- Returns:
- the user uuid of this saml peer binding
-
setUserUuid
Sets the user uuid of this saml peer binding.- Parameters:
userUuid- the user uuid of this saml peer binding
-
getUserName
Returns the user name of this saml peer binding.- Returns:
- the user name of this saml peer binding
-
setUserName
Sets the user name of this saml peer binding.- Parameters:
userName- the user name of this saml peer binding
-
getDeleted
boolean getDeleted()Returns the deleted of this saml peer binding.- Returns:
- the deleted of this saml peer binding
-
isDeleted
boolean isDeleted()Returnstrueif this saml peer binding is deleted.- Returns:
trueif this saml peer binding is deleted;falseotherwise
-
setDeleted
void setDeleted(boolean deleted) Sets whether this saml peer binding is deleted.- Parameters:
deleted- the deleted of this saml peer binding
-
getSamlNameIdFormat
Returns the saml name ID format of this saml peer binding.- Returns:
- the saml name ID format of this saml peer binding
-
setSamlNameIdFormat
Sets the saml name ID format of this saml peer binding.- Parameters:
samlNameIdFormat- the saml name ID format of this saml peer binding
-
getSamlNameIdNameQualifier
Returns the saml name ID name qualifier of this saml peer binding.- Returns:
- the saml name ID name qualifier of this saml peer binding
-
setSamlNameIdNameQualifier
Sets the saml name ID name qualifier of this saml peer binding.- Parameters:
samlNameIdNameQualifier- the saml name ID name qualifier of this saml peer binding
-
getSamlNameIdSpNameQualifier
Returns the saml name ID sp name qualifier of this saml peer binding.- Returns:
- the saml name ID sp name qualifier of this saml peer binding
-
setSamlNameIdSpNameQualifier
Sets the saml name ID sp name qualifier of this saml peer binding.- Parameters:
samlNameIdSpNameQualifier- the saml name ID sp name qualifier of this saml peer binding
-
getSamlNameIdSpProvidedId
Returns the saml name ID sp provided ID of this saml peer binding.- Returns:
- the saml name ID sp provided ID of this saml peer binding
-
setSamlNameIdSpProvidedId
Sets the saml name ID sp provided ID of this saml peer binding.- Parameters:
samlNameIdSpProvidedId- the saml name ID sp provided ID of this saml peer binding
-
getSamlNameIdValue
Returns the saml name ID value of this saml peer binding.- Returns:
- the saml name ID value of this saml peer binding
-
setSamlNameIdValue
Sets the saml name ID value of this saml peer binding.- Parameters:
samlNameIdValue- the saml name ID value of this saml peer binding
-
getSamlPeerEntityId
Returns the saml peer entity ID of this saml peer binding.- Returns:
- the saml peer entity ID of this saml peer binding
-
setSamlPeerEntityId
Sets the saml peer entity ID of this saml peer binding.- Parameters:
samlPeerEntityId- the saml peer entity ID of this saml peer binding
-
cloneWithOriginalValues
SamlPeerBinding cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<SamlPeerBinding>
-
toXmlString
-