public class UserIdMapperWrapper extends BaseModelWrapper<UserIdMapper> implements ModelWrapper<UserIdMapper>, UserIdMapper
This class is a wrapper for UserIdMapper.
UserIdMapper,
Serialized FormmodelUSER_ID_MAPPER_ID_ACCESSOR| Constructor and Description |
|---|
UserIdMapperWrapper(UserIdMapper userIdMapper) |
| Modifier and Type | Method and Description |
|---|---|
UserIdMapper |
cloneWithOriginalValues() |
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()
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 |
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, toXmlStringgetWrappedModelclone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNamepublic 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 UserIdMapper cloneWithOriginalValues()
cloneWithOriginalValues in interface BaseModel<UserIdMapper>cloneWithOriginalValues in interface UserIdMapperModelpublic long getCompanyId()
getCompanyId in interface ShardedModelgetCompanyId in interface UserIdMapperModelpublic String getDescription()
getDescription in interface UserIdMapperModelpublic String getExternalUserId()
getExternalUserId in interface UserIdMapperModelpublic long getMvccVersion()
getMvccVersion in interface MVCCModelgetMvccVersion in interface UserIdMapperModelpublic long getPrimaryKey()
getPrimaryKey in interface UserIdMapperModelpublic String getType()
getType in interface UserIdMapperModelpublic long getUserId()
getUserId in interface UserIdMapperModelpublic long getUserIdMapperId()
getUserIdMapperId in interface UserIdMapperModelpublic String getUserUuid()
getUserUuid in interface UserIdMapperModelpublic void persist()
PersistedModelpersist in interface PersistedModelpublic void setCompanyId(long companyId)
setCompanyId in interface ShardedModelsetCompanyId in interface UserIdMapperModelcompanyId - the company ID of this user ID mapperpublic void setDescription(String description)
setDescription in interface UserIdMapperModeldescription - the description of this user ID mapperpublic void setExternalUserId(String externalUserId)
setExternalUserId in interface UserIdMapperModelexternalUserId - the external user ID of this user ID mapperpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface MVCCModelsetMvccVersion in interface UserIdMapperModelmvccVersion - the mvcc version of this user ID mapperpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface UserIdMapperModelprimaryKey - the primary key of this user ID mapperpublic void setType(String type)
setType in interface UserIdMapperModeltype - the type of this user ID mapperpublic void setUserId(long userId)
setUserId in interface UserIdMapperModeluserId - the user ID of this user ID mapperpublic void setUserIdMapperId(long userIdMapperId)
setUserIdMapperId in interface UserIdMapperModeluserIdMapperId - the user ID mapper ID of this user ID mapperpublic void setUserUuid(String userUuid)
setUserUuid in interface UserIdMapperModeluserUuid - the user uuid of this user ID mapperprotected UserIdMapperWrapper wrap(UserIdMapper userIdMapper)
wrap in class BaseModelWrapper<UserIdMapper>