com.atlassian.greenhopper.model.rapid
Class CardColor

java.lang.Object
  extended by com.atlassian.greenhopper.model.rapid.AbstractModel
      extended by com.atlassian.greenhopper.model.rapid.CardColor

public class CardColor
extends AbstractModel

Card color model object


Nested Class Summary
static class CardColor.CardColorBuilder
           
 
Field Summary
 
Fields inherited from class com.atlassian.greenhopper.model.rapid.AbstractModel
id
 
Method Summary
static CardColor.CardColorBuilder builder()
           
static CardColor.CardColorBuilder builder(CardColor cardColor)
           
 java.awt.Color getColor()
           
 int getPosition()
           
 CardColorStrategy getStrategy()
           
 java.lang.String getValue()
           
 
Methods inherited from class com.atlassian.greenhopper.model.rapid.AbstractModel
equals, getId, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

builder

public static CardColor.CardColorBuilder builder()

builder

public static CardColor.CardColorBuilder builder(CardColor cardColor)

getStrategy

public CardColorStrategy getStrategy()

getColor

public java.awt.Color getColor()

getValue

public java.lang.String getValue()

getPosition

public int getPosition()


Copyright © 2007-2013 Atlassian. All Rights Reserved.