FileDocCategorySizeDatePackage
Birth.javaAPI DocExample701Tue Dec 08 01:21:00 GMT 1998ProblemDomain

Birth

public class Birth extends ProblemDomain.LifeEvent

Fields Summary
Constructors Summary
public Birth()

public Birth(String date, String place, String comments)
Note: this constructor uses Date not Calendar

    super(date, place, comments);
Methods Summary
public java.lang.StringgetTextRecordIdentifier()

    return "BIRT";
public static ProblemDomain.BirthtestObject()

    return new Birth ("3/8/1968", "Glasgow", " ");