org.hyperic.hq.bizapp.shared.uibeans
Class ProblemResourceSummary
java.lang.Object
org.hyperic.hq.bizapp.shared.uibeans.ProblemResourceSummary
- All Implemented Interfaces:
- java.io.Serializable
public class ProblemResourceSummary
- extends java.lang.Object
- implements java.io.Serializable
This bean is for end user representations of problem resources
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProblemResourceSummary
public ProblemResourceSummary(AppdefEntityValue entity,
ProblemResourceInfo problem)
throws AppdefEntityNotFoundException,
PermissionException
- Throws:
AppdefEntityNotFoundException
PermissionException
getAlertCount
public java.lang.Integer getAlertCount()
getOobCount
public java.lang.Integer getOobCount()
getEarliest
public java.lang.Long getEarliest()
getLatest
public java.lang.Long getLatest()
getEntityId
public AppdefEntityID getEntityId()
getEntityName
public java.lang.String getEntityName()
getResourceId
public int getResourceId()
getResourceType
public int getResourceType()
getAvailability
public double getAvailability()
setAvailability
public void setAvailability(double availability)
addProblemInfo
public void addProblemInfo(ProblemResourceInfo info)
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.