api.basecamp
Class TimeReportSpec

java.lang.Object
  extended by api.basecamp.TimeReportSpec

public class TimeReportSpec
extends java.lang.Object

Object used for spending report specifications to a TimeReport

Author:
jondavidjohn

Field Summary
 int filterCompanyId
           
 int filterProjectId
           
 java.util.Calendar from
           
 int subject_id
           
 java.util.Calendar to
           
 
Constructor Summary
TimeReportSpec()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

subject_id

public int subject_id

to

public java.util.Calendar to

from

public java.util.Calendar from

filterProjectId

public int filterProjectId

filterCompanyId

public int filterCompanyId
Constructor Detail

TimeReportSpec

public TimeReportSpec()