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}
  • Constructor Details

    • UserIdMapperWrapper

      public UserIdMapperWrapper(UserIdMapper userIdMapper)
  • Method Details

    • getModelAttributes

      public Map<String,Object> getModelAttributes()
      Specified by:
      getModelAttributes in interface BaseModel<UserIdMapper>
    • setModelAttributes

      public void setModelAttributes(Map<String,Object> attributes)
      Specified by:
      setModelAttributes in interface BaseModel<UserIdMapper>
    • cloneWithOriginalValues

      public UserIdMapper cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface BaseModel<UserIdMapper>
      Specified by:
      cloneWithOriginalValues in interface UserIdMapperModel
    • getCompanyId

      public long getCompanyId()
      Returns the company ID of this user ID mapper.
      Specified by:
      getCompanyId in interface ShardedModel
      Specified by:
      getCompanyId in interface UserIdMapperModel
      Returns:
      the company ID of this user ID mapper
    • getDescription

      public String getDescription()
      Returns the description of this user ID mapper.
      Specified by:
      getDescription in interface UserIdMapperModel
      Returns:
      the description of this user ID mapper
    • getExternalUserId

      public String getExternalUserId()
      Returns the external user ID of this user ID mapper.
      Specified by:
      getExternalUserId in interface UserIdMapperModel
      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 interface MVCCModel
      Specified by:
      getMvccVersion in interface UserIdMapperModel
      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 interface UserIdMapperModel
      Returns:
      the primary key of this user ID mapper
    • getType

      public String getType()
      Returns the type of this user ID mapper.
      Specified by:
      getType in interface UserIdMapperModel
      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 interface UserIdMapperModel
      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 interface UserIdMapperModel
      Returns:
      the user ID mapper ID of this user ID mapper
    • getUserUuid

      public String getUserUuid()
      Returns the user uuid of this user ID mapper.
      Specified by:
      getUserUuid in interface UserIdMapperModel
      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 interface PersistedModel
    • setCompanyId

      public void setCompanyId(long companyId)
      Sets the company ID of this user ID mapper.
      Specified by:
      setCompanyId in interface ShardedModel
      Specified by:
      setCompanyId in interface UserIdMapperModel
      Parameters:
      companyId - the company ID of this user ID mapper
    • setDescription

      public void setDescription(String description)
      Sets the description of this user ID mapper.
      Specified by:
      setDescription in interface UserIdMapperModel
      Parameters:
      description - the description of this user ID mapper
    • setExternalUserId

      public void setExternalUserId(String externalUserId)
      Sets the external user ID of this user ID mapper.
      Specified by:
      setExternalUserId in interface UserIdMapperModel
      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 interface MVCCModel
      Specified by:
      setMvccVersion in interface UserIdMapperModel
      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 interface UserIdMapperModel
      Parameters:
      primaryKey - the primary key of this user ID mapper
    • setType

      public void setType(String type)
      Sets the type of this user ID mapper.
      Specified by:
      setType in interface UserIdMapperModel
      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 interface UserIdMapperModel
      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 interface UserIdMapperModel
      Parameters:
      userIdMapperId - the user ID mapper ID of this user ID mapper
    • setUserUuid

      public void setUserUuid(String userUuid)
      Sets the user uuid of this user ID mapper.
      Specified by:
      setUserUuid in interface UserIdMapperModel
      Parameters:
      userUuid - the user uuid of this user ID mapper
    • toXmlString

      public String toXmlString()
      Specified by:
      toXmlString in interface UserIdMapperModel
    • wrap

      protected UserIdMapperWrapper wrap(UserIdMapper userIdMapper)
      Specified by:
      wrap in class BaseModelWrapper<UserIdMapper>