Liferay 6.1.2-ce-ga3

com.liferay.portal.model.impl
Class UserIdMapperCacheModel

java.lang.Object
  extended by com.liferay.portal.model.impl.UserIdMapperCacheModel
All Implemented Interfaces:
CacheModel<UserIdMapper>, Serializable

public class UserIdMapperCacheModel
extends Object
implements CacheModel<UserIdMapper>, Serializable

The cache model class for representing UserIdMapper in entity cache.

See Also:
UserIdMapper, Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
 String description
           
 String externalUserId
           
 String type
           
 long userId
           
 long userIdMapperId
           
 
Constructor Summary
UserIdMapperCacheModel()
           
 
Method Summary
 UserIdMapper toEntityModel()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

userIdMapperId

public long userIdMapperId

userId

public long userId

type

public String type

description

public String description

externalUserId

public String externalUserId
Constructor Detail

UserIdMapperCacheModel

public UserIdMapperCacheModel()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toEntityModel

public UserIdMapper toEntityModel()
Specified by:
toEntityModel in interface CacheModel<UserIdMapper>

Liferay 6.1.2-ce-ga3