public class SamlPeerBindingWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<SamlPeerBinding> implements com.liferay.portal.kernel.model.ModelWrapper<SamlPeerBinding>, SamlPeerBinding
This class is a wrapper for SamlPeerBinding
.
SamlPeerBinding
,
Serialized FormSAML_PEER_BINDING_ID_ACCESSOR
Constructor and Description |
---|
SamlPeerBindingWrapper(SamlPeerBinding 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.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
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 |
persist() |
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 |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
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.
|
java.lang.String |
toXmlString() |
protected SamlPeerBindingWrapper |
wrap(SamlPeerBinding samlPeerBinding) |
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
finalize, getClass, notify, notifyAll, wait, wait, wait
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
public SamlPeerBindingWrapper(SamlPeerBinding samlPeerBinding)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<SamlPeerBinding>
public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<SamlPeerBinding>
public SamlPeerBinding cloneWithOriginalValues()
cloneWithOriginalValues
in interface com.liferay.portal.kernel.model.BaseModel<SamlPeerBinding>
cloneWithOriginalValues
in interface SamlPeerBindingModel
public long getCompanyId()
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
getCompanyId
in interface SamlPeerBindingModel
public java.util.Date getCreateDate()
getCreateDate
in interface SamlPeerBindingModel
public boolean getDeleted()
getDeleted
in interface SamlPeerBindingModel
public long getPrimaryKey()
getPrimaryKey
in interface SamlPeerBindingModel
public java.lang.String getSamlNameIdFormat()
getSamlNameIdFormat
in interface SamlPeerBindingModel
public java.lang.String getSamlNameIdNameQualifier()
getSamlNameIdNameQualifier
in interface SamlPeerBindingModel
public java.lang.String getSamlNameIdSpNameQualifier()
getSamlNameIdSpNameQualifier
in interface SamlPeerBindingModel
public java.lang.String getSamlNameIdSpProvidedId()
getSamlNameIdSpProvidedId
in interface SamlPeerBindingModel
public java.lang.String getSamlNameIdValue()
getSamlNameIdValue
in interface SamlPeerBindingModel
public long getSamlPeerBindingId()
getSamlPeerBindingId
in interface SamlPeerBindingModel
public java.lang.String getSamlPeerEntityId()
getSamlPeerEntityId
in interface SamlPeerBindingModel
public long getUserId()
getUserId
in interface SamlPeerBindingModel
public java.lang.String getUserName()
getUserName
in interface SamlPeerBindingModel
public java.lang.String getUserUuid()
getUserUuid
in interface SamlPeerBindingModel
public boolean isDeleted()
true
if this saml peer binding is deleted.isDeleted
in interface SamlPeerBindingModel
true
if this saml peer binding is deleted; false
otherwisepublic void persist()
persist
in interface com.liferay.portal.kernel.model.PersistedModel
public void setCompanyId(long companyId)
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
setCompanyId
in interface SamlPeerBindingModel
companyId
- the company ID of this saml peer bindingpublic void setCreateDate(java.util.Date createDate)
setCreateDate
in interface SamlPeerBindingModel
createDate
- the create date of this saml peer bindingpublic void setDeleted(boolean deleted)
setDeleted
in interface SamlPeerBindingModel
deleted
- the deleted of this saml peer bindingpublic void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface SamlPeerBindingModel
primaryKey
- the primary key of this saml peer bindingpublic void setSamlNameIdFormat(java.lang.String samlNameIdFormat)
setSamlNameIdFormat
in interface SamlPeerBindingModel
samlNameIdFormat
- the saml name ID format of this saml peer bindingpublic void setSamlNameIdNameQualifier(java.lang.String samlNameIdNameQualifier)
setSamlNameIdNameQualifier
in interface SamlPeerBindingModel
samlNameIdNameQualifier
- the saml name ID name qualifier of this saml peer bindingpublic void setSamlNameIdSpNameQualifier(java.lang.String samlNameIdSpNameQualifier)
setSamlNameIdSpNameQualifier
in interface SamlPeerBindingModel
samlNameIdSpNameQualifier
- the saml name ID sp name qualifier of this saml peer bindingpublic void setSamlNameIdSpProvidedId(java.lang.String samlNameIdSpProvidedId)
setSamlNameIdSpProvidedId
in interface SamlPeerBindingModel
samlNameIdSpProvidedId
- the saml name ID sp provided ID of this saml peer bindingpublic void setSamlNameIdValue(java.lang.String samlNameIdValue)
setSamlNameIdValue
in interface SamlPeerBindingModel
samlNameIdValue
- the saml name ID value of this saml peer bindingpublic void setSamlPeerBindingId(long samlPeerBindingId)
setSamlPeerBindingId
in interface SamlPeerBindingModel
samlPeerBindingId
- the saml peer binding ID of this saml peer bindingpublic void setSamlPeerEntityId(java.lang.String samlPeerEntityId)
setSamlPeerEntityId
in interface SamlPeerBindingModel
samlPeerEntityId
- the saml peer entity ID of this saml peer bindingpublic void setUserId(long userId)
setUserId
in interface SamlPeerBindingModel
userId
- the user ID of this saml peer bindingpublic void setUserName(java.lang.String userName)
setUserName
in interface SamlPeerBindingModel
userName
- the user name of this saml peer bindingpublic void setUserUuid(java.lang.String userUuid)
setUserUuid
in interface SamlPeerBindingModel
userUuid
- the user uuid of this saml peer bindingpublic java.lang.String toXmlString()
toXmlString
in interface SamlPeerBindingModel
protected SamlPeerBindingWrapper wrap(SamlPeerBinding samlPeerBinding)
wrap
in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<SamlPeerBinding>