com.stratelia.silverpeas.portlet.model
Class PortletRowRow
java.lang.Object
com.stratelia.silverpeas.portlet.model.PortletRowRow
public class PortletRowRow
- extends Object
Constructor Summary |
PortletRowRow(int aId,
int aInstanceId,
int aPortletColumnId,
int aRowHeight,
int aNbRow)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletRowRow
public PortletRowRow(int aId,
int aInstanceId,
int aPortletColumnId,
int aRowHeight,
int aNbRow)
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.