com.stratelia.silverpeas.portlet.model
Class PortletRowRow

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

public class PortletRowRow
extends Object


Constructor Summary
PortletRowRow(int aId, int aInstanceId, int aPortletColumnId, int aRowHeight, int aNbRow)
           
 
Method Summary
 int getId()
           
 int getInstanceId()
           
 int getNbRow()
           
 int getPortletColumnId()
           
 int getRowHeight()
           
 void setId(int aId)
           
 void setInstanceId(int aInstanceId)
           
 void setNbRow(int aNbRow)
           
 void setPortletColumnId(int aPortletColumnId)
           
 void setRowHeight(int aRowHeight)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletRowRow

public PortletRowRow(int aId,
                     int aInstanceId,
                     int aPortletColumnId,
                     int aRowHeight,
                     int aNbRow)
Method Detail

getId

public int getId()

setId

public void setId(int aId)

getInstanceId

public int getInstanceId()

setInstanceId

public void setInstanceId(int aInstanceId)

getPortletColumnId

public int getPortletColumnId()

setPortletColumnId

public void setPortletColumnId(int aPortletColumnId)

getRowHeight

public int getRowHeight()

setRowHeight

public void setRowHeight(int aRowHeight)

getNbRow

public int getNbRow()

setNbRow

public void setNbRow(int aNbRow)


Copyright © 2016 Silverpeas. All Rights Reserved.