Liferay 6.1.2-ce-ga3

com.liferay.portal.model
Class PortletPreferencesIds

java.lang.Object
  extended by com.liferay.portal.model.PortletPreferencesIds
All Implemented Interfaces:
Serializable

public class PortletPreferencesIds
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
PortletPreferencesIds()
           
PortletPreferencesIds(long companyId, long ownerId, int ownerType, long plid, String portletId)
           
 
Method Summary
 long getCompanyId()
           
 long getOwnerId()
           
 int getOwnerType()
           
 long getPlid()
           
 String getPortletId()
           
 void setCompanyId(long companyId)
           
 void setOwnerId(long ownerId)
           
 void setOwnerType(int ownerType)
           
 void setPlid(long plid)
           
 void setPortletId(String portletId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletPreferencesIds

public PortletPreferencesIds()

PortletPreferencesIds

public PortletPreferencesIds(long companyId,
                             long ownerId,
                             int ownerType,
                             long plid,
                             String portletId)
Method Detail

getCompanyId

public long getCompanyId()

getOwnerId

public long getOwnerId()

getOwnerType

public int getOwnerType()

getPlid

public long getPlid()

getPortletId

public String getPortletId()

setCompanyId

public void setCompanyId(long companyId)

setOwnerId

public void setOwnerId(long ownerId)

setOwnerType

public void setOwnerType(int ownerType)

setPlid

public void setPlid(long plid)

setPortletId

public void setPortletId(String portletId)

Liferay 6.1.2-ce-ga3