org.jboss.seam.examples.booking.reference
Class Month
java.lang.Object
org.jboss.seam.examples.booking.reference.Month
public class Month
- extends Object
A simple Java bean representing a month. This bean assumes that the names it is provided have already been localized.
- Author:
- Dan Allen
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Month
public Month()
Month
public Month(int index,
String name,
String shortName)
getIndex
public int getIndex()
getNumber
public int getNumber()
getLongName
public String getLongName()
getShortName
public String getShortName()
getName
public String getName()
Copyright © 2012 Seam Framework. All Rights Reserved.