org.apache.aries.samples.blueprint.idverifier.server
Class PersonIDVerifierSimpleImpl

java.lang.Object
  extended by org.apache.aries.samples.blueprint.idverifier.server.PersonIDVerifierSimpleImpl
All Implemented Interfaces:
PersonIDVerifier
Direct Known Subclasses:
PersonIDVerifierComplexImpl

public class PersonIDVerifierSimpleImpl
extends Object
implements PersonIDVerifier


Constructor Summary
PersonIDVerifierSimpleImpl()
           
 
Method Summary
 String getArea_str()
           
 String getArea()
           
 String getAreacode()
           
 String getBirth_str()
           
 String getBirthcode()
           
 String getBirthday()
           
 String getGender_str()
           
 String getGender()
           
 String getId()
           
 String getSuffixcode()
           
 void setArea_str(String areaStr)
           
 void setAreacode(String areacode)
           
 void setBirth_str(String birthStr)
           
 void setBirthcode(String birthcode)
           
 void setGender_str(String genderStr)
           
 void setId(String id)
           
 void setSuffixcode(String suffixcode)
           
 boolean verify()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersonIDVerifierSimpleImpl

public PersonIDVerifierSimpleImpl()
Method Detail

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.