com.liferay.portal.model
Interface UserIdMapperModel
- All Superinterfaces:
- BaseModel, java.lang.Cloneable, java.lang.Comparable, java.io.Serializable
- All Known Subinterfaces:
- UserIdMapper
- public interface UserIdMapperModel
- extends BaseModel
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.
- Author:
- Brian Wing Shun Chan
- See Also:
com.liferay.portal.service.model.UserIdMapper
,
com.liferay.portal.service.model.impl.UserIdMapperImpl
,
com.liferay.portal.service.model.impl.UserIdMapperModelImpl
Methods inherited from interface java.lang.Comparable |
compareTo |
getPrimaryKey
public long getPrimaryKey()
setPrimaryKey
public void setPrimaryKey(long pk)
getUserIdMapperId
public long getUserIdMapperId()
setUserIdMapperId
public void setUserIdMapperId(long userIdMapperId)
getUserId
public long getUserId()
setUserId
public void setUserId(long userId)
getType
public java.lang.String getType()
setType
public void setType(java.lang.String type)
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String description)
getExternalUserId
public java.lang.String getExternalUserId()
setExternalUserId
public void setExternalUserId(java.lang.String externalUserId)