gov.nist.nlpir.irf.de
Interface DePersonNameIntrf


public abstract interface DePersonNameIntrf
extends DataElem

Instances of this class represent the functionality of a person name beyond that shared by all data elements

Version:
$Revision: 1.1 $
Author:
This software was produced by NIST, an agency of the U.S. government, and by statute is not subject to copyright in the United States. Recipients of this software assume all responsibilities associated with its operation, modification and maintenance.

Method Summary
 java.lang.String getFirstName()
          Return the first name
 java.lang.String getSurname()
          Retrieves the surname as a string.
 void setValue(java.lang.String first, java.lang.String sur)
          Sets the two main variables of the DePersonName.
 
Methods inherited from interface gov.nist.nlpir.irf.de.DataElem
addHTML, compareTo, equals, exactMatch, getIndexingFeatures, getValueAsString, hashCode, HTML_ShowDoc, match, present, presentBrief, toString
 

Method Detail

getFirstName

public java.lang.String getFirstName()
Return the first name
Returns:
the first name

getSurname

public java.lang.String getSurname()
Retrieves the surname as a string.
Returns:
the surname as a string

setValue

public void setValue(java.lang.String first,
                     java.lang.String sur)
Sets the two main variables of the DePersonName.