public class

CustomerLinkFlat

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

Summary

Fields
private Double costAllocation
private EntityId customer
private EntityId entity
[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
CustomerLinkFlat()
Public Methods
Double getCostAllocation()
EntityId getCustomer()
EntityId getEntity()
void setCostAllocation(Double costAllocation)
void setCustomer(EntityId customer)
void setEntity(EntityId entity)
[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 Double costAllocation

private EntityId customer

private EntityId entity

Public Constructors

public CustomerLinkFlat ()

Public Methods

public Double getCostAllocation ()

public EntityId getCustomer ()

public EntityId getEntity ()

public void setCostAllocation (Double costAllocation)

Parameters
costAllocation

public void setCustomer (EntityId customer)

Parameters
customer

public void setEntity (EntityId entity)

Parameters
entity