public class

TimesheetViewQuery

extends EntityQuery
java.lang.Object
   ↳ com.clarizen.api.BaseMessage
     ↳ com.clarizen.api.queries.Query
       ↳ com.clarizen.api.queries.EntityQuery
         ↳ com.clarizen.api.projectmanagement.TimesheetViewQuery

Class Overview

Java class for TimesheetViewQuery complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TimesheetViewQuery">
   <complexContent>
     <extension base="{http://clarizen.com/api/queries}EntityQuery">
       <sequence>
         <element name="EndDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="StartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="UserId" type="{http://clarizen.com/api}EntityId" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected XMLGregorianCalendar endDate
protected XMLGregorianCalendar startDate
protected EntityId userId
[Expand]
Inherited Fields
From class com.clarizen.api.queries.EntityQuery
From class com.clarizen.api.queries.Query
Public Constructors
TimesheetViewQuery()
Public Methods
XMLGregorianCalendar getEndDate()
Gets the value of the endDate property.
XMLGregorianCalendar getStartDate()
Gets the value of the startDate property.
EntityId getUserId()
Gets the value of the userId property.
void setEndDate(XMLGregorianCalendar value)
Sets the value of the endDate property.
void setStartDate(XMLGregorianCalendar value)
Sets the value of the startDate property.
void setUserId(EntityId value)
Sets the value of the userId property.
[Expand]
Inherited Methods
From class com.clarizen.api.queries.EntityQuery
From class com.clarizen.api.queries.Query
From class java.lang.Object

Fields

protected XMLGregorianCalendar endDate

protected XMLGregorianCalendar startDate

protected EntityId userId

Public Constructors

public TimesheetViewQuery ()

Public Methods

public XMLGregorianCalendar getEndDate ()

Gets the value of the endDate property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getStartDate ()

Gets the value of the startDate property.

Returns
  • possible object is XMLGregorianCalendar

public EntityId getUserId ()

Gets the value of the userId property.

Returns

public void setEndDate (XMLGregorianCalendar value)

Sets the value of the endDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setStartDate (XMLGregorianCalendar value)

Sets the value of the startDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setUserId (EntityId value)

Sets the value of the userId property.

Parameters
value Allowed object is EntityId