package mit.mitid.event ;

public interface DobRaiser
extends mit.mitid.event.TextRaiser
{
	String getDob() ;
	void setDob( String dob ) ;
}