com.ibm.ram.client
Class RAMHomepageViewlet

java.lang.Object
  extended by com.ibm.ram.client.RAMHomepageViewlet

public class RAMHomepageViewlet
extends java.lang.Object

Represents a viewlet on a community home page

Since:
7.1
Author:
ebordeau

Method Summary
 java.lang.String getColspan()
           
 int getColumn()
          The content column this viewlet belongs to.
 java.lang.String getContent()
          Return the content of this viewlet
 java.lang.String getId()
          Return the id for this viewlet.
 java.lang.String getTitle()
          Return the title of this viewlet
 void setColspan(java.lang.String colspan)
           
 void setColumn(int column)
           
 void setContent(java.lang.String content)
          Set which column this viewlet belongs to.
 void setTitle(java.lang.String title)
          Set the title of this viewlet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getColspan

public java.lang.String getColspan()

setColspan

public void setColspan(java.lang.String colspan)

getColumn

public int getColumn()
The content column this viewlet belongs to.

Returns:
the column
Since:
7.1

setColumn

public void setColumn(int column)
Parameters:
column - the column to set

getId

public java.lang.String getId()
Return the id for this viewlet.

Returns:
the id
Since:
7.1

getTitle

public java.lang.String getTitle()
Return the title of this viewlet

Returns:
the title
Since:
7.1

setTitle

public void setTitle(java.lang.String title)
Set the title of this viewlet

Parameters:
title - the title to set
Since:
7.1

getContent

public java.lang.String getContent()
Return the content of this viewlet

Returns:
the content
Since:
7.1

setContent

public void setContent(java.lang.String content)
Set which column this viewlet belongs to.

Parameters:
content - the content to set
Since:
7.1