com.atlassian.greenhopper.web.rapid.view.workingdays
Class WeekDaysModel

java.lang.Object
  extended by com.atlassian.greenhopper.web.rapid.RestTemplate
      extended by com.atlassian.greenhopper.web.rapid.view.workingdays.WeekDaysModel

public class WeekDaysModel
extends RestTemplate


Field Summary
 boolean friday
           
 boolean monday
           
 java.lang.Long rapidViewId
           
 boolean saturday
           
 boolean sunday
           
 boolean thursday
           
 boolean tuesday
           
 boolean wednesday
           
 
Constructor Summary
WeekDaysModel()
           
 
Method Summary
 
Methods inherited from class com.atlassian.greenhopper.web.rapid.RestTemplate
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

rapidViewId

public java.lang.Long rapidViewId

monday

public boolean monday

tuesday

public boolean tuesday

wednesday

public boolean wednesday

thursday

public boolean thursday

friday

public boolean friday

saturday

public boolean saturday

sunday

public boolean sunday
Constructor Detail

WeekDaysModel

public WeekDaysModel()


Copyright © 2007-2014 Atlassian. All Rights Reserved.