Interface DetailViewFieldAO
- All Superinterfaces:
Entity
,Positionable
,net.java.ao.RawEntity<Long>
Stores fields to be displayed in a
RapidViewAO
's detail view.-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the fieldRapidViewAO this column belongs tovoid
setFieldId
(String fieldId) 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
-
getFieldId
String getFieldId()The ID of the field -
setFieldId
-
getRapidView
RapidViewAO getRapidView()RapidViewAO this column belongs to -
setRapidView
-