public class

ExpenseQuery

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

Class Overview

Java class for ExpenseQuery complex type.

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

 <complexType name="ExpenseQuery">
   <complexContent>
     <extension base="{http://clarizen.com/api/queries}EntityQuery">
       <sequence>
         <element name="CustomerId" type="{http://clarizen.com/api}EntityId" minOccurs="0"/>
         <element name="ProjectId" type="{http://clarizen.com/api}EntityId" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected EntityId customerId
protected EntityId projectId
[Expand]
Inherited Fields
From class com.clarizen.api.queries.EntityQuery
From class com.clarizen.api.queries.Query
Public Constructors
ExpenseQuery()
Public Methods
EntityId getCustomerId()
Gets the value of the customerId property.
EntityId getProjectId()
Gets the value of the projectId property.
void setCustomerId(EntityId value)
Sets the value of the customerId property.
void setProjectId(EntityId value)
Sets the value of the projectId 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 EntityId customerId

protected EntityId projectId

Public Constructors

public ExpenseQuery ()

Public Methods

public EntityId getCustomerId ()

Gets the value of the customerId property.

Returns

public EntityId getProjectId ()

Gets the value of the projectId property.

Returns

public void setCustomerId (EntityId value)

Sets the value of the customerId property.

Parameters
value Allowed object is EntityId

public void setProjectId (EntityId value)

Sets the value of the projectId property.

Parameters
value Allowed object is EntityId