Interface ColumnAO
- All Superinterfaces:
Entity
,Positionable
,net.java.ao.RawEntity<Long>
Column/status mapping object
-
Method Summary
Modifier and TypeMethodDescriptiongetMaxim()
Max constraint for this column.getMinim()
Min constraint for this column.getName()
Colum name.RapidViewAO this column belongs toList of status objects mapped to this column.void
void
void
void
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()Colum name. -
setName
-
getMinim
Double getMinim()Min constraint for this column. -
setMinim
-
getMaxim
Double getMaxim()Max constraint for this column. -
setMaxim
-
getStatuses
ColumnStatusAO[] getStatuses()List of status objects mapped to this column. -
getRapidView
RapidViewAO getRapidView()RapidViewAO this column belongs to -
setRapidView
-