com.atlassian.greenhopper.service.rapid.view.subquery
Interface SubqueryAO

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

public interface SubqueryAO
extends Entity


Method Summary
 java.lang.String getQuery()
           
 RapidViewAO getRapidView()
           
 java.lang.String getSection()
          the section where this subquery belongs (e.g.
 void setQuery(java.lang.String query)
           
 void setRapidView(RapidViewAO rapidView)
           
 void setSection(java.lang.String section)
           
 
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

getQuery

java.lang.String getQuery()

setQuery

void setQuery(java.lang.String query)

getSection

java.lang.String getSection()
the section where this subquery belongs (e.g. "work tab")


setSection

void setSection(java.lang.String section)

getRapidView

RapidViewAO getRapidView()

setRapidView

void setRapidView(RapidViewAO rapidView)


Copyright © 2007-2012 Atlassian. All Rights Reserved.