com.atlassian.greenhopper.web.input
Interface BoardData

All Known Implementing Classes:
BacklogBoardData

public interface BoardData

Interface to be implemented by all BoardQueries


Method Summary
 java.lang.String getId()
          Returns the id of the board.
 java.lang.String getName()
          Get the name of the board.
 java.lang.String getType()
          Returns the type of the board.
 

Method Detail

getType

java.lang.String getType()
Returns the type of the board.


getId

java.lang.String getId()
Returns the id of the board.


getName

java.lang.String getName()
Get the name of the board.



Copyright © 2007-2011 Atlassian. All Rights Reserved.