org.tridas.interfaces
Interface HumanName


public interface HumanName


Method Summary
 String getFirstName()
          Gets the value of the firstName property.
 String getLastName()
          Gets the value of the lastName property.
 boolean isSetFirstName()
           
 boolean isSetLastName()
           
 void setFirstName(String value)
          Sets the value of the firstName property.
 void setLastName(String value)
          Sets the value of the lastName property.
 

Method Detail

getFirstName

String getFirstName()
Gets the value of the firstName property.

Returns:
possible object is String

setFirstName

void setFirstName(String value)
Sets the value of the firstName property.

Parameters:
value - allowed object is String

isSetFirstName

boolean isSetFirstName()

getLastName

String getLastName()
Gets the value of the lastName property.

Returns:
possible object is String

setLastName

void setLastName(String value)
Sets the value of the lastName property.

Parameters:
value - allowed object is String

isSetLastName

boolean isSetLastName()


Copyright © 2011 TRiDaS. All Rights Reserved.