FileDocCategorySizeDatePackage
MonthSet.javaAPI DocExample706Tue Apr 13 00:08:24 BST 2004com.oreilly.strutsckbk

MonthSet

public class MonthSet extends Object

Fields Summary
static Month[]
months
Constructors Summary
Methods Summary
public MonthgetMonth(int index)

	
	    
		return months[index];
	
public Month[]getMonths()

		return months;
	
public voidsetMonth(int index, Month month)

		months[index] = month;