public class

TimesheetFlat

extends ClarizenEntityCustomFieldsFlat
java.lang.Object
   ↳ org.mule.modules.clarizen.api.model.BaseClarizenEntity
     ↳ org.mule.modules.clarizen.api.model.flat.ClarizenEntityFlat
       ↳ org.mule.modules.clarizen.api.model.flat.ClarizenEntityCustomFieldsFlat
         ↳ org.mule.modules.clarizen.api.model.flat.TimesheetFlat

Summary

Fields
private Date approvalDate
private EntityId approvedBy
private Money billingRate
private Boolean charged
private String comment
private Money cost
private Money costRate
private EntityId creatorType
private Duration duration
private EntityId humanResource
private Money price
private Boolean regularHours
private EntityId reportedBy
private Date reportedDate
private EntityId state
private EntityId workItem
[Expand]
Inherited Fields
From class org.mule.modules.clarizen.api.model.flat.ClarizenEntityCustomFieldsFlat
From class org.mule.modules.clarizen.api.model.flat.ClarizenEntityFlat
From class org.mule.modules.clarizen.api.model.BaseClarizenEntity
Public Constructors
TimesheetFlat()
Public Methods
Date getApprovalDate()
EntityId getApprovedBy()
Money getBillingRate()
Boolean getCharged()
String getComment()
Money getCost()
Money getCostRate()
EntityId getCreatorType()
Duration getDuration()
EntityId getHumanResource()
Money getPrice()
Boolean getRegularHours()
EntityId getReportedBy()
Date getReportedDate()
EntityId getState()
EntityId getWorkItem()
void setApprovalDate(Date approvalDate)
void setApprovedBy(EntityId approvedBy)
void setBillingRate(Money billingRate)
void setCharged(Boolean charged)
void setComment(String comment)
void setCost(Money cost)
void setCostRate(Money costRate)
void setCreatorType(EntityId creatorType)
void setDuration(Duration duration)
void setHumanResource(EntityId humanResource)
void setPrice(Money price)
void setRegularHours(Boolean regularHours)
void setReportedBy(EntityId reportedBy)
void setReportedDate(Date reportedDate)
void setState(EntityId state)
void setWorkItem(EntityId workItem)
[Expand]
Inherited Methods
From class org.mule.modules.clarizen.api.model.flat.ClarizenEntityCustomFieldsFlat
From class org.mule.modules.clarizen.api.model.flat.ClarizenEntityFlat
From class org.mule.modules.clarizen.api.model.BaseClarizenEntity
From class java.lang.Object

Fields

private Date approvalDate

private EntityId approvedBy

private Money billingRate

private Boolean charged

private String comment

private Money cost

private Money costRate

private EntityId creatorType

private Duration duration

private EntityId humanResource

private Money price

private Boolean regularHours

private EntityId reportedBy

private Date reportedDate

private EntityId state

private EntityId workItem

Public Constructors

public TimesheetFlat ()

Public Methods

public Date getApprovalDate ()

public EntityId getApprovedBy ()

public Money getBillingRate ()

public Boolean getCharged ()

public String getComment ()

public Money getCost ()

public Money getCostRate ()

public EntityId getCreatorType ()

public Duration getDuration ()

public EntityId getHumanResource ()

public Money getPrice ()

public Boolean getRegularHours ()

public EntityId getReportedBy ()

public Date getReportedDate ()

public EntityId getState ()

public EntityId getWorkItem ()

public void setApprovalDate (Date approvalDate)

Parameters
approvalDate

public void setApprovedBy (EntityId approvedBy)

Parameters
approvedBy

public void setBillingRate (Money billingRate)

Parameters
billingRate

public void setCharged (Boolean charged)

Parameters
charged

public void setComment (String comment)

Parameters
comment

public void setCost (Money cost)

Parameters
cost

public void setCostRate (Money costRate)

Parameters
costRate

public void setCreatorType (EntityId creatorType)

Parameters
creatorType

public void setDuration (Duration duration)

Parameters
duration

public void setHumanResource (EntityId humanResource)

Parameters
humanResource

public void setPrice (Money price)

Parameters
price

public void setRegularHours (Boolean regularHours)

Parameters
regularHours

public void setReportedBy (EntityId reportedBy)

Parameters
reportedBy

public void setReportedDate (Date reportedDate)

Parameters
reportedDate

public void setState (EntityId state)

Parameters
state

public void setWorkItem (EntityId workItem)

Parameters
workItem