com.atlassian.greenhopper.service.rapid.view
Interface ColumnStatusAO

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

@Preload(value={"STATUS_ID","POS"})
public interface ColumnStatusAO
extends Entity, Positionable

Hold information a bout a single column status.


Method Summary
 ColumnAO getColumn()
          ColumnAO this status belongs to.
 int getPos()
          Order of status inside the column -is this enforced by the array already?!?.
 java.lang.String getStatusId()
          Status id.
 void setColumn(ColumnAO column)
           
 void setPos(int position)
           
 void setStatusId(java.lang.String statusId)
           
 
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
 

Method Detail

getStatusId

java.lang.String getStatusId()
Status id.


setStatusId

void setStatusId(java.lang.String statusId)

getPos

int getPos()
Order of status inside the column -is this enforced by the array already?!?.

Specified by:
getPos in interface Positionable

setPos

void setPos(int position)
Specified by:
setPos in interface Positionable

getColumn

ColumnAO getColumn()
ColumnAO this status belongs to.


setColumn

void setColumn(ColumnAO column)


Copyright © 2007-2012 Atlassian. All Rights Reserved.