@Preload(value={"STRATEGY","COLOR","VAL","POS"}) public interface CardColorAO extends Entity, Positionable
Modifier and Type | Method and Description |
---|---|
String |
getColor()
Color value.
|
RapidViewAO |
getRapidView()
RapidViewAO this column belongs to
|
String |
getStrategy()
Strategy this color is associated with.
|
String |
getVal()
value associated with the column.
|
void |
setColor(String color) |
void |
setRapidView(RapidViewAO rapidView) |
void |
setStrategy(String type) |
void |
setVal(String value) |
addPropertyChangeListener, getEntityManager, getEntityType, init, removePropertyChangeListener, save
getPos, setPos
String getStrategy()
void setStrategy(String type)
String getColor()
void setColor(String color)
String getVal()
void setVal(String value)
RapidViewAO getRapidView()
void setRapidView(RapidViewAO rapidView)
Copyright © 2007–2025 Atlassian. All rights reserved.