com.ibm.ram.client
Class RAMPersonTime

java.lang.Object
  extended by com.ibm.ram.common.data.PersonTime
      extended by com.ibm.ram.client.RAMPersonTime

public class RAMPersonTime
extends PersonTime

Represents estimates for the creation and usage of an asset. This class has two parts: amount and units. To specify the unit, use one of these constants: UNIT_PERSON_HOURS, UNIT_PERSON_DAYS, UNIT_PERSON_MONTHS, or UNIT_PERSON_YEARS.

Since:
7.1
Author:
kbauer

Field Summary
 
Fields inherited from class com.ibm.ram.common.data.PersonTime
UNIT_PERSON_DAYS, UNIT_PERSON_HOURS, UNIT_PERSON_MONTHS, UNIT_PERSON_YEARS
 
Constructor Summary
RAMPersonTime(double amount, java.lang.String unitOfMeasurement)
          Constructor
 
Method Summary
 boolean equals(java.lang.Object o)
           
 
Methods inherited from class com.ibm.ram.common.data.PersonTime
getAmount, getUnit, setAmount, setUnit
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RAMPersonTime

public RAMPersonTime(double amount,
                     java.lang.String unitOfMeasurement)
Constructor

Parameters:
amount -
unitOfMeasurement -
Since:
7.1
Method Detail

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object