org.sonar.api.technicaldebt
Class TechnicalDebt

java.lang.Object
  extended by org.sonar.api.technicaldebt.TechnicalDebt
All Implemented Interfaces:
Serializable

public class TechnicalDebt
extends Object
implements Serializable

See Also:
Serialized Form

Method Summary
 long days()
           
 boolean equals(Object o)
           
static TechnicalDebt fromLong(long technicalDebtInLong)
           
 int hashCode()
           
 long hours()
           
 long minutes()
           
static TechnicalDebt of(int minutes, int hours, int days)
           
 long toLong()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

of

public static TechnicalDebt of(int minutes,
                               int hours,
                               int days)

fromLong

public static TechnicalDebt fromLong(long technicalDebtInLong)

toLong

public long toLong()

days

public long days()

hours

public long hours()

minutes

public long minutes()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2009-2013 SonarSource. All Rights Reserved.