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
modelFields inherited from interface com.liferay.portal.kernel.model.UserIdMapper
USER_ID_MAPPER_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongReturns 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.longReturns the mvcc version of this user ID mapper.longReturns the primary key of this user ID mapper.getType()Returns the type of this user ID mapper.longReturns the user ID of this user ID mapper.longReturns the user ID mapper ID of this user ID mapper.Returns the user uuid of this user ID mapper.voidpersist()Updates this model instance in the database or adds it if it does not yet exist.voidsetCompanyId(long companyId) Sets the company ID of this user ID mapper.voidsetDescription(String description) Sets the description of this user ID mapper.voidsetExternalUserId(String externalUserId) Sets the external user ID of this user ID mapper.voidsetModelAttributes(Map<String, Object> attributes) voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this user ID mapper.voidsetPrimaryKey(long primaryKey) Sets the primary key of this user ID mapper.voidSets the type of this user ID mapper.voidsetUserId(long userId) Sets the user ID of this user ID mapper.voidsetUserIdMapperId(long userIdMapperId) Sets the user ID mapper ID of this user ID mapper.voidsetUserUuid(String userUuid) Sets the user uuid of this user ID mapper.protected UserIdMapperWrapperwrap(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, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
UserIdMapperWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfaceBaseModel<UserIdMapper>
-
setModelAttributes
- Specified by:
setModelAttributesin interfaceBaseModel<UserIdMapper>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfaceBaseModel<UserIdMapper>- Specified by:
cloneWithOriginalValuesin interfaceUserIdMapperModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this user ID mapper.- Specified by:
getCompanyIdin interfaceShardedModel- Specified by:
getCompanyIdin interfaceUserIdMapperModel- Returns:
- the company ID of this user ID mapper
-
getDescription
Returns the description of this user ID mapper.- Specified by:
getDescriptionin interfaceUserIdMapperModel- Returns:
- the description of this user ID mapper
-
getExternalUserId
Returns the external user ID of this user ID mapper.- Specified by:
getExternalUserIdin 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:
getMvccVersionin interfaceMVCCModel- Specified by:
getMvccVersionin 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:
getPrimaryKeyin interfaceUserIdMapperModel- Returns:
- the primary key of this user ID mapper
-
getType
Returns the type of this user ID mapper.- Specified by:
getTypein interfaceUserIdMapperModel- Returns:
- the type of this user ID mapper
-
getUserId
public long getUserId()Returns the user ID of this user ID mapper.- Specified by:
getUserIdin 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:
getUserIdMapperIdin interfaceUserIdMapperModel- Returns:
- the user ID mapper ID of this user ID mapper
-
getUserUuid
Returns the user uuid of this user ID mapper.- Specified by:
getUserUuidin interfaceUserIdMapperModel- Returns:
- the user uuid of this user ID mapper
-
persist
public void persist()Description copied from interface:PersistedModelUpdates this model instance in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.- Specified by:
persistin interfacePersistedModel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this user ID mapper.- Specified by:
setCompanyIdin interfaceShardedModel- Specified by:
setCompanyIdin interfaceUserIdMapperModel- Parameters:
companyId- the company ID of this user ID mapper
-
setDescription
Sets the description of this user ID mapper.- Specified by:
setDescriptionin interfaceUserIdMapperModel- Parameters:
description- the description of this user ID mapper
-
setExternalUserId
Sets the external user ID of this user ID mapper.- Specified by:
setExternalUserIdin 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:
setMvccVersionin interfaceMVCCModel- Specified by:
setMvccVersionin 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:
setPrimaryKeyin interfaceUserIdMapperModel- Parameters:
primaryKey- the primary key of this user ID mapper
-
setType
Sets the type of this user ID mapper.- Specified by:
setTypein 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:
setUserIdin 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:
setUserIdMapperIdin 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:
setUserUuidin interfaceUserIdMapperModel- Parameters:
userUuid- the user uuid of this user ID mapper
-
toXmlString
- Specified by:
toXmlStringin interfaceUserIdMapperModel
-
wrap
- Specified by:
wrapin classBaseModelWrapper<UserIdMapper>
-