org.aspsimon.termcomp.session
Class CompetitionCategories

java.lang.Object
  extended by org.aspsimon.termcomp.session.CompetitionCategories

@Name(value="competitionCategories")
public class CompetitionCategories
extends java.lang.Object


Constructor Summary
CompetitionCategories()
           
 
Method Summary
 java.util.List<Category> getCategoryList()
           
 java.lang.Long getCompetitionId()
           
 int getNumCategoryProblems(java.lang.Long categoryId)
           
 int getNumCategoryResults(java.lang.Long categoryId)
           
 void setCategoryList(java.util.List<Category> categoryList)
           
 void setCompetitionId(java.lang.Long competitionId)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompetitionCategories

public CompetitionCategories()
Method Detail

getCategoryList

public java.util.List<Category> getCategoryList()
Returns:
the categoryList

getCompetitionId

public java.lang.Long getCompetitionId()
Returns:
the competitionId

setCategoryList

public void setCategoryList(java.util.List<Category> categoryList)
Parameters:
categoryList - the categoryList to set

setCompetitionId

public void setCompetitionId(java.lang.Long competitionId)
Parameters:
competitionId - the competitionId to set

getNumCategoryResults

public int getNumCategoryResults(java.lang.Long categoryId)

getNumCategoryProblems

public int getNumCategoryProblems(java.lang.Long categoryId)