org.sonar.wsclient.issue.internal
Class DefaultWorkDayDuration

java.lang.Object
  extended by org.sonar.wsclient.issue.internal.DefaultWorkDayDuration
All Implemented Interfaces:
WorkDayDuration

public class DefaultWorkDayDuration
extends Object
implements WorkDayDuration

Since:
4.0

Method Summary
 Integer days()
           
 Integer hours()
           
 Integer minutes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

days

public Integer days()
Specified by:
days in interface WorkDayDuration

hours

public Integer hours()
Specified by:
hours in interface WorkDayDuration

minutes

public Integer minutes()
Specified by:
minutes in interface WorkDayDuration


Copyright © 2009-2014 SonarSource. All Rights Reserved.