org.sonar.api.issue.internal
Class WorkDayDuration

java.lang.Object
  extended by org.sonar.api.issue.internal.WorkDayDuration
All Implemented Interfaces:
Serializable

public class WorkDayDuration
extends Object
implements Serializable

See Also:
Serialized Form

Method Summary
 int days()
           
 boolean equals(Object o)
           
static WorkDayDuration fromLong(long durationInLong)
           
 int hashCode()
           
 int hours()
           
 int minutes()
           
static WorkDayDuration 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 WorkDayDuration of(int minutes,
                                 int hours,
                                 int days)

fromLong

public static WorkDayDuration fromLong(long durationInLong)

toLong

public long toLong()

days

public int days()

hours

public int hours()

minutes

public int minutes()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2009-2014 SonarSource. All Rights Reserved.