org.rhq.core.domain.dashboard
Class DashboardPortlet

java.lang.Object
  extended by org.rhq.core.domain.dashboard.DashboardPortlet
All Implemented Interfaces:
Serializable

public class DashboardPortlet
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
DashboardPortlet()
           
DashboardPortlet(String name, String portletKey, int height)
           
 
Method Summary
 DashboardPortlet deepCopy(boolean keepIds)
           
 boolean equals(Object obj)
           
 int getColumn()
           
 Configuration getConfiguration()
           
 Dashboard getDashboard()
           
 int getHeight()
           
 int getId()
           
 int getIndex()
           
 String getName()
           
 String getPortletKey()
           
 int hashCode()
           
 void setColumn(int column)
           
 void setConfiguration(Configuration configuration)
           
 void setDashboard(Dashboard dashboard)
           
 void setHeight(int height)
           
 void setId(int id)
           
 void setIndex(int index)
           
 void setName(String name)
           
 void setPortletKey(String portletKey)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DashboardPortlet

public DashboardPortlet()

DashboardPortlet

public DashboardPortlet(String name,
                        String portletKey,
                        int height)
Method Detail

getId

public int getId()

getPortletKey

public String getPortletKey()

getName

public String getName()

getColumn

public int getColumn()

getIndex

public int getIndex()

getHeight

public int getHeight()

setId

public void setId(int id)

setPortletKey

public void setPortletKey(String portletKey)

setName

public void setName(String name)

setColumn

public void setColumn(int column)

setIndex

public void setIndex(int index)

setHeight

public void setHeight(int height)

getDashboard

public Dashboard getDashboard()

setDashboard

public void setDashboard(Dashboard dashboard)

getConfiguration

public Configuration getConfiguration()

setConfiguration

public void setConfiguration(Configuration configuration)

deepCopy

public DashboardPortlet deepCopy(boolean keepIds)

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2008-2011 Red Hat, Inc.. All Rights Reserved.