public class

Timesheet

extends ClarizenEntity
java.lang.Object
   ↳ org.mule.modules.clarizen.api.model.BaseClarizenEntity
     ↳ org.mule.modules.clarizen.api.model.ClarizenEntity
       ↳ org.mule.modules.clarizen.api.model.Timesheet

Summary

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

Fields

private Date approvalDate

private UserFlat approvedBy

private Money billingRate

private Boolean charged

private String comment

private Money cost

private Money costRate

private CreatorTypeFlat creatorType

private Duration duration

private RegularResourceLinkFlat humanResource

private Money price

private Boolean regularHours

private UserFlat reportedBy

private Date reportedDate

private StateFlat state

private WorkItemFlat workItem

Public Constructors

public Timesheet ()

Public Methods

public Date getApprovalDate ()

public UserFlat getApprovedBy ()

public Money getBillingRate ()

public Boolean getCharged ()

public String getComment ()

public Money getCost ()

public Money getCostRate ()

public CreatorTypeFlat getCreatorType ()

public Duration getDuration ()

public RegularResourceLinkFlat getHumanResource ()

public Money getPrice ()

public Boolean getRegularHours ()

public UserFlat getReportedBy ()

public Date getReportedDate ()

public StateFlat getState ()

public WorkItemFlat getWorkItem ()

public void setApprovalDate (Date approvalDate)

Parameters
approvalDate

public void setApprovedBy (UserFlat 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 (CreatorTypeFlat creatorType)

Parameters
creatorType

public void setDuration (Duration duration)

Parameters
duration

public void setHumanResource (RegularResourceLinkFlat humanResource)

Parameters
humanResource

public void setPrice (Money price)

Parameters
price

public void setRegularHours (Boolean regularHours)

Parameters
regularHours

public void setReportedBy (UserFlat reportedBy)

Parameters
reportedBy

public void setReportedDate (Date reportedDate)

Parameters
reportedDate

public void setState (StateFlat state)

Parameters
state

public void setWorkItem (WorkItemFlat workItem)

Parameters
workItem