com.atlassian.greenhopper.manager.trackingstatistic
Interface TrackingStatisticAO

All Superinterfaces:
Entity, net.java.ao.RawEntity<java.lang.Long>

@Preload(value={"TYPE_ID","FIELD_ID"})
public interface TrackingStatisticAO
extends Entity

Stores the tracking statistic(s) for a RapidViewAO.


Method Summary
 java.lang.String getFieldId()
          Field ID.
 RapidViewAO getRapidView()
          RapidViewAO this column belongs to
 java.lang.String getTypeId()
          Type of the statistics field, could be none, issueCount or a field (custom or not).
 void setFieldId(java.lang.String fieldId)
           
 void setRapidView(RapidViewAO rapidView)
           
 void setTypeId(java.lang.String type)
           
 
Methods inherited from interface com.atlassian.greenhopper.service.rapid.view.Entity
getId
 
Methods inherited from interface net.java.ao.RawEntity
addPropertyChangeListener, getEntityManager, getEntityType, init, removePropertyChangeListener, save
 

Method Detail

getTypeId

java.lang.String getTypeId()
Type of the statistics field, could be none, issueCount or a field (custom or not).


setTypeId

void setTypeId(java.lang.String type)

getFieldId

java.lang.String getFieldId()
Field ID. Can be null.


setFieldId

void setFieldId(java.lang.String fieldId)

getRapidView

RapidViewAO getRapidView()
RapidViewAO this column belongs to


setRapidView

void setRapidView(RapidViewAO rapidView)


Copyright © 2007-2014 Atlassian. All Rights Reserved.