com.liferay.wsrp.model
Interface WSRPPortlet

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

public interface WSRPPortlet
extends WSRPPortletModel

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 WSRPPortlet table in the database.

Customize com.liferay.wsrp.model.impl.WSRPPortletImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
WSRPPortletModel, com.liferay.wsrp.model.impl.WSRPPortletImpl, com.liferay.wsrp.model.impl.WSRPPortletModelImpl

Method Summary
 
Methods inherited from interface com.liferay.wsrp.model.WSRPPortletModel
getChannelName, getConsumerId, getDisplayName, getKeywords, getMimeTypes, getName, getPortletHandle, getPortletId, getPrimaryKey, getProducerEntityId, getShortTitle, getStatus, getTitle, setChannelName, setConsumerId, setDisplayName, setKeywords, setMimeTypes, setName, setPortletHandle, setPortletId, setPrimaryKey, setProducerEntityId, setShortTitle, setStatus, setTitle, 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