com.atlassian.greenhopper.service.rapid.view
Interface StatisticsFieldAO

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

@Preload(value="TYPE_ID")
public interface StatisticsFieldAO
extends Entity


Method Summary
 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 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)

getRapidView

RapidViewAO getRapidView()
RapidViewAO this column belongs to


setRapidView

void setRapidView(RapidViewAO rapidView)


Copyright © 2007-2014 Atlassian. All Rights Reserved.