com.liferay.portal.model
Interface UserIdMapper

All Superinterfaces:
BaseModel, java.lang.Cloneable, java.lang.Comparable, java.io.Serializable, UserIdMapperModel

public interface UserIdMapper
extends UserIdMapperModel

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This interface is a model that represents the UserIdMapper table in the database.

Customize com.liferay.portal.model.impl.UserIdMapperImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
UserIdMapperModel, UserIdMapperImpl, UserIdMapperModelImpl

Method Summary
 
Methods inherited from interface com.liferay.portal.model.UserIdMapperModel
getDescription, getExternalUserId, getPrimaryKey, getType, getUserId, getUserIdMapperId, setDescription, setExternalUserId, setPrimaryKey, setType, setUserId, setUserIdMapperId, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo