com.liferay.portal.model
Interface PortletPreferencesModel
- All Superinterfaces:
- BaseModel, java.lang.Cloneable, java.lang.Comparable, java.io.Serializable
- All Known Subinterfaces:
- PortletPreferences
- public interface PortletPreferencesModel
- 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 PortletPreferences
table in the database.
- Author:
- Brian Wing Shun Chan
- See Also:
com.liferay.portal.service.model.PortletPreferences
,
com.liferay.portal.service.model.impl.PortletPreferencesImpl
,
com.liferay.portal.service.model.impl.PortletPreferencesModelImpl
Methods inherited from interface java.lang.Comparable |
compareTo |
getPrimaryKey
public long getPrimaryKey()
setPrimaryKey
public void setPrimaryKey(long pk)
getPortletPreferencesId
public long getPortletPreferencesId()
setPortletPreferencesId
public void setPortletPreferencesId(long portletPreferencesId)
getOwnerId
public long getOwnerId()
setOwnerId
public void setOwnerId(long ownerId)
getOwnerType
public int getOwnerType()
setOwnerType
public void setOwnerType(int ownerType)
getPlid
public long getPlid()
setPlid
public void setPlid(long plid)
getPortletId
public java.lang.String getPortletId()
setPortletId
public void setPortletId(java.lang.String portletId)
getPreferences
public java.lang.String getPreferences()
setPreferences
public void setPreferences(java.lang.String preferences)