org.rhq.enterprise.gui.legacy
Class WebUserPreferences.AlertsPortletPreferences

java.lang.Object
  extended by org.rhq.enterprise.gui.legacy.WebUserPreferences.AlertsPortletPreferences
Enclosing class:
WebUserPreferences

public static class WebUserPreferences.AlertsPortletPreferences
extends Object


Field Summary
 int count
           
 String displayAll
           
 int priority
           
 long timeRange
           
 
Constructor Summary
WebUserPreferences.AlertsPortletPreferences()
           
 
Method Summary
 void addResource(int resourceId)
           
 int[] asArray()
           
 boolean contains(int resourceId)
           
 void removeResource(int resourceId)
           
 void setResource(List<Integer> resourceIds)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

count

public int count

priority

public int priority

timeRange

public long timeRange

displayAll

public String displayAll
Constructor Detail

WebUserPreferences.AlertsPortletPreferences

public WebUserPreferences.AlertsPortletPreferences()
Method Detail

asArray

public int[] asArray()

removeResource

public void removeResource(int resourceId)

addResource

public void addResource(int resourceId)

setResource

public void setResource(List<Integer> resourceIds)

contains

public boolean contains(int resourceId)

toString

public String toString()
Overrides:
toString in class Object


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