Interface SwimlaneAO
- All Superinterfaces:
Entity
,Positionable
,net.java.ao.RawEntity<Long>
@Preload({"NAME","LONG_QUERY","QUERY","DESCRIPTION","DEFAULT_LANE","POS"})
public interface SwimlaneAO
extends Entity, Positionable
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
getQuery()
Deprecated.boolean
void
setDefaultLane
(boolean defaultLane) void
setDescription
(String description) void
setLongQuery
(String longQuery) void
void
Deprecated.query should not be used anymore, please usesetLongQuery(String)
()} insteadvoid
setRapidView
(RapidViewAO rapidView) Methods inherited from interface com.atlassian.greenhopper.service.rapid.view.Positionable
getPos, setPos
Methods inherited from interface net.java.ao.RawEntity
addPropertyChangeListener, getEntityManager, getEntityType, init, removePropertyChangeListener, save
-
Method Details
-
getName
String getName() -
setName
-
getLongQuery
String getLongQuery() -
setLongQuery
-
getQuery
Deprecated.query should not be used anymore, please usegetLongQuery()
instead -
setQuery
Deprecated.query should not be used anymore, please usesetLongQuery(String)
()} instead -
getDescription
String getDescription() -
setDescription
-
isDefaultLane
boolean isDefaultLane() -
setDefaultLane
void setDefaultLane(boolean defaultLane) -
getRapidView
RapidViewAO getRapidView() -
setRapidView
-
getLongQuery()
instead