tests
Class DateNumber

java.lang.Object
  extended by tests.DateNumber

public abstract class DateNumber
extends java.lang.Object

A DateNumber is a positive integer between 1 and 31. It's defined as a separate class in case we want to enforce the value range restriction within the class constructor.


Constructor Summary
DateNumber()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateNumber

public DateNumber()