|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hyperic.hq.bizapp.shared.uibeans.ResourceTypeDisplaySummary
public abstract class ResourceTypeDisplaySummary
Represents the resource current health summary displayed on the "Current Health" views for a resource type. Note: the "performanceThreshold" and "thruputThreshold" levels are unlikely v1.0 features, so any effort beyond stub implementation until they're scheduled for release is probably unnecessary.
Constructor Summary | |
---|---|
ResourceTypeDisplaySummary()
|
Method Summary | |
---|---|
int |
compareTo(java.lang.Object o)
|
java.lang.Integer |
getAppdefTypeId()
|
java.lang.Double |
getAvailability()
|
java.lang.Integer |
getAvailTempl()
|
java.lang.Integer |
getNumResources()
|
java.lang.Double |
getPerformance()
Returns the performance for the resource. |
java.lang.String |
getPerformanceUnits()
|
java.lang.Integer |
getPerformTempl()
|
AppdefResourceTypeValue |
getResourceType()
|
abstract int |
getSummaryType()
Returns a constant describing the summarized resources. |
java.lang.Double |
getThroughput()
|
java.lang.Integer |
getThroughputTempl()
|
java.lang.String |
getThroughputUnits()
|
void |
setAppdefTypeId(java.lang.Integer integer)
|
void |
setAvailability(java.lang.Double availability)
|
void |
setAvailTempl(java.lang.Integer availTempl)
|
void |
setNumResources(java.lang.Integer i)
|
void |
setPerformance(java.lang.Double performance)
Method setPerformance. |
void |
setPerformanceUnits(java.lang.String units)
|
void |
setPerformTempl(java.lang.Integer performTempl)
|
void |
setResourceType(AppdefResourceTypeValue resourceType)
Sets the resourceType. |
void |
setThroughput(java.lang.Double throughput)
|
void |
setThroughputTempl(java.lang.Integer throughputTempl)
|
void |
setThroughputUnits(java.lang.String throughputUnits)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ResourceTypeDisplaySummary()
Method Detail |
---|
public abstract int getSummaryType()
UIConstants
public java.lang.Double getAvailability()
public void setAvailability(java.lang.Double availability)
public java.lang.Double getThroughput()
public void setThroughput(java.lang.Double throughput)
public java.lang.Double getPerformance()
public void setPerformance(java.lang.Double performance)
performance
- The performance to setpublic AppdefResourceTypeValue getResourceType()
public void setResourceType(AppdefResourceTypeValue resourceType)
resourceType
- The resourceType to setpublic java.lang.Integer getNumResources()
public void setNumResources(java.lang.Integer i)
public java.lang.Integer getAppdefTypeId()
public void setAppdefTypeId(java.lang.Integer integer)
public java.lang.String getThroughputUnits()
public void setThroughputUnits(java.lang.String throughputUnits)
public java.lang.Integer getAvailTempl()
public void setAvailTempl(java.lang.Integer availTempl)
public java.lang.Integer getPerformTempl()
public void setPerformTempl(java.lang.Integer performTempl)
public void setPerformanceUnits(java.lang.String units)
public java.lang.String getPerformanceUnits()
public java.lang.Integer getThroughputTempl()
public void setThroughputTempl(java.lang.Integer throughputTempl)
public java.lang.String toString()
toString
in class java.lang.Object
public int compareTo(java.lang.Object o)
compareTo
in interface java.lang.Comparable
|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |