@Preload(value={"TYPE_ID","FIELD_ID"})
public interface EstimateStatisticAO
extends Entity
RapidViewAO.| Modifier and Type | Method and Description |
|---|---|
String |
getFieldId()
Field ID.
|
RapidViewAO |
getRapidView()
RapidViewAO this column belongs to
|
String |
getTypeId()
Type of the statistics field, could be none, issueCount or a field (custom or not).
|
void |
setFieldId(String fieldId) |
void |
setRapidView(RapidViewAO rapidView) |
void |
setTypeId(String type) |
String getTypeId()
void setTypeId(String type)
String getFieldId()
void setFieldId(String fieldId)
RapidViewAO getRapidView()
void setRapidView(RapidViewAO rapidView)
Copyright © 2007–2015 Atlassian. All rights reserved.