public class

CustomerLink

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.CustomerLink

Summary

Fields
private Double costAllocation
private CustomerFlat customer
private ProjectFlat entity
[Expand]
Inherited Fields
From class org.mule.modules.clarizen.api.model.ClarizenEntity
From class org.mule.modules.clarizen.api.model.BaseClarizenEntity
Public Constructors
CustomerLink()
Public Methods
Double getCostAllocation()
CustomerFlat getCustomer()
ProjectFlat getEntity()
void setCostAllocation(Double costAllocation)
void setCustomer(CustomerFlat customer)
void setEntity(ProjectFlat entity)
[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 Double costAllocation

private CustomerFlat customer

private ProjectFlat entity

Public Constructors

public CustomerLink ()

Public Methods

public Double getCostAllocation ()

public CustomerFlat getCustomer ()

public ProjectFlat getEntity ()

public void setCostAllocation (Double costAllocation)

Parameters
costAllocation

public void setCustomer (CustomerFlat customer)

Parameters
customer

public void setEntity (ProjectFlat entity)

Parameters
entity