org.apache.aries.samples.blueprint.idverifier.client
Class PersonalInfo

java.lang.Object
  extended by org.apache.aries.samples.blueprint.idverifier.client.PersonalInfo

public class PersonalInfo
extends Object

Author:
forrestxm

Constructor Summary
PersonalInfo(String personid, String area, String birth, String suffix)
           
 
Method Summary
 String getArea()
           
 String getBirthday()
           
 String getGender()
           
 String getPersonid()
           
 void setArea(String areaCode)
           
 void setBirthday(String birthCode)
           
 void setGender(String suffixCode)
           
 void setPersonid(String personid)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PersonalInfo

public PersonalInfo(String personid,
                    String area,
                    String birth,
                    String suffix)
Method Detail

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.