com.atlassian.greenhopper.manager.color
Interface CardColorAO

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

@Preload(value={"STRATEGY","COLOR","VAL","POS"})
public interface CardColorAO
extends Entity, Positionable

Card color data object


Method Summary
 java.lang.String getColor()
          Color value.
 RapidViewAO getRapidView()
          RapidViewAO this column belongs to
 java.lang.String getStrategy()
          Strategy this color is associated with.
 java.lang.String getVal()
          value associated with the column.
 void setColor(java.lang.String color)
           
 void setRapidView(RapidViewAO rapidView)
           
 void setStrategy(java.lang.String type)
           
 void setVal(java.lang.String value)
           
 
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
 
Methods inherited from interface com.atlassian.greenhopper.service.rapid.view.Positionable
getPos, setPos
 

Method Detail

getStrategy

java.lang.String getStrategy()
Strategy this color is associated with.


setStrategy

void setStrategy(java.lang.String type)

getColor

java.lang.String getColor()
Color value.


setColor

void setColor(java.lang.String color)

getVal

java.lang.String getVal()
value associated with the column. Could be a issue type id, jql value, Component name


setVal

void setVal(java.lang.String value)

getRapidView

RapidViewAO getRapidView()
RapidViewAO this column belongs to


setRapidView

void setRapidView(RapidViewAO rapidView)


Copyright © 2007-2012 Atlassian. All Rights Reserved.