com.ibm.ram.client
Class RAMPersonTime
java.lang.Object
com.ibm.ram.common.data.PersonTime
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
|
Constructor Summary |
RAMPersonTime(double amount,
java.lang.String unitOfMeasurement)
Constructor |
|
Method Summary |
boolean |
equals(java.lang.Object o)
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RAMPersonTime
public RAMPersonTime(double amount,
java.lang.String unitOfMeasurement)
- Constructor
- Parameters:
amount - unitOfMeasurement - - Since:
- 7.1
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals in class java.lang.Object