wodka.test
Class CategorizedInfoTestModel

java.lang.Object
  extended bywodka.test.CategorizedInfoTestModel
All Implemented Interfaces:
CategorizedInfoModel

public class CategorizedInfoTestModel
extends java.lang.Object
implements CategorizedInfoModel

Author:
wolfgang wagner

Constructor Summary
CategorizedInfoTestModel()
          Creates a new instance of CategorizedInfoTestModel
 
Method Summary
 int categoryCount()
           
 java.lang.String getCategoryInfo(int i)
           
 java.lang.String getCategoryName(int i)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CategorizedInfoTestModel

public CategorizedInfoTestModel()
Creates a new instance of CategorizedInfoTestModel

Method Detail

categoryCount

public int categoryCount()
Specified by:
categoryCount in interface CategorizedInfoModel

getCategoryInfo

public java.lang.String getCategoryInfo(int i)
Specified by:
getCategoryInfo in interface CategorizedInfoModel

getCategoryName

public java.lang.String getCategoryName(int i)
Specified by:
getCategoryName in interface CategorizedInfoModel