org.apache.aries.samples.blueprint.idverifier.client
Class PersonBankBean
java.lang.Object
org.apache.aries.samples.blueprint.idverifier.client.PersonBankBean
public class PersonBankBean
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PersonBankBean
public PersonBankBean(PersonalInfo info)
getBankinfo
public BankInfo getBankinfo()
- Returns:
- the bankinfo
setBankinfo
public void setBankinfo(BankInfo bankinfo)
- Parameters:
bankinfo - the bankinfo to set
getBankinfobeanid
public String getBankinfobeanid()
- Returns:
- the bankinfobeanid
setBankinfobeanid
public void setBankinfobeanid(String bankinfobeanid)
- Parameters:
bankinfobeanid - the bankinfobeanid to set
getBpcontainer
public org.osgi.service.blueprint.container.BlueprintContainer getBpcontainer()
- Returns:
- the bpcontainer
setBpcontainer
public void setBpcontainer(org.osgi.service.blueprint.container.BlueprintContainer bpcontainer)
- Parameters:
bpcontainer - the bpcontainer to set
getCro
public CreditRecordOperation getCro()
- Returns:
- the cro
setCro
public void setCro(CreditRecordOperation cro)
- Parameters:
cro - the cro to set
getSvcreg4cro
public org.osgi.framework.ServiceRegistration getSvcreg4cro()
- Returns:
- the svcreg4cro
setSvcreg4cro
public void setSvcreg4cro(org.osgi.framework.ServiceRegistration svcreg4cro)
- Parameters:
svcreg4cro - the svcreg4cro to set
getBpbundlecontext
public org.osgi.framework.BundleContext getBpbundlecontext()
- Returns:
- the bpbundlecontext
setBpbundlecontext
public void setBpbundlecontext(org.osgi.framework.BundleContext bpbundlecontext)
- Parameters:
bpbundlecontext - the bpbundlecontext to set
startUp
public void startUp()
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.