org.apache.aries.samples.blueprint.idverifier.server
Class PersonIDVerifierSimpleImpl
java.lang.Object
org.apache.aries.samples.blueprint.idverifier.server.PersonIDVerifierSimpleImpl
- All Implemented Interfaces:
- PersonIDVerifier
- Direct Known Subclasses:
- PersonIDVerifierComplexImpl
public class PersonIDVerifierSimpleImpl
- extends Object
- implements PersonIDVerifier
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PersonIDVerifierSimpleImpl
public PersonIDVerifierSimpleImpl()
getArea_str
public String getArea_str()
- Returns:
- the area_str
setArea_str
public void setArea_str(String areaStr)
- Parameters:
areaStr - the area_str to set
getBirth_str
public String getBirth_str()
- Returns:
- the birth_str
setBirth_str
public void setBirth_str(String birthStr)
- Parameters:
birthStr - the birth_str to set
getGender_str
public String getGender_str()
- Returns:
- the gender_str
setGender_str
public void setGender_str(String genderStr)
- Parameters:
genderStr - the gender_str to set
getAreacode
public String getAreacode()
- Returns:
- the areacode
setAreacode
public void setAreacode(String areacode)
- Parameters:
areacode - the areacode to set
getBirthcode
public String getBirthcode()
- Returns:
- the birthcode
setBirthcode
public void setBirthcode(String birthcode)
- Parameters:
birthcode - the birthcode to set
getSuffixcode
public String getSuffixcode()
- Returns:
- the suffixcode
setSuffixcode
public void setSuffixcode(String suffixcode)
- Parameters:
suffixcode - the suffixcode to set
getId
public String getId()
- Returns:
- the id
setId
public void setId(String id)
- Specified by:
setId in interface PersonIDVerifier
getArea
public String getArea()
- Specified by:
getArea in interface PersonIDVerifier
getBirthday
public String getBirthday()
- Specified by:
getBirthday in interface PersonIDVerifier
getGender
public String getGender()
- Specified by:
getGender in interface PersonIDVerifier
verify
public boolean verify()
- Specified by:
verify in interface PersonIDVerifier
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.