Package com.liferay.portal.kernel.model
Class UserIdMapperWrapper
Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<UserIdMapper>
com.liferay.portal.kernel.model.UserIdMapperWrapper
- All Implemented Interfaces:
BaseModel<UserIdMapper>
,ClassedModel
,ModelWrapper<UserIdMapper>
,MVCCModel
,PersistedModel
,ShardedModel
,UserIdMapper
,UserIdMapperModel
,Serializable
,Cloneable
,Comparable<UserIdMapper>
public class UserIdMapperWrapper
extends BaseModelWrapper<UserIdMapper>
implements ModelWrapper<UserIdMapper>, UserIdMapper
This class is a wrapper for UserIdMapper
.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
model
Fields inherited from interface com.liferay.portal.kernel.model.UserIdMapper
USER_ID_MAPPER_ID_ACCESSOR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the company ID of this user ID mapper.Returns the description of this user ID mapper.Returns the external user ID of this user ID mapper.long
Returns the mvcc version of this user ID mapper.long
Returns the primary key of this user ID mapper.getType()
Returns the type of this user ID mapper.long
Returns the user ID of this user ID mapper.long
Returns the user ID mapper ID of this user ID mapper.Returns the user uuid of this user ID mapper.void
persist()
Updates this model instance in the database or adds it if it does not yet exist.void
setCompanyId
(long companyId) Sets the company ID of this user ID mapper.void
setDescription
(String description) Sets the description of this user ID mapper.void
setExternalUserId
(String externalUserId) Sets the external user ID of this user ID mapper.void
setModelAttributes
(Map<String, Object> attributes) void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this user ID mapper.void
setPrimaryKey
(long primaryKey) Sets the primary key of this user ID mapper.void
Sets the type of this user ID mapper.void
setUserId
(long userId) Sets the user ID of this user ID mapper.void
setUserIdMapperId
(long userIdMapperId) Sets the user ID mapper ID of this user ID mapper.void
setUserUuid
(String userUuid) Sets the user uuid of this user ID mapper.protected UserIdMapperWrapper
wrap
(UserIdMapper userIdMapper) Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
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
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
UserIdMapperWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfaceBaseModel<UserIdMapper>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfaceBaseModel<UserIdMapper>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfaceBaseModel<UserIdMapper>
- Specified by:
cloneWithOriginalValues
in interfaceUserIdMapperModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this user ID mapper.- Specified by:
getCompanyId
in interfaceShardedModel
- Specified by:
getCompanyId
in interfaceUserIdMapperModel
- Returns:
- the company ID of this user ID mapper
-
getDescription
Returns the description of this user ID mapper.- Specified by:
getDescription
in interfaceUserIdMapperModel
- Returns:
- the description of this user ID mapper
-
getExternalUserId
Returns the external user ID of this user ID mapper.- Specified by:
getExternalUserId
in interfaceUserIdMapperModel
- Returns:
- the external user ID of this user ID mapper
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this user ID mapper.- Specified by:
getMvccVersion
in interfaceMVCCModel
- Specified by:
getMvccVersion
in interfaceUserIdMapperModel
- Returns:
- the mvcc version of this user ID mapper
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this user ID mapper.- Specified by:
getPrimaryKey
in interfaceUserIdMapperModel
- Returns:
- the primary key of this user ID mapper
-
getType
Returns the type of this user ID mapper.- Specified by:
getType
in interfaceUserIdMapperModel
- Returns:
- the type of this user ID mapper
-
getUserId
public long getUserId()Returns the user ID of this user ID mapper.- Specified by:
getUserId
in interfaceUserIdMapperModel
- Returns:
- the user ID of this user ID mapper
-
getUserIdMapperId
public long getUserIdMapperId()Returns the user ID mapper ID of this user ID mapper.- Specified by:
getUserIdMapperId
in interfaceUserIdMapperModel
- Returns:
- the user ID mapper ID of this user ID mapper
-
getUserUuid
Returns the user uuid of this user ID mapper.- Specified by:
getUserUuid
in interfaceUserIdMapperModel
- Returns:
- the user uuid of this user ID mapper
-
persist
public void persist()Description copied from interface:PersistedModel
Updates this model instance in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.- Specified by:
persist
in interfacePersistedModel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this user ID mapper.- Specified by:
setCompanyId
in interfaceShardedModel
- Specified by:
setCompanyId
in interfaceUserIdMapperModel
- Parameters:
companyId
- the company ID of this user ID mapper
-
setDescription
Sets the description of this user ID mapper.- Specified by:
setDescription
in interfaceUserIdMapperModel
- Parameters:
description
- the description of this user ID mapper
-
setExternalUserId
Sets the external user ID of this user ID mapper.- Specified by:
setExternalUserId
in interfaceUserIdMapperModel
- Parameters:
externalUserId
- the external user ID of this user ID mapper
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this user ID mapper.- Specified by:
setMvccVersion
in interfaceMVCCModel
- Specified by:
setMvccVersion
in interfaceUserIdMapperModel
- Parameters:
mvccVersion
- the mvcc version of this user ID mapper
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this user ID mapper.- Specified by:
setPrimaryKey
in interfaceUserIdMapperModel
- Parameters:
primaryKey
- the primary key of this user ID mapper
-
setType
Sets the type of this user ID mapper.- Specified by:
setType
in interfaceUserIdMapperModel
- Parameters:
type
- the type of this user ID mapper
-
setUserId
public void setUserId(long userId) Sets the user ID of this user ID mapper.- Specified by:
setUserId
in interfaceUserIdMapperModel
- Parameters:
userId
- the user ID of this user ID mapper
-
setUserIdMapperId
public void setUserIdMapperId(long userIdMapperId) Sets the user ID mapper ID of this user ID mapper.- Specified by:
setUserIdMapperId
in interfaceUserIdMapperModel
- Parameters:
userIdMapperId
- the user ID mapper ID of this user ID mapper
-
setUserUuid
Sets the user uuid of this user ID mapper.- Specified by:
setUserUuid
in interfaceUserIdMapperModel
- Parameters:
userUuid
- the user uuid of this user ID mapper
-
toXmlString
- Specified by:
toXmlString
in interfaceUserIdMapperModel
-
wrap
- Specified by:
wrap
in classBaseModelWrapper<UserIdMapper>
-