com.ibm.ram.common.data
Class AssetRating

java.lang.Object
  extended by com.ibm.ram.common.data.AssetRating
Direct Known Subclasses:
RAMAssetRating

public class AssetRating
extends java.lang.Object

Provides one rating of an asset

Since:
7.1

Constructor Summary
AssetRating()
           
 
Method Summary
 int getCount()
           
 double getRating()
           
 void setCount(int count)
           
 void setRating(double rating)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssetRating

public AssetRating()
Method Detail

getCount

public int getCount()
Returns:
Returns the count.
Since:
7.1

setCount

public void setCount(int count)
Parameters:
count - The count to set.
Since:
7.1

getRating

public double getRating()
Returns:
Returns the rating.
Since:
7.1

setRating

public void setRating(double rating)
Parameters:
rating - The rating to set.
Since:
7.1