com.stratelia.silverpeas.portlet.model
Class PortletStateRow

java.lang.Object
  extended by com.stratelia.silverpeas.portlet.model.PortletStateRow

public class PortletStateRow
extends Object


Constructor Summary
PortletStateRow(int aId, int aState, int aUserId, int aPortletRowId)
           
 
Method Summary
 int getId()
           
 int getPortletRowId()
           
 int getState()
           
 int getUserId()
           
 void setId(int aId)
           
 void setPortletRowId(int aPortletRowId)
           
 void setState(int aState)
           
 void setUserId(int aUserId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletStateRow

public PortletStateRow(int aId,
                       int aState,
                       int aUserId,
                       int aPortletRowId)
Method Detail

getId

public int getId()

setId

public void setId(int aId)

getState

public int getState()

setState

public void setState(int aState)

getUserId

public int getUserId()

setUserId

public void setUserId(int aUserId)

getPortletRowId

public int getPortletRowId()

setPortletRowId

public void setPortletRowId(int aPortletRowId)


Copyright © 2016 Silverpeas. All Rights Reserved.