Liferay 7.0-ce-b4

com.liferay.portal.upgrade.v7_0_0.util
Class PortletPreferencesRow

java.lang.Object
  extended by com.liferay.portal.upgrade.v7_0_0.util.PortletPreferencesRow

public class PortletPreferencesRow
extends Object


Constructor Summary
PortletPreferencesRow(long portletPreferencesId, long ownerId, int ownerType, long plid, String portletId, String preferences)
           
 
Method Summary
 long getMvccVersion()
           
 long getOwnerId()
           
 int getOwnerType()
           
 long getPlid()
           
 String getPortletId()
           
 long getPortletPreferencesId()
           
 String getPreferences()
           
 void setMvccVersion(long mvccVersion)
           
 void setOwnerId(long ownerId)
           
 void setOwnerType(int ownerType)
           
 void setPlid(long plid)
           
 void setPortletId(String portletId)
           
 void setPortletPreferencesId(long portletPreferencesId)
           
 void setPreferences(String preferences)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletPreferencesRow

public PortletPreferencesRow(long portletPreferencesId,
                             long ownerId,
                             int ownerType,
                             long plid,
                             String portletId,
                             String preferences)
Method Detail

getMvccVersion

public long getMvccVersion()

getOwnerId

public long getOwnerId()

getOwnerType

public int getOwnerType()

getPlid

public long getPlid()

getPortletId

public String getPortletId()

getPortletPreferencesId

public long getPortletPreferencesId()

getPreferences

public String getPreferences()

setMvccVersion

public void setMvccVersion(long mvccVersion)

setOwnerId

public void setOwnerId(long ownerId)

setOwnerType

public void setOwnerType(int ownerType)

setPlid

public void setPlid(long plid)

setPortletId

public void setPortletId(String portletId)

setPortletPreferencesId

public void setPortletPreferencesId(long portletPreferencesId)

setPreferences

public void setPreferences(String preferences)

Liferay 7.0-ce-b4