public class

RealWorkItemHierarchyLinkFlat

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

Summary

Fields
private Integer attachToRoadmap
private EntityId child
private Double impactWeight
private EntityId parent
private Integer sequence
private Boolean shortcut
[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
RealWorkItemHierarchyLinkFlat()
Public Methods
Integer getAttachToRoadmap()
EntityId getChild()
Double getImpactWeight()
EntityId getParent()
Integer getSequence()
Boolean getShortcut()
void setAttachToRoadmap(Integer attachToRoadmap)
void setChild(EntityId child)
void setImpactWeight(Double impactWeight)
void setParent(EntityId parent)
void setSequence(Integer sequence)
void setShortcut(Boolean shortcut)
[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 Integer attachToRoadmap

private EntityId child

private Double impactWeight

private EntityId parent

private Integer sequence

private Boolean shortcut

Public Constructors

public RealWorkItemHierarchyLinkFlat ()

Public Methods

public Integer getAttachToRoadmap ()

public EntityId getChild ()

public Double getImpactWeight ()

public EntityId getParent ()

public Integer getSequence ()

public Boolean getShortcut ()

public void setAttachToRoadmap (Integer attachToRoadmap)

Parameters
attachToRoadmap

public void setChild (EntityId child)

Parameters
child

public void setImpactWeight (Double impactWeight)

Parameters
impactWeight

public void setParent (EntityId parent)

Parameters
parent

public void setSequence (Integer sequence)

Parameters
sequence

public void setShortcut (Boolean shortcut)

Parameters
shortcut