org.apache.aries.samples.blueprint.idverifier.client
Class PersonalInfo
java.lang.Object
org.apache.aries.samples.blueprint.idverifier.client.PersonalInfo
public class PersonalInfo
- extends Object
- Author:
- forrestxm
PersonalInfo
public PersonalInfo(String personid,
String area,
String birth,
String suffix)
getPersonid
public String getPersonid()
- Returns:
- the personid
setPersonid
public void setPersonid(String personid)
- Parameters:
personid - the personid to set
getArea
public String getArea()
- Returns:
- the area_code
setArea
public void setArea(String areaCode)
- Parameters:
areaCode - the area_code to set
getBirthday
public String getBirthday()
- Returns:
- the birth_code
setBirthday
public void setBirthday(String birthCode)
- Parameters:
birthCode - the birth_code to set
getGender
public String getGender()
- Returns:
- the suffix_code
setGender
public void setGender(String suffixCode)
- Parameters:
suffixCode - the suffix_code to set
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.