com.liferay.portal.model
Class UserIdMapperWrapper
java.lang.Object
com.liferay.portal.model.UserIdMapperWrapper
- All Implemented Interfaces:
- BaseModel<UserIdMapper>, UserIdMapper, UserIdMapperModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<UserIdMapper>
public class UserIdMapperWrapper
- extends java.lang.Object
- implements UserIdMapper
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for UserIdMapper
.
- Author:
- Brian Wing Shun Chan
- See Also:
UserIdMapper
,
Serialized Form- Generated:
Methods inherited from class java.lang.Object |
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
UserIdMapperWrapper
public UserIdMapperWrapper(UserIdMapper userIdMapper)
getPrimaryKey
public long getPrimaryKey()
- Specified by:
getPrimaryKey
in interface UserIdMapperModel
setPrimaryKey
public void setPrimaryKey(long pk)
- Specified by:
setPrimaryKey
in interface UserIdMapperModel
getUserIdMapperId
public long getUserIdMapperId()
- Specified by:
getUserIdMapperId
in interface UserIdMapperModel
setUserIdMapperId
public void setUserIdMapperId(long userIdMapperId)
- Specified by:
setUserIdMapperId
in interface UserIdMapperModel
getUserId
public long getUserId()
- Specified by:
getUserId
in interface UserIdMapperModel
setUserId
public void setUserId(long userId)
- Specified by:
setUserId
in interface UserIdMapperModel
getUserUuid
public java.lang.String getUserUuid()
throws com.liferay.portal.SystemException
- Specified by:
getUserUuid
in interface UserIdMapperModel
- Throws:
com.liferay.portal.SystemException
setUserUuid
public void setUserUuid(java.lang.String userUuid)
- Specified by:
setUserUuid
in interface UserIdMapperModel
getType
public java.lang.String getType()
- Specified by:
getType
in interface UserIdMapperModel
setType
public void setType(java.lang.String type)
- Specified by:
setType
in interface UserIdMapperModel
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription
in interface UserIdMapperModel
setDescription
public void setDescription(java.lang.String description)
- Specified by:
setDescription
in interface UserIdMapperModel
getExternalUserId
public java.lang.String getExternalUserId()
- Specified by:
getExternalUserId
in interface UserIdMapperModel
setExternalUserId
public void setExternalUserId(java.lang.String externalUserId)
- Specified by:
setExternalUserId
in interface UserIdMapperModel
isNew
public boolean isNew()
- Specified by:
isNew
in interface BaseModel<UserIdMapper>
- Specified by:
isNew
in interface UserIdMapperModel
setNew
public boolean setNew(boolean n)
- Specified by:
setNew
in interface BaseModel<UserIdMapper>
- Specified by:
setNew
in interface UserIdMapperModel
isCachedModel
public boolean isCachedModel()
- Specified by:
isCachedModel
in interface BaseModel<UserIdMapper>
- Specified by:
isCachedModel
in interface UserIdMapperModel
setCachedModel
public void setCachedModel(boolean cachedModel)
- Specified by:
setCachedModel
in interface BaseModel<UserIdMapper>
- Specified by:
setCachedModel
in interface UserIdMapperModel
isEscapedModel
public boolean isEscapedModel()
- Specified by:
isEscapedModel
in interface BaseModel<UserIdMapper>
- Specified by:
isEscapedModel
in interface UserIdMapperModel
setEscapedModel
public void setEscapedModel(boolean escapedModel)
- Specified by:
setEscapedModel
in interface BaseModel<UserIdMapper>
- Specified by:
setEscapedModel
in interface UserIdMapperModel
getPrimaryKeyObj
public java.io.Serializable getPrimaryKeyObj()
- Specified by:
getPrimaryKeyObj
in interface BaseModel<UserIdMapper>
- Specified by:
getPrimaryKeyObj
in interface UserIdMapperModel
getExpandoBridge
public ExpandoBridge getExpandoBridge()
- Specified by:
getExpandoBridge
in interface BaseModel<UserIdMapper>
- Specified by:
getExpandoBridge
in interface UserIdMapperModel
setExpandoBridgeAttributes
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
- Specified by:
setExpandoBridgeAttributes
in interface BaseModel<UserIdMapper>
- Specified by:
setExpandoBridgeAttributes
in interface UserIdMapperModel
clone
public java.lang.Object clone()
- Specified by:
clone
in interface BaseModel<UserIdMapper>
- Specified by:
clone
in interface UserIdMapperModel
- Overrides:
clone
in class java.lang.Object
compareTo
public int compareTo(UserIdMapper userIdMapper)
- Specified by:
compareTo
in interface UserIdMapperModel
- Specified by:
compareTo
in interface java.lang.Comparable<UserIdMapper>
hashCode
public int hashCode()
- Specified by:
hashCode
in interface UserIdMapperModel
- Overrides:
hashCode
in class java.lang.Object
toEscapedModel
public UserIdMapper toEscapedModel()
- Specified by:
toEscapedModel
in interface BaseModel<UserIdMapper>
- Specified by:
toEscapedModel
in interface UserIdMapperModel
toString
public java.lang.String toString()
- Specified by:
toString
in interface UserIdMapperModel
- Overrides:
toString
in class java.lang.Object
toXmlString
public java.lang.String toXmlString()
- Specified by:
toXmlString
in interface BaseModel<UserIdMapper>
- Specified by:
toXmlString
in interface UserIdMapperModel
getWrappedUserIdMapper
public UserIdMapper getWrappedUserIdMapper()