com.liferay.portal.model
Class UserIdMapperWrapper

java.lang.Object
  extended by 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:

Constructor Summary
UserIdMapperWrapper(UserIdMapper userIdMapper)
           
 
Method Summary
 java.lang.Object clone()
           
 int compareTo(UserIdMapper userIdMapper)
           
 java.lang.String getDescription()
           
 ExpandoBridge getExpandoBridge()
           
 java.lang.String getExternalUserId()
           
 long getPrimaryKey()
           
 java.io.Serializable getPrimaryKeyObj()
           
 java.lang.String getType()
           
 long getUserId()
           
 long getUserIdMapperId()
           
 java.lang.String getUserUuid()
           
 UserIdMapper getWrappedUserIdMapper()
           
 int hashCode()
           
 boolean isCachedModel()
           
 boolean isEscapedModel()
           
 boolean isNew()
           
 void setCachedModel(boolean cachedModel)
           
 void setDescription(java.lang.String description)
           
 void setEscapedModel(boolean escapedModel)
           
 void setExpandoBridgeAttributes(ServiceContext serviceContext)
           
 void setExternalUserId(java.lang.String externalUserId)
           
 boolean setNew(boolean n)
           
 void setPrimaryKey(long pk)
           
 void setType(java.lang.String type)
           
 void setUserId(long userId)
           
 void setUserIdMapperId(long userIdMapperId)
           
 void setUserUuid(java.lang.String userUuid)
           
 UserIdMapper toEscapedModel()
           
 java.lang.String toString()
           
 java.lang.String toXmlString()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UserIdMapperWrapper

public UserIdMapperWrapper(UserIdMapper userIdMapper)
Method Detail

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()