com.atlassian.greenhopper.model.rapid
Class Swimlane

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

public class Swimlane
extends AbstractModel

Holds a swimlane configuration


Nested Class Summary
static class Swimlane.SwimlaneBuilder
           
 
Field Summary
 
Fields inherited from class com.atlassian.greenhopper.model.rapid.AbstractModel
id
 
Method Summary
static Swimlane.SwimlaneBuilder builder()
           
static Swimlane.SwimlaneBuilder builder(Swimlane swimlane)
           
 java.lang.String getDescription()
           
 java.lang.Long getId()
           
 java.lang.String getName()
           
 int getPosition()
           
 java.lang.String getQuery()
           
 boolean isDefaultLane()
           
 
Methods inherited from class com.atlassian.greenhopper.model.rapid.AbstractModel
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

builder

public static Swimlane.SwimlaneBuilder builder()

builder

public static Swimlane.SwimlaneBuilder builder(Swimlane swimlane)

getId

public java.lang.Long getId()
Overrides:
getId in class AbstractModel

getQuery

public java.lang.String getQuery()

getDescription

public java.lang.String getDescription()

getName

public java.lang.String getName()

isDefaultLane

public boolean isDefaultLane()

getPosition

public int getPosition()


Copyright © 2007-2013 Atlassian. All Rights Reserved.