@ProviderType public class UserIdMapperWrapper extends java.lang.Object implements UserIdMapper, ModelWrapper<UserIdMapper>
This class is a wrapper for UserIdMapper.
UserIdMapper,
Serialized Form| Constructor and Description |
|---|
UserIdMapperWrapper(UserIdMapper userIdMapper) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Creates a shallow clone of this model instance.
|
int |
compareTo(UserIdMapper userIdMapper) |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDescription()
Returns the description of this user ID mapper.
|
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance.
|
java.lang.String |
getExternalUserId()
Returns the external user ID of this user ID mapper.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.lang.Class<?> |
getModelClass() |
java.lang.String |
getModelClassName() |
long |
getPrimaryKey()
Returns the primary key of this user ID mapper.
|
java.io.Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance.
|
java.lang.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.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this user ID mapper.
|
UserIdMapper |
getWrappedModel() |
UserIdMapper |
getWrappedUserIdMapper()
Deprecated.
As of 6.1.0, replaced by
getWrappedModel() |
int |
hashCode() |
boolean |
isCachedModel()
Returns
true if this model instance was retrieved from the
entity cache. |
boolean |
isEscapedModel()
Returns
true if this model instance is escaped. |
boolean |
isNew()
Returns
true if this model instance does not yet exist in
the database. |
void |
persist()
Updates this model instance in the database or adds it if it does not yet
exist.
|
void |
resetOriginalValues()
Reset all original fields to current values.
|
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache.
|
void |
setDescription(java.lang.String description)
Sets the description of this user ID mapper.
|
void |
setExpandoBridgeAttributes(BaseModel<?> baseModel) |
void |
setExpandoBridgeAttributes(ExpandoBridge expandoBridge) |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the
attributes stored in the service context.
|
void |
setExternalUserId(java.lang.String externalUserId)
Sets the external user ID of this user ID mapper.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this user ID mapper.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
Sets the primary key of this model instance.
|
void |
setType(java.lang.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(java.lang.String userUuid)
Sets the user uuid of this user ID mapper.
|
CacheModel<UserIdMapper> |
toCacheModel()
Returns a cache model object for this entity used by entity cache.
|
UserIdMapper |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it
with an
AutoEscapeBeanHandler. |
java.lang.String |
toString() |
UserIdMapper |
toUnescapedModel() |
java.lang.String |
toXmlString()
Returns the XML representation of this model instance.
|
public UserIdMapperWrapper(UserIdMapper userIdMapper)
public java.lang.Class<?> getModelClass()
getModelClass in interface ClassedModelpublic java.lang.String getModelClassName()
getModelClassName in interface ClassedModelpublic java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface BaseModel<UserIdMapper>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface BaseModel<UserIdMapper>public long getPrimaryKey()
getPrimaryKey in interface UserIdMapperModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface UserIdMapperModelprimaryKey - the primary key of this user ID mapperpublic long getUserIdMapperId()
getUserIdMapperId in interface UserIdMapperModelpublic void setUserIdMapperId(long userIdMapperId)
setUserIdMapperId in interface UserIdMapperModeluserIdMapperId - the user ID mapper ID of this user ID mapperpublic long getUserId()
getUserId in interface UserIdMapperModelpublic void setUserId(long userId)
setUserId in interface UserIdMapperModeluserId - the user ID of this user ID mapperpublic java.lang.String getUserUuid()
throws SystemException
getUserUuid in interface UserIdMapperModelSystemException - if a system exception occurredpublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface UserIdMapperModeluserUuid - the user uuid of this user ID mapperpublic java.lang.String getType()
getType in interface UserIdMapperModelpublic void setType(java.lang.String type)
setType in interface UserIdMapperModeltype - the type of this user ID mapperpublic java.lang.String getDescription()
getDescription in interface UserIdMapperModelpublic void setDescription(java.lang.String description)
setDescription in interface UserIdMapperModeldescription - the description of this user ID mapperpublic java.lang.String getExternalUserId()
getExternalUserId in interface UserIdMapperModelpublic void setExternalUserId(java.lang.String externalUserId)
setExternalUserId in interface UserIdMapperModelexternalUserId - the external user ID of this user ID mapperpublic boolean isNew()
BaseModeltrue if this model instance does not yet exist in
the database.isNew in interface BaseModel<UserIdMapper>isNew in interface UserIdMapperModeltrue if this model instance does not yet exist in
the database; false otherwisepublic void setNew(boolean n)
BaseModelsetNew in interface BaseModel<UserIdMapper>setNew in interface UserIdMapperModeln - whether this model instance does not yet exist in the databasepublic boolean isCachedModel()
BaseModeltrue if this model instance was retrieved from the
entity cache.isCachedModel in interface BaseModel<UserIdMapper>isCachedModel in interface UserIdMapperModeltrue if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public void setCachedModel(boolean cachedModel)
BaseModelsetCachedModel in interface BaseModel<UserIdMapper>setCachedModel in interface UserIdMapperModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic boolean isEscapedModel()
BaseModeltrue if this model instance is escaped.isEscapedModel in interface BaseModel<UserIdMapper>isEscapedModel in interface UserIdMapperModeltrue if this model instance is escaped;
false otherwisepublic java.io.Serializable getPrimaryKeyObj()
BaseModelgetPrimaryKeyObj in interface BaseModel<UserIdMapper>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface UserIdMapperModelpublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
BaseModelsetPrimaryKeyObj in interface BaseModel<UserIdMapper>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface UserIdMapperModelprimaryKeyObj - the primary key of this model instancepublic ExpandoBridge getExpandoBridge()
BaseModelgetExpandoBridge in interface BaseModel<UserIdMapper>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface UserIdMapperModelpublic void setExpandoBridgeAttributes(BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface BaseModel<UserIdMapper>setExpandoBridgeAttributes in interface UserIdMapperModelpublic void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface BaseModel<UserIdMapper>setExpandoBridgeAttributes in interface UserIdMapperModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModelsetExpandoBridgeAttributes in interface BaseModel<UserIdMapper>setExpandoBridgeAttributes in interface UserIdMapperModelserviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes(
)public java.lang.Object clone()
BaseModelclone in interface BaseModel<UserIdMapper>clone in interface UserIdMapperModelclone in class java.lang.Objectpublic int compareTo(UserIdMapper userIdMapper)
compareTo in interface UserIdMapperModelcompareTo in interface java.lang.Comparable<UserIdMapper>public int hashCode()
hashCode in interface UserIdMapperModelhashCode in class java.lang.Objectpublic CacheModel<UserIdMapper> toCacheModel()
BaseModeltoCacheModel in interface BaseModel<UserIdMapper>toCacheModel in interface UserIdMapperModelpublic UserIdMapper toEscapedModel()
BaseModelAutoEscapeBeanHandler.toEscapedModel in interface BaseModel<UserIdMapper>toEscapedModel in interface UserIdMapperModelAutoEscapeBeanHandlerpublic UserIdMapper toUnescapedModel()
toUnescapedModel in interface BaseModel<UserIdMapper>toUnescapedModel in interface UserIdMapperModelpublic java.lang.String toString()
toString in interface UserIdMapperModeltoString in class java.lang.Objectpublic java.lang.String toXmlString()
BaseModeltoXmlString in interface BaseModel<UserIdMapper>toXmlString in interface UserIdMapperModelpublic void persist()
throws SystemException
PersistedModelpersist in interface PersistedModelSystemException - if a system exception occurredpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic UserIdMapper getWrappedUserIdMapper()
getWrappedModel()public UserIdMapper getWrappedModel()
getWrappedModel in interface ModelWrapper<UserIdMapper>public void resetOriginalValues()
BaseModelresetOriginalValues in interface BaseModel<UserIdMapper>