public class UserIdMapperWrapper extends BaseModelWrapper<UserIdMapper> implements ModelWrapper<UserIdMapper>, UserIdMapper
This class is a wrapper for UserIdMapper
.
UserIdMapper
,
Serialized Formmodel
USER_ID_MAPPER_ID_ACCESSOR
Constructor and Description |
---|
UserIdMapperWrapper(UserIdMapper userIdMapper) |
Modifier and Type | Method and Description |
---|---|
long |
getCompanyId()
Returns the company ID of this user ID mapper.
|
String |
getDescription()
Returns the description of this user ID mapper.
|
String |
getExternalUserId()
Returns the external user ID of this user ID mapper.
|
Map<String,Object> |
getModelAttributes() |
long |
getMvccVersion()
Returns the mvcc version of this user ID mapper.
|
long |
getPrimaryKey()
Returns the primary key of this user ID mapper.
|
String |
getType()
Returns the type of this user ID mapper.
|
long |
getUserId()
Returns the user ID of this user ID mapper.
|
long |
getUserIdMapperId()
Returns the user ID mapper ID of this user ID mapper.
|
String |
getUserUuid()
Returns the user uuid of this user ID mapper.
|
void |
persist()
NOTE FOR DEVELOPERS:
Never modify or reference this class directly.
|
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 |
setType(String type)
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) |
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, toXmlString
getWrappedModel
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlString
getModelClass, getModelClassName
public UserIdMapperWrapper(UserIdMapper userIdMapper)
public Map<String,Object> getModelAttributes()
getModelAttributes
in interface BaseModel<UserIdMapper>
public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes
in interface BaseModel<UserIdMapper>
public long getCompanyId()
getCompanyId
in interface ShardedModel
getCompanyId
in interface UserIdMapperModel
public String getDescription()
getDescription
in interface UserIdMapperModel
public String getExternalUserId()
getExternalUserId
in interface UserIdMapperModel
public long getMvccVersion()
getMvccVersion
in interface MVCCModel
getMvccVersion
in interface UserIdMapperModel
public long getPrimaryKey()
getPrimaryKey
in interface UserIdMapperModel
public String getType()
getType
in interface UserIdMapperModel
public long getUserId()
getUserId
in interface UserIdMapperModel
public long getUserIdMapperId()
getUserIdMapperId
in interface UserIdMapperModel
public String getUserUuid()
getUserUuid
in interface UserIdMapperModel
public void persist()
UserIdMapper
interface instead.persist
in interface PersistedModel
public void setCompanyId(long companyId)
setCompanyId
in interface ShardedModel
setCompanyId
in interface UserIdMapperModel
companyId
- the company ID of this user ID mapperpublic void setDescription(String description)
setDescription
in interface UserIdMapperModel
description
- the description of this user ID mapperpublic void setExternalUserId(String externalUserId)
setExternalUserId
in interface UserIdMapperModel
externalUserId
- the external user ID of this user ID mapperpublic void setMvccVersion(long mvccVersion)
setMvccVersion
in interface MVCCModel
setMvccVersion
in interface UserIdMapperModel
mvccVersion
- the mvcc version of this user ID mapperpublic void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface UserIdMapperModel
primaryKey
- the primary key of this user ID mapperpublic void setType(String type)
setType
in interface UserIdMapperModel
type
- the type of this user ID mapperpublic void setUserId(long userId)
setUserId
in interface UserIdMapperModel
userId
- the user ID of this user ID mapperpublic void setUserIdMapperId(long userIdMapperId)
setUserIdMapperId
in interface UserIdMapperModel
userIdMapperId
- the user ID mapper ID of this user ID mapperpublic void setUserUuid(String userUuid)
setUserUuid
in interface UserIdMapperModel
userUuid
- the user uuid of this user ID mapperprotected UserIdMapperWrapper wrap(UserIdMapper userIdMapper)
wrap
in class BaseModelWrapper<UserIdMapper>