com.stratelia.silverpeas.portlet.model
Class PortletColumnRow

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

public class PortletColumnRow
extends Object


Constructor Summary
PortletColumnRow(int aId, int aSpaceId, String aColumnWidth, int aNbCol)
           
 
Method Summary
 String getColumnWidth()
           
 int getId()
           
 int getNbCol()
           
 int getSpaceId()
           
 void setColumnWidth(String aColumnWidth)
           
 void setId(int aId)
           
 void setNbCol(int aNbCol)
           
 void setSpaceId(int aSpaceId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletColumnRow

public PortletColumnRow(int aId,
                        int aSpaceId,
                        String aColumnWidth,
                        int aNbCol)
Method Detail

getId

public int getId()

setId

public void setId(int aId)

getSpaceId

public int getSpaceId()

setSpaceId

public void setSpaceId(int aSpaceId)

getColumnWidth

public String getColumnWidth()

setColumnWidth

public void setColumnWidth(String aColumnWidth)

getNbCol

public int getNbCol()

setNbCol

public void setNbCol(int aNbCol)


Copyright © 2016 Silverpeas. All Rights Reserved.